ToCopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeChangeSetResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
The output for the DescribeChangeSet action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeChangeSetResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeChangeSetResponse.Builder |
builder() |
|
List<String> |
capabilities() |
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was
created.
|
List<Change> |
changes() |
A list of
Change structures that describes the resources AWS CloudFormation changes if you execute
the change set. |
String |
changeSetId() |
The ARN 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() |
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() |
|
String |
nextToken() |
If the output exceeds 1 MB, a string that identifies the next page of changes.
|
List<String> |
notificationARNs() |
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if
you execute the change set.
|
List<Parameter> |
parameters() |
A list of
Parameter structures that describes the input parameters and their values used to create
the change set. |
static Class<? extends DescribeChangeSetResponse.Builder> |
serializableBuilderClass() |
|
String |
stackId() |
The ARN of the stack that is associated with the change set.
|
String |
stackName() |
The name of the stack that is associated with the change set.
|
String |
status() |
The current status of the change set, such as
CREATE_IN_PROGRESS , CREATE_COMPLETE , or
FAILED . |
String |
statusReason() |
A description of the change set's status.
|
List<Tag> |
tags() |
If you execute the change set, the tags that will be associated with the stack.
|
DescribeChangeSetResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String changeSetName()
The name of the change set.
public String changeSetId()
The ARN of the change set.
public String stackId()
The ARN of the stack that is associated with the change set.
public String stackName()
The name of the stack that is associated with the change set.
public String description()
Information about the change set.
public List<Parameter> parameters()
A list of Parameter
structures that describes the input parameters and their values used to create
the change set. For more information, see the Parameter data
type.
Parameter
structures that describes the input parameters and their values used to
create the change set. For more information, see the Parameter
data type.public Date creationTime()
The start time when the change set was created, in UTC.
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 current status 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 attempt to create a change set failed, AWS CloudFormation shows the error message.
public List<String> notificationARNs()
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack if you execute the change set.
public List<String> capabilities()
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
Capability
public List<Tag> tags()
If you execute the change set, the tags that will be associated with the stack.
public List<Change> changes()
A list of Change
structures that describes the resources AWS CloudFormation changes if you execute
the change set.
Change
structures that describes the resources AWS CloudFormation changes if you
execute the change set.public String nextToken()
If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.
public DescribeChangeSetResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
public static DescribeChangeSetResponse.Builder builder()
public static Class<? extends DescribeChangeSetResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.