@Generated(value="software.amazon.awssdk:codegen") public final class StackSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StackSetSummary.Builder,StackSetSummary>
The structures that contain summary information about the specified stack set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StackSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StackSetSummary.Builder |
builder() |
String |
description()
A description of the stack set that you specify when the stack set is created or updated.
|
StackDriftStatus |
driftStatus()
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
String |
driftStatusAsString()
Status of the stack set's actual configuration compared to its expected template and parameter configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastDriftCheckTimestamp()
Most recent time when CloudFormation performed a drift detection operation on the stack set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StackSetSummary.Builder> |
serializableBuilderClass() |
String |
stackSetId()
The ID of the stack set.
|
String |
stackSetName()
The name of the stack set.
|
StackSetStatus |
status()
The status of the stack set.
|
String |
statusAsString()
The status of the stack set.
|
StackSetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String stackSetName()
The name of the stack set.
public String stackSetId()
The ID of the stack set.
public String description()
A description of the stack set that you specify when the stack set is created or updated.
public StackSetStatus status()
The status of the stack set.
If the service returns an enum value that is not available in the current SDK version, status will
return StackSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
StackSetStatuspublic String statusAsString()
The status of the stack set.
If the service returns an enum value that is not available in the current SDK version, status will
return StackSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
StackSetStatuspublic StackDriftStatus driftStatus()
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or more of
the resources in the associated stack have drifted.
NOT_CHECKED: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN: This value is reserved for future use.
If the service returns an enum value that is not available in the current SDK version, driftStatus will
return StackDriftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
driftStatusAsString().
DRIFTED: One or more of the stack instances belonging to the stack set stack differs from
the expected template and parameter configuration. A stack instance is considered to have drifted if one
or more of the resources in the associated stack have drifted.
NOT_CHECKED: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN: This value is reserved for future use.
StackDriftStatuspublic String driftStatusAsString()
Status of the stack set's actual configuration compared to its expected template and parameter configuration. A stack set is considered to have drifted if one or more of its stack instances have drifted from their expected template and parameter configuration.
DRIFTED: One or more of the stack instances belonging to the stack set stack differs from the
expected template and parameter configuration. A stack instance is considered to have drifted if one or more of
the resources in the associated stack have drifted.
NOT_CHECKED: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN: This value is reserved for future use.
If the service returns an enum value that is not available in the current SDK version, driftStatus will
return StackDriftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
driftStatusAsString().
DRIFTED: One or more of the stack instances belonging to the stack set stack differs from
the expected template and parameter configuration. A stack instance is considered to have drifted if one
or more of the resources in the associated stack have drifted.
NOT_CHECKED: AWS CloudFormation has not checked the stack set for drift.
IN_SYNC: All of the stack instances belonging to the stack set stack match from the expected
template and parameter configuration.
UNKNOWN: This value is reserved for future use.
StackDriftStatuspublic Instant lastDriftCheckTimestamp()
Most recent time when CloudFormation performed a drift detection operation on the stack set. This value will be
NULL for any stack set on which drift detection has not yet been performed.
NULL for any stack set on which drift detection has not yet been performed.public StackSetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StackSetSummary.Builder,StackSetSummary>public static StackSetSummary.Builder builder()
public static Class<? extends StackSetSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.