@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAutomationExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetAutomationExecutionResult() |
| Modifier and Type | Method and Description |
|---|---|
GetAutomationExecutionResult |
clone() |
boolean |
equals(Object obj) |
AutomationExecution |
getAutomationExecution()
Detailed information about the current state of an automation execution.
|
int |
hashCode() |
void |
setAutomationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetAutomationExecutionResult |
withAutomationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAutomationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
automationExecution - Detailed information about the current state of an automation execution.public AutomationExecution getAutomationExecution()
Detailed information about the current state of an automation execution.
public GetAutomationExecutionResult withAutomationExecution(AutomationExecution automationExecution)
Detailed information about the current state of an automation execution.
automationExecution - Detailed information about the current state of an automation execution.public String toString()
toString in class ObjectObject.toString()public GetAutomationExecutionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.