ToCopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListAliasesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListAliasesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<Alias> |
aliases() |
Collection of alias records that match the list request.
|
static ListAliasesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
Token that indicates where to resume retrieving results on the next call to this action.
|
static Class<? extends ListAliasesResponse.Builder> |
serializableBuilderClass() |
|
ListAliasesResponse.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<Alias> aliases()
Collection of alias records that match the list request.
public String nextToken()
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
public ListAliasesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
public static ListAliasesResponse.Builder builder()
public static Class<? extends ListAliasesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.