@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAutomationExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartAutomationExecutionResult () |
| Modifier and Type | Method and Description |
|---|---|
StartAutomationExecutionResult |
clone () |
boolean |
equals (Object obj) |
String |
getAutomationExecutionId ()
The unique ID of a newly scheduled automation execution.
|
int |
hashCode () |
void |
setAutomationExecutionId (String automationExecutionId)
The unique ID of a newly scheduled automation execution.
|
String |
toString ()
Returns a string representation of this object.
|
StartAutomationExecutionResult |
withAutomationExecutionId (String automationExecutionId)
The unique ID of a newly scheduled automation execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public StartAutomationExecutionResult()
public void setAutomationExecutionId(String automationExecutionId)
The unique ID of a newly scheduled automation execution.
automationExecutionId - The unique ID of a newly scheduled automation execution.public String getAutomationExecutionId()
The unique ID of a newly scheduled automation execution.
public StartAutomationExecutionResult withAutomationExecutionId(String automationExecutionId)
The unique ID of a newly scheduled automation execution.
automationExecutionId - The unique ID of a newly scheduled automation execution.public String toString()
toString in class Object Object.toString() public StartAutomationExecutionResult clone()