ToCopyableBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>@Generated("software.amazon.awssdk:codegen") public class ListChangeSetsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>
The output for the ListChangeSets action.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListChangeSetsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListChangeSetsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If the output exceeds 1 MB, a string that identifies the next page of change sets.
|
static Class<? extends ListChangeSetsResponse.Builder> |
serializableBuilderClass() |
|
List<ChangeSetSummary> |
summaries() |
A list of
ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack. |
ListChangeSetsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<ChangeSetSummary> summaries()
A list of ChangeSetSummary structures that provides the ID and status of each change set for the
specified stack.
ChangeSetSummary structures that provides the ID and status of each change set for
the specified stack.public String nextToken()
If the output exceeds 1 MB, a string that identifies the next page of change sets. If there is no additional page, this value is null.
public ListChangeSetsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListChangeSetsResponse.Builder,ListChangeSetsResponse>public static ListChangeSetsResponse.Builder builder()
public static Class<? extends ListChangeSetsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.