@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplyEnvironmentManagedActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result message containing information about the managed action.
Constructor and Description |
---|
ApplyEnvironmentManagedActionResult() |
Modifier and Type | Method and Description |
---|---|
ApplyEnvironmentManagedActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getActionDescription()
A description of the managed action.
|
String |
getActionId()
The action ID of the managed action.
|
String |
getActionType()
The type of managed action.
|
String |
getStatus()
The status of the managed action.
|
int |
hashCode() |
void |
setActionDescription(String actionDescription)
A description of the managed action.
|
void |
setActionId(String actionId)
The action ID of the managed action.
|
void |
setActionType(ActionType actionType)
The type of managed action.
|
void |
setActionType(String actionType)
The type of managed action.
|
void |
setStatus(String status)
The status of the managed action.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ApplyEnvironmentManagedActionResult |
withActionDescription(String actionDescription)
A description of the managed action.
|
ApplyEnvironmentManagedActionResult |
withActionId(String actionId)
The action ID of the managed action.
|
ApplyEnvironmentManagedActionResult |
withActionType(ActionType actionType)
The type of managed action.
|
ApplyEnvironmentManagedActionResult |
withActionType(String actionType)
The type of managed action.
|
ApplyEnvironmentManagedActionResult |
withStatus(String status)
The status of the managed action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setActionId(String actionId)
The action ID of the managed action.
actionId
- The action ID of the managed action.public String getActionId()
The action ID of the managed action.
public ApplyEnvironmentManagedActionResult withActionId(String actionId)
The action ID of the managed action.
actionId
- The action ID of the managed action.public void setActionDescription(String actionDescription)
A description of the managed action.
actionDescription
- A description of the managed action.public String getActionDescription()
A description of the managed action.
public ApplyEnvironmentManagedActionResult withActionDescription(String actionDescription)
A description of the managed action.
actionDescription
- A description of the managed action.public void setActionType(String actionType)
The type of managed action.
actionType
- The type of managed action.ActionType
public String getActionType()
The type of managed action.
ActionType
public ApplyEnvironmentManagedActionResult withActionType(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(String status)
The status of the managed action.
status
- The status of the managed action.public String getStatus()
The status of the managed action.
public ApplyEnvironmentManagedActionResult withStatus(String status)
The status of the managed action.
status
- The status of the managed action.public String toString()
toString
in class Object
Object.toString()
public ApplyEnvironmentManagedActionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.