public class ApplyEnvironmentManagedActionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The result message containing information about the managed action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
actionDescription
A description of the managed action.
|
private java.lang.String |
actionId
The action ID of the managed action.
|
private java.lang.String |
actionType
The type of managed action.
|
private java.lang.String |
status
The status of the managed action.
|
Constructor and Description |
---|
ApplyEnvironmentManagedActionResult() |
Modifier and Type | Method and Description |
---|---|
ApplyEnvironmentManagedActionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActionDescription()
A description of the managed action.
|
java.lang.String |
getActionId()
The action ID of the managed action.
|
java.lang.String |
getActionType()
The type of managed action.
|
java.lang.String |
getStatus()
The status of the managed action.
|
int |
hashCode() |
void |
setActionDescription(java.lang.String actionDescription)
A description of the managed action.
|
void |
setActionId(java.lang.String actionId)
The action ID of the managed action.
|
void |
setActionType(ActionType actionType)
The type of managed action.
|
void |
setActionType(java.lang.String actionType)
The type of managed action.
|
void |
setStatus(java.lang.String status)
The status of the managed action.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ApplyEnvironmentManagedActionResult |
withActionDescription(java.lang.String actionDescription)
A description of the managed action.
|
ApplyEnvironmentManagedActionResult |
withActionId(java.lang.String actionId)
The action ID of the managed action.
|
ApplyEnvironmentManagedActionResult |
withActionType(ActionType actionType)
The type of managed action.
|
ApplyEnvironmentManagedActionResult |
withActionType(java.lang.String actionType)
The type of managed action.
|
ApplyEnvironmentManagedActionResult |
withStatus(java.lang.String status)
The status of the managed action.
|
private java.lang.String actionId
The action ID of the managed action.
private java.lang.String actionDescription
A description of the managed action.
private java.lang.String actionType
The type of managed action.
private java.lang.String status
The status of the managed action.
public void setActionId(java.lang.String actionId)
The action ID of the managed action.
actionId
- The action ID of the managed action.public java.lang.String getActionId()
The action ID of the managed action.
public ApplyEnvironmentManagedActionResult withActionId(java.lang.String actionId)
The action ID of the managed action.
actionId
- The action ID of the managed action.public void setActionDescription(java.lang.String actionDescription)
A description of the managed action.
actionDescription
- A description of the managed action.public java.lang.String getActionDescription()
A description of the managed action.
public ApplyEnvironmentManagedActionResult withActionDescription(java.lang.String actionDescription)
A description of the managed action.
actionDescription
- A description of the managed action.public void setActionType(java.lang.String actionType)
The type of managed action.
actionType
- The type of managed action.ActionType
public java.lang.String getActionType()
The type of managed action.
ActionType
public ApplyEnvironmentManagedActionResult withActionType(java.lang.String actionType)
The type of managed action.
actionType
- The type of managed action.ActionType
public void setActionType(ActionType actionType)
The type of managed action.
actionType
- The type of managed action.ActionType
public ApplyEnvironmentManagedActionResult withActionType(ActionType actionType)
The type of managed action.
actionType
- The type of managed action.ActionType
public void setStatus(java.lang.String status)
The status of the managed action.
status
- The status of the managed action.public java.lang.String getStatus()
The status of the managed action.
public ApplyEnvironmentManagedActionResult withStatus(java.lang.String status)
The status of the managed action.
status
- The status of the managed action.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ApplyEnvironmentManagedActionResult clone()
clone
in class java.lang.Object