@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecuteActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ExecuteActionResult() |
Modifier and Type | Method and Description |
---|---|
ExecuteActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getActionId()
The ID of the action.
|
int |
hashCode() |
void |
setActionId(String actionId)
The ID of the action.
|
String |
toString()
Returns a string representation of this object.
|
ExecuteActionResult |
withActionId(String actionId)
The ID of the action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setActionId(String actionId)
The ID of the action.
actionId
- The ID of the action.public String getActionId()
The ID of the action.
public ExecuteActionResult withActionId(String actionId)
The ID of the action.
actionId
- The ID of the action.public String toString()
toString
in class Object
Object.toString()
public ExecuteActionResult clone()