ToCopyableBuilder<ListStacksResponse.Builder,ListStacksResponse>
@Generated("software.amazon.awssdk:codegen") public class ListStacksResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListStacksResponse.Builder,ListStacksResponse>
The output for ListStacks action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListStacksResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListStacksResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If the output exceeds 1 MB in size, a string that identifies the next page of stacks.
|
static Class<? extends ListStacksResponse.Builder> |
serializableBuilderClass() |
|
List<StackSummary> |
stackSummaries() |
A list of
StackSummary structures containing information about the specified stacks. |
ListStacksResponse.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 List<StackSummary> stackSummaries()
A list of StackSummary
structures containing information about the specified stacks.
StackSummary
structures containing information about the specified stacks.public String nextToken()
If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If no additional page exists, this value is null.
public ListStacksResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListStacksResponse.Builder,ListStacksResponse>
public static ListStacksResponse.Builder builder()
public static Class<? extends ListStacksResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.