@Generated(value="software.amazon.awssdk:codegen") public final class ChangeSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChangeSetSummary.Builder,ChangeSetSummary>
The ChangeSetSummary structure describes a change set, its status, and the stack with which it's
associated.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChangeSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChangeSetSummary.Builder |
builder() |
String |
changeSetId()
The ID of the change set.
|
String |
changeSetName()
The name of the change set.
|
Instant |
creationTime()
The start time when the change set was created, in UTC.
|
String |
description()
Descriptive information about the change set.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExecutionStatus |
executionStatus()
If the change set execution status is
AVAILABLE, you can execute the change set. |
String |
executionStatusAsString()
If the change set execution status is
AVAILABLE, you can execute the change set. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
includeNestedStacks()
Specifies the current setting of
IncludeNestedStacks for the change set. |
String |
parentChangeSetId()
The parent change set ID.
|
String |
rootChangeSetId()
The root change set ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChangeSetSummary.Builder> |
serializableBuilderClass() |
String |
stackId()
The ID of the stack with which the change set is associated.
|
String |
stackName()
The name of the stack with which the change set is associated.
|
ChangeSetStatus |
status()
The state of the change set, such as
CREATE_IN_PROGRESS, CREATE_COMPLETE, or
FAILED. |
String |
statusAsString()
The state of the change set, such as
CREATE_IN_PROGRESS, CREATE_COMPLETE, or
FAILED. |
String |
statusReason()
A description of the change set's status.
|
ChangeSetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stackId()
The ID of the stack with which the change set is associated.
public final String stackName()
The name of the stack with which the change set is associated.
public final String changeSetId()
The ID of the change set.
public final String changeSetName()
The name of the change set.
public final ExecutionStatus executionStatus()
If the change set execution status is AVAILABLE, you can execute the change set. If you can’t
execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state
because the stack was already updated.
If the service returns an enum value that is not available in the current SDK version, executionStatus
will return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from executionStatusAsString().
AVAILABLE, you can execute the change set. If you
can’t execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE
state because the stack was already updated.ExecutionStatuspublic final String executionStatusAsString()
If the change set execution status is AVAILABLE, you can execute the change set. If you can’t
execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE state
because the stack was already updated.
If the service returns an enum value that is not available in the current SDK version, executionStatus
will return ExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from executionStatusAsString().
AVAILABLE, you can execute the change set. If you
can’t execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE
state because the stack was already updated.ExecutionStatuspublic final ChangeSetStatus status()
The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or
FAILED.
If the service returns an enum value that is not available in the current SDK version, status will
return ChangeSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
CREATE_IN_PROGRESS, CREATE_COMPLETE, or
FAILED.ChangeSetStatuspublic final String statusAsString()
The state of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE, or
FAILED.
If the service returns an enum value that is not available in the current SDK version, status will
return ChangeSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
CREATE_IN_PROGRESS, CREATE_COMPLETE, or
FAILED.ChangeSetStatuspublic final String statusReason()
A description of the change set's status. For example, if your change set is in the FAILED state,
CloudFormation shows the error message.
FAILED
state, CloudFormation shows the error message.public final Instant creationTime()
The start time when the change set was created, in UTC.
public final String description()
Descriptive information about the change set.
public final Boolean includeNestedStacks()
Specifies the current setting of IncludeNestedStacks for the change set.
IncludeNestedStacks for the change set.public final String parentChangeSetId()
The parent change set ID.
public final String rootChangeSetId()
The root change set ID.
public ChangeSetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChangeSetSummary.Builder,ChangeSetSummary>public static ChangeSetSummary.Builder builder()
public static Class<? extends ChangeSetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.