ToCopyableBuilder<ListCollectionsResponse.Builder,ListCollectionsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListCollectionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListCollectionsResponse.Builder,ListCollectionsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListCollectionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListCollectionsResponse.Builder |
builder() |
|
List<String> |
collectionIds() |
An array of collection IDs.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If the result is truncated, the response provides a
NextToken that you can use in the subsequent
request to fetch the next set of collection IDs. |
static Class<? extends ListCollectionsResponse.Builder> |
serializableBuilderClass() |
|
ListCollectionsResponse.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> collectionIds()
An array of collection IDs.
public String nextToken()
If the result is truncated, the response provides a NextToken
that you can use in the subsequent
request to fetch the next set of collection IDs.
NextToken
that you can use in the
subsequent request to fetch the next set of collection IDs.public ListCollectionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListCollectionsResponse.Builder,ListCollectionsResponse>
public static ListCollectionsResponse.Builder builder()
public static Class<? extends ListCollectionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.