Class JobPostLaunchActionsLaunchStatus
- java.lang.Object
-
- software.amazon.awssdk.services.mgn.model.JobPostLaunchActionsLaunchStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<JobPostLaunchActionsLaunchStatus.Builder,JobPostLaunchActionsLaunchStatus>
@Generated("software.amazon.awssdk:codegen") public final class JobPostLaunchActionsLaunchStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobPostLaunchActionsLaunchStatus.Builder,JobPostLaunchActionsLaunchStatus>
Launch Status of the Job Post Launch Actions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobPostLaunchActionsLaunchStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobPostLaunchActionsLaunchStatus.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionID()AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.PostLaunchActionExecutionStatusexecutionStatus()AWS Systems Manager Document's execution status.StringexecutionStatusAsString()AWS Systems Manager Document's execution status.StringfailureReason()AWS Systems Manager Document's failure reason.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends JobPostLaunchActionsLaunchStatus.Builder>serializableBuilderClass()SsmDocumentssmDocument()AWS Systems Manager's Document of the of the Job Post Launch Actions.SsmDocumentTypessmDocumentType()AWS Systems Manager Document type.StringssmDocumentTypeAsString()AWS Systems Manager Document type.JobPostLaunchActionsLaunchStatus.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
executionID
public final String executionID()
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
- Returns:
- AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
-
executionStatus
public final PostLaunchActionExecutionStatus executionStatus()
AWS Systems Manager Document's execution status.
If the service returns an enum value that is not available in the current SDK version,
executionStatuswill returnPostLaunchActionExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexecutionStatusAsString().- Returns:
- AWS Systems Manager Document's execution status.
- See Also:
PostLaunchActionExecutionStatus
-
executionStatusAsString
public final String executionStatusAsString()
AWS Systems Manager Document's execution status.
If the service returns an enum value that is not available in the current SDK version,
executionStatuswill returnPostLaunchActionExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexecutionStatusAsString().- Returns:
- AWS Systems Manager Document's execution status.
- See Also:
PostLaunchActionExecutionStatus
-
failureReason
public final String failureReason()
AWS Systems Manager Document's failure reason.
- Returns:
- AWS Systems Manager Document's failure reason.
-
ssmDocument
public final SsmDocument ssmDocument()
AWS Systems Manager's Document of the of the Job Post Launch Actions.
- Returns:
- AWS Systems Manager's Document of the of the Job Post Launch Actions.
-
ssmDocumentType
public final SsmDocumentType ssmDocumentType()
AWS Systems Manager Document type.
If the service returns an enum value that is not available in the current SDK version,
ssmDocumentTypewill returnSsmDocumentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromssmDocumentTypeAsString().- Returns:
- AWS Systems Manager Document type.
- See Also:
SsmDocumentType
-
ssmDocumentTypeAsString
public final String ssmDocumentTypeAsString()
AWS Systems Manager Document type.
If the service returns an enum value that is not available in the current SDK version,
ssmDocumentTypewill returnSsmDocumentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromssmDocumentTypeAsString().- Returns:
- AWS Systems Manager Document type.
- See Also:
SsmDocumentType
-
toBuilder
public JobPostLaunchActionsLaunchStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobPostLaunchActionsLaunchStatus.Builder,JobPostLaunchActionsLaunchStatus>
-
builder
public static JobPostLaunchActionsLaunchStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobPostLaunchActionsLaunchStatus.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-