ToCopyableBuilder<ListKeysResponse.Builder,ListKeysResponse>
@Generated("software.amazon.awssdk:codegen") public class ListKeysResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListKeysResponse.Builder,ListKeysResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListKeysResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListKeysResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<KeyListEntry> |
keys() |
A list of keys.
|
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 ListKeysResponse.Builder> |
serializableBuilderClass() |
|
ListKeysResponse.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<KeyListEntry> keys()
A list of keys.
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 ListKeysResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListKeysResponse.Builder,ListKeysResponse>
public static ListKeysResponse.Builder builder()
public static Class<? extends ListKeysResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.