@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartChangeRequestExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartChangeRequestExecutionResult() |
| Modifier and Type | Method and Description |
|---|---|
StartChangeRequestExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getAutomationExecutionId()
The unique ID of a runbook workflow operation.
|
int |
hashCode() |
void |
setAutomationExecutionId(String automationExecutionId)
The unique ID of a runbook workflow operation.
|
String |
toString()
Returns a string representation of this object.
|
StartChangeRequestExecutionResult |
withAutomationExecutionId(String automationExecutionId)
The unique ID of a runbook workflow operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAutomationExecutionId(String automationExecutionId)
The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation operation.)
automationExecutionId - The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation operation.)public String getAutomationExecutionId()
The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation operation.)
public StartChangeRequestExecutionResult withAutomationExecutionId(String automationExecutionId)
The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation operation.)
automationExecutionId - The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation operation.)public String toString()
toString in class ObjectObject.toString()public StartChangeRequestExecutionResult clone()