@Generated(value="software.amazon.awssdk:codegen") public final class StackInstanceComprehensiveStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StackInstanceComprehensiveStatus.Builder,StackInstanceComprehensiveStatus>
The detailed status of the stack instance.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StackInstanceComprehensiveStatus.Builder |
| Modifier and Type | Method and 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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic StackInstanceDetailedStatus detailedStatus()
CANCELLED: The operation in the specified account and Region has been cancelled. 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: A DeleteStackInstances operation has failed and left the stack in an
unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might
need to perform a DeleteStackInstances operation, with RetainStacks set to
true, 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.
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 return StackInstanceDetailedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from detailedStatusAsString().
CANCELLED: The operation in the specified account and Region has been cancelled. 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: A DeleteStackInstances operation has failed and left the stack in
an unstable state. Stacks in this state are excluded from further UpdateStackSet operations.
You might need to perform a DeleteStackInstances operation, with RetainStacks
set to true, 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.
SUCCEEDED: The operation in the specified account and Region completed successfully.
StackInstanceDetailedStatuspublic String detailedStatusAsString()
CANCELLED: The operation in the specified account and Region has been cancelled. 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: A DeleteStackInstances operation has failed and left the stack in an
unstable state. Stacks in this state are excluded from further UpdateStackSet operations. You might
need to perform a DeleteStackInstances operation, with RetainStacks set to
true, 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.
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 return StackInstanceDetailedStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from detailedStatusAsString().
CANCELLED: The operation in the specified account and Region has been cancelled. 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: A DeleteStackInstances operation has failed and left the stack in
an unstable state. Stacks in this state are excluded from further UpdateStackSet operations.
You might need to perform a DeleteStackInstances operation, with RetainStacks
set to true, 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.
SUCCEEDED: The operation in the specified account and Region completed successfully.
StackInstanceDetailedStatuspublic StackInstanceComprehensiveStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StackInstanceComprehensiveStatus.Builder,StackInstanceComprehensiveStatus>public static StackInstanceComprehensiveStatus.Builder builder()
public static Class<? extends StackInstanceComprehensiveStatus.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.