@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Action extends Object implements Serializable, Cloneable, StructuredPojo
The action that starts at the beginning of an incident. The response plan defines the action.
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
Action |
clone() |
boolean |
equals(Object obj) |
SsmAutomation |
getSsmAutomation()
The Systems Manager automation document to start as the runbook at the beginning of the incident.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSsmAutomation(SsmAutomation ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
|
String |
toString()
Returns a string representation of this object.
|
Action |
withSsmAutomation(SsmAutomation ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
|
public void setSsmAutomation(SsmAutomation ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
ssmAutomation
- The Systems Manager automation document to start as the runbook at the beginning of the incident.public SsmAutomation getSsmAutomation()
The Systems Manager automation document to start as the runbook at the beginning of the incident.
public Action withSsmAutomation(SsmAutomation ssmAutomation)
The Systems Manager automation document to start as the runbook at the beginning of the incident.
ssmAutomation
- The Systems Manager automation document to start as the runbook at the beginning of the incident.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.