@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobPostLaunchActionsLaunchStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobPostLaunchActionsLaunchStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionID()
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
|
PostLaunchActionExecutionStatus |
executionStatus()
AWS Systems Manager Document's execution status.
|
String |
executionStatusAsString()
AWS Systems Manager Document's execution status.
|
String |
failureReason()
AWS Systems Manager Document's failure reason.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobPostLaunchActionsLaunchStatus.Builder> |
serializableBuilderClass() |
SsmDocument |
ssmDocument()
AWS Systems Manager's Document of the of the Job Post Launch Actions.
|
SsmDocumentType |
ssmDocumentType()
AWS Systems Manager Document type.
|
String |
ssmDocumentTypeAsString()
AWS Systems Manager Document type.
|
JobPostLaunchActionsLaunchStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String executionID()
AWS Systems Manager Document's execution ID of the of the Job Post Launch Actions.
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, executionStatus
will return PostLaunchActionExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from executionStatusAsString().
PostLaunchActionExecutionStatuspublic 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, executionStatus
will return PostLaunchActionExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from executionStatusAsString().
PostLaunchActionExecutionStatuspublic final String failureReason()
AWS Systems Manager Document's failure reason.
public final SsmDocument ssmDocument()
AWS Systems Manager's Document of the of the Job Post Launch Actions.
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, ssmDocumentType
will return SsmDocumentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from ssmDocumentTypeAsString().
SsmDocumentTypepublic final String ssmDocumentTypeAsString()
AWS Systems Manager Document type.
If the service returns an enum value that is not available in the current SDK version, ssmDocumentType
will return SsmDocumentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from ssmDocumentTypeAsString().
SsmDocumentTypepublic JobPostLaunchActionsLaunchStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobPostLaunchActionsLaunchStatus.Builder,JobPostLaunchActionsLaunchStatus>public static JobPostLaunchActionsLaunchStatus.Builder builder()
public static Class<? extends JobPostLaunchActionsLaunchStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.