@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) |
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() |
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String stackId()
The ID of the stack with which the change set is associated.
public String stackName()
The name of the stack with which the change set is associated.
public String changeSetId()
The ID of the change set.
public String changeSetName()
The name of the change set.
public 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 AWS 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 AWS CloudFormation is still creating it or in an
OBSOLETE
state because the stack was already updated.ExecutionStatus
public 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 AWS 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 AWS CloudFormation is still creating it or in an
OBSOLETE
state because the stack was already updated.ExecutionStatus
public 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
.ChangeSetStatus
public 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
.ChangeSetStatus
public String statusReason()
A description of the change set's status. For example, if your change set is in the FAILED
state,
AWS CloudFormation shows the error message.
FAILED
state, AWS CloudFormation shows the error message.public Instant creationTime()
The start time when the change set was created, in UTC.
public String description()
Descriptive information about the change set.
public ChangeSetSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ChangeSetSummary.Builder,ChangeSetSummary>
public static ChangeSetSummary.Builder builder()
public static Class<? extends ChangeSetSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.