@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutomationExecution extends Object implements Serializable, Cloneable, StructuredPojo
The Systems Manager automation document process to start as the runbook at the beginning of the incident.
Constructor and Description |
---|
AutomationExecution() |
Modifier and Type | Method and Description |
---|---|
AutomationExecution |
clone() |
boolean |
equals(Object obj) |
String |
getSsmExecutionArn()
The Amazon Resource Name (ARN) of the automation process.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSsmExecutionArn(String ssmExecutionArn)
The Amazon Resource Name (ARN) of the automation process.
|
String |
toString()
Returns a string representation of this object.
|
AutomationExecution |
withSsmExecutionArn(String ssmExecutionArn)
The Amazon Resource Name (ARN) of the automation process.
|
public void setSsmExecutionArn(String ssmExecutionArn)
The Amazon Resource Name (ARN) of the automation process.
ssmExecutionArn
- The Amazon Resource Name (ARN) of the automation process.public String getSsmExecutionArn()
The Amazon Resource Name (ARN) of the automation process.
public AutomationExecution withSsmExecutionArn(String ssmExecutionArn)
The Amazon Resource Name (ARN) of the automation process.
ssmExecutionArn
- The Amazon Resource Name (ARN) of the automation process.public String toString()
toString
in class Object
Object.toString()
public AutomationExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.