ToCopyableBuilder<ChangeSetSummary.Builder,ChangeSetSummary>
@Generated("software.amazon.awssdk:codegen") public class ChangeSetSummary extends Object implements 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 | Description |
---|---|---|
static interface |
ChangeSetSummary.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ChangeSetSummary.Builder |
builder() |
|
String |
changeSetId() |
The ID of the change set.
|
String |
changeSetName() |
The name of the change set.
|
Date |
creationTime() |
The start time when the change set was created, in UTC.
|
String |
description() |
Descriptive information about the change set.
|
boolean |
equals(Object obj) |
|
String |
executionStatus() |
If the change set execution status is
AVAILABLE , you can execute the change set. |
int |
hashCode() |
|
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.
|
String |
status() |
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() |
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 String 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.
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 status()
The state of the change set, such as CREATE_IN_PROGRESS
, CREATE_COMPLETE
, or
FAILED
.
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 Date 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.