ToCopyableBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>
@Generated("software.amazon.awssdk:codegen") public class ListAssociatedStacksResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>
The response from a successful operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListAssociatedStacksResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListAssociatedStacksResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
names() |
The names of associated stacks.
|
String |
nextToken() |
The pagination token to use to retrieve the next page of results for this operation.
|
static Class<? extends ListAssociatedStacksResponse.Builder> |
serializableBuilderClass() |
|
ListAssociatedStacksResponse.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<String> names()
The names of associated stacks.
public String nextToken()
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public ListAssociatedStacksResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>
public static ListAssociatedStacksResponse.Builder builder()
public static Class<? extends ListAssociatedStacksResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.