ToCopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListAliasesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListAliasesResponse.Builder,ListAliasesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListAliasesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<AliasListEntry> |
aliases() |
A list of key aliases in the user's account.
|
static ListAliasesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextMarker() |
When
Truncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent request. |
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() |
|
Boolean |
truncated() |
A flag that indicates whether there are more items in the list.
|
setSdkHttpMetadata, setSdkResponseMetadata
public List<AliasListEntry> aliases()
A list of key aliases in the user's account.
public String nextMarker()
When Truncated
is true, this element is present and contains the value to use for the
Marker
parameter in a subsequent request.
Truncated
is true, this element is present and contains the value to use for the
Marker
parameter in a subsequent request.public Boolean truncated()
A flag that indicates whether there are more items in the list. When this value is true, the list in this
response is truncated. To retrieve more items, pass the value of the NextMarker
element in this
response to the Marker
parameter in a subsequent request.
NextMarker
element in
this response to the Marker
parameter in a subsequent request.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.