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 interface
StackInstanceComprehensiveStatus.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StackInstanceComprehensiveStatus.Builder
builder()
StackInstanceDetailedStatus
detailedStatus()
String
detailedStatusAsString()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends StackInstanceComprehensiveStatus.Builder>
serializableBuilderClass()
StackInstanceComprehensiveStatus.Builder
toBuilder()
String
toString()
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 stack set operation, or because the failure tolerance of the stack set operation has been exceeded. -
FAILED
: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded. -
INOPERABLE
: ADeleteStackInstances
operation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSet
operations. You might need to perform aDeleteStackInstances
operation, withRetainStacks
set 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,
detailedStatus
will 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 stack set operation, or because the failure tolerance of the stack set operation has been exceeded.FAILED
: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.INOPERABLE
: ADeleteStackInstances
operation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSet
operations. You might need to perform aDeleteStackInstances
operation, withRetainStacks
set 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 stack set operation, or because the failure tolerance of the stack set operation has been exceeded. -
FAILED
: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded. -
INOPERABLE
: ADeleteStackInstances
operation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSet
operations. You might need to perform aDeleteStackInstances
operation, withRetainStacks
set 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,
detailedStatus
will 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 stack set operation, or because the failure tolerance of the stack set operation has been exceeded.FAILED
: The operation in the specified account and Region failed. If the stack set operation fails in enough accounts within a Region, the failure tolerance for the stack set operation as a whole might be exceeded.INOPERABLE
: ADeleteStackInstances
operation has failed and left the stack in an unstable state. Stacks in this state are excluded from furtherUpdateStackSet
operations. You might need to perform aDeleteStackInstances
operation, withRetainStacks
set 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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-