Class StackInstanceComprehensiveStatus
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.model.StackInstanceComprehensiveStatus
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StackInstanceComprehensiveStatus.Builder,StackInstanceComprehensiveStatus>
@Generated("software.amazon.awssdk:codegen") public final class StackInstanceComprehensiveStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StackInstanceComprehensiveStatus.Builder,StackInstanceComprehensiveStatus>
The detailed status of the stack instance.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStackInstanceComprehensiveStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StackInstanceComprehensiveStatus.Builderbuilder()StackInstanceDetailedStatusdetailedStatus()StringdetailedStatusAsString()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends StackInstanceComprehensiveStatus.Builder>serializableBuilderClass()StackInstanceComprehensiveStatus.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
-
detailedStatus
public final StackInstanceDetailedStatus detailedStatus()
-
CANCELLED: The operation in the specified account and Region has been canceled. This is either because a user has stopped the StackSet operation, or because the failure tolerance of the StackSet operation has been exceeded. -
FAILED: The operation in the specified account and Region failed. If the StackSet operation fails in enough accounts within a Region, the failure tolerance for the StackSet operation as a whole might be exceeded. -
FAILED_IMPORT: The import of the stack instance in the specified account and Region failed and left the stack in an unstable state. Once the issues causing the failure are fixed, the import operation can be retried. If enough StackSet operations fail in enough accounts within a Region, the failure tolerance for the StackSet operation as a whole might be exceeded. -
INOPERABLE: ADeleteStackInstancesoperation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSetoperations. You might need to perform aDeleteStackInstancesoperation, withRetainStacksset totrue, to delete the stack instance, and then delete the stack manually. -
PENDING: The operation in the specified account and Region has yet to start. -
RUNNING: The operation in the specified account and Region is currently in progress. -
SKIPPED_SUSPENDED_ACCOUNT: The operation in the specified account and Region has been skipped because the account was suspended at the time of the operation. -
SUCCEEDED: The operation in the specified account and Region completed successfully.
If the service returns an enum value that is not available in the current SDK version,
detailedStatuswill returnStackInstanceDetailedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdetailedStatusAsString().- Returns:
CANCELLED: The operation in the specified account and Region has been canceled. This is either because a user has stopped the StackSet operation, or because the failure tolerance of the StackSet operation has been exceeded.FAILED: The operation in the specified account and Region failed. If the StackSet operation fails in enough accounts within a Region, the failure tolerance for the StackSet operation as a whole might be exceeded.FAILED_IMPORT: The import of the stack instance in the specified account and Region failed and left the stack in an unstable state. Once the issues causing the failure are fixed, the import operation can be retried. If enough StackSet operations fail in enough accounts within a Region, the failure tolerance for the StackSet operation as a whole might be exceeded.INOPERABLE: ADeleteStackInstancesoperation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSetoperations. You might need to perform aDeleteStackInstancesoperation, withRetainStacksset totrue, to delete the stack instance, and then delete the stack manually.PENDING: The operation in the specified account and Region has yet to start.RUNNING: The operation in the specified account and Region is currently in progress.SKIPPED_SUSPENDED_ACCOUNT: The operation in the specified account and Region has been skipped because the account was suspended at the time of the operation.SUCCEEDED: The operation in the specified account and Region completed successfully.- See Also:
StackInstanceDetailedStatus
-
-
detailedStatusAsString
public final String detailedStatusAsString()
-
CANCELLED: The operation in the specified account and Region has been canceled. This is either because a user has stopped the StackSet operation, or because the failure tolerance of the StackSet operation has been exceeded. -
FAILED: The operation in the specified account and Region failed. If the StackSet operation fails in enough accounts within a Region, the failure tolerance for the StackSet operation as a whole might be exceeded. -
FAILED_IMPORT: The import of the stack instance in the specified account and Region failed and left the stack in an unstable state. Once the issues causing the failure are fixed, the import operation can be retried. If enough StackSet operations fail in enough accounts within a Region, the failure tolerance for the StackSet operation as a whole might be exceeded. -
INOPERABLE: ADeleteStackInstancesoperation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSetoperations. You might need to perform aDeleteStackInstancesoperation, withRetainStacksset totrue, to delete the stack instance, and then delete the stack manually. -
PENDING: The operation in the specified account and Region has yet to start. -
RUNNING: The operation in the specified account and Region is currently in progress. -
SKIPPED_SUSPENDED_ACCOUNT: The operation in the specified account and Region has been skipped because the account was suspended at the time of the operation. -
SUCCEEDED: The operation in the specified account and Region completed successfully.
If the service returns an enum value that is not available in the current SDK version,
detailedStatuswill returnStackInstanceDetailedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdetailedStatusAsString().- Returns:
CANCELLED: The operation in the specified account and Region has been canceled. This is either because a user has stopped the StackSet operation, or because the failure tolerance of the StackSet operation has been exceeded.FAILED: The operation in the specified account and Region failed. If the StackSet operation fails in enough accounts within a Region, the failure tolerance for the StackSet operation as a whole might be exceeded.FAILED_IMPORT: The import of the stack instance in the specified account and Region failed and left the stack in an unstable state. Once the issues causing the failure are fixed, the import operation can be retried. If enough StackSet operations fail in enough accounts within a Region, the failure tolerance for the StackSet operation as a whole might be exceeded.INOPERABLE: ADeleteStackInstancesoperation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSetoperations. You might need to perform aDeleteStackInstancesoperation, withRetainStacksset totrue, to delete the stack instance, and then delete the stack manually.PENDING: The operation in the specified account and Region has yet to start.RUNNING: The operation in the specified account and Region is currently in progress.SKIPPED_SUSPENDED_ACCOUNT: The operation in the specified account and Region has been skipped because the account was suspended at the time of the operation.SUCCEEDED: The operation in the specified account and Region completed successfully.- See Also:
StackInstanceDetailedStatus
-
-
toBuilder
public StackInstanceComprehensiveStatus.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StackInstanceComprehensiveStatus.Builder,StackInstanceComprehensiveStatus>
-
builder
public static StackInstanceComprehensiveStatus.Builder builder()
-
serializableBuilderClass
public static Class<? extends StackInstanceComprehensiveStatus.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-