@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobPostLaunchActionsLaunchStatus extends Object implements Serializable, Cloneable, StructuredPojo
Launch Status of the Job Post Launch Actions.
| Constructor and Description |
|---|
JobPostLaunchActionsLaunchStatus() |
| Modifier and Type | Method and Description |
|---|---|
JobPostLaunchActionsLaunchStatus |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionID()
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
|
String |
getExecutionStatus()
AWS Systems Manager Document's execution status.
|
String |
getFailureReason()
AWS Systems Manager Document's failure reason.
|
SsmDocument |
getSsmDocument()
AWS Systems Manager's Document of the of the Job Post Launch Actions.
|
String |
getSsmDocumentType()
AWS Systems Manager Document type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExecutionID(String executionID)
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
|
void |
setExecutionStatus(String executionStatus)
AWS Systems Manager Document's execution status.
|
void |
setFailureReason(String failureReason)
AWS Systems Manager Document's failure reason.
|
void |
setSsmDocument(SsmDocument ssmDocument)
AWS Systems Manager's Document of the of the Job Post Launch Actions.
|
void |
setSsmDocumentType(String ssmDocumentType)
AWS Systems Manager Document type.
|
String |
toString()
Returns a string representation of this object.
|
JobPostLaunchActionsLaunchStatus |
withExecutionID(String executionID)
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
|
JobPostLaunchActionsLaunchStatus |
withExecutionStatus(PostLaunchActionExecutionStatus executionStatus)
AWS Systems Manager Document's execution status.
|
JobPostLaunchActionsLaunchStatus |
withExecutionStatus(String executionStatus)
AWS Systems Manager Document's execution status.
|
JobPostLaunchActionsLaunchStatus |
withFailureReason(String failureReason)
AWS Systems Manager Document's failure reason.
|
JobPostLaunchActionsLaunchStatus |
withSsmDocument(SsmDocument ssmDocument)
AWS Systems Manager's Document of the of the Job Post Launch Actions.
|
JobPostLaunchActionsLaunchStatus |
withSsmDocumentType(SsmDocumentType ssmDocumentType)
AWS Systems Manager Document type.
|
JobPostLaunchActionsLaunchStatus |
withSsmDocumentType(String ssmDocumentType)
AWS Systems Manager Document type.
|
public void setExecutionID(String executionID)
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
executionID - AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.public String getExecutionID()
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
public JobPostLaunchActionsLaunchStatus withExecutionID(String executionID)
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
executionID - AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.public void setExecutionStatus(String executionStatus)
AWS Systems Manager Document's execution status.
executionStatus - AWS Systems Manager Document's execution status.PostLaunchActionExecutionStatuspublic String getExecutionStatus()
AWS Systems Manager Document's execution status.
PostLaunchActionExecutionStatuspublic JobPostLaunchActionsLaunchStatus withExecutionStatus(String executionStatus)
AWS Systems Manager Document's execution status.
executionStatus - AWS Systems Manager Document's execution status.PostLaunchActionExecutionStatuspublic JobPostLaunchActionsLaunchStatus withExecutionStatus(PostLaunchActionExecutionStatus executionStatus)
AWS Systems Manager Document's execution status.
executionStatus - AWS Systems Manager Document's execution status.PostLaunchActionExecutionStatuspublic void setFailureReason(String failureReason)
AWS Systems Manager Document's failure reason.
failureReason - AWS Systems Manager Document's failure reason.public String getFailureReason()
AWS Systems Manager Document's failure reason.
public JobPostLaunchActionsLaunchStatus withFailureReason(String failureReason)
AWS Systems Manager Document's failure reason.
failureReason - AWS Systems Manager Document's failure reason.public void setSsmDocument(SsmDocument ssmDocument)
AWS Systems Manager's Document of the of the Job Post Launch Actions.
ssmDocument - AWS Systems Manager's Document of the of the Job Post Launch Actions.public SsmDocument getSsmDocument()
AWS Systems Manager's Document of the of the Job Post Launch Actions.
public JobPostLaunchActionsLaunchStatus withSsmDocument(SsmDocument ssmDocument)
AWS Systems Manager's Document of the of the Job Post Launch Actions.
ssmDocument - AWS Systems Manager's Document of the of the Job Post Launch Actions.public void setSsmDocumentType(String ssmDocumentType)
AWS Systems Manager Document type.
ssmDocumentType - AWS Systems Manager Document type.SsmDocumentTypepublic String getSsmDocumentType()
AWS Systems Manager Document type.
SsmDocumentTypepublic JobPostLaunchActionsLaunchStatus withSsmDocumentType(String ssmDocumentType)
AWS Systems Manager Document type.
ssmDocumentType - AWS Systems Manager Document type.SsmDocumentTypepublic JobPostLaunchActionsLaunchStatus withSsmDocumentType(SsmDocumentType ssmDocumentType)
AWS Systems Manager Document type.
ssmDocumentType - AWS Systems Manager Document type.SsmDocumentTypepublic String toString()
toString in class ObjectObject.toString()public JobPostLaunchActionsLaunchStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.