@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; useful for testing and debugging.
|
StartAutomationExecutionResult |
withAutomationExecutionId(String automationExecutionId)
The unique ID of a newly scheduled automation execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public StartAutomationExecutionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.