ToCopyableBuilder<ListKeyPoliciesResponse.Builder,ListKeyPoliciesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListKeyPoliciesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListKeyPoliciesResponse.Builder,ListKeyPoliciesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListKeyPoliciesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListKeyPoliciesResponse.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. |
List<String> |
policyNames() |
A list of policy names.
|
static Class<? extends ListKeyPoliciesResponse.Builder> |
serializableBuilderClass() |
|
ListKeyPoliciesResponse.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<String> policyNames()
A list of policy names. Currently, there is only one policy and it is named "Default".
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 ListKeyPoliciesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListKeyPoliciesResponse.Builder,ListKeyPoliciesResponse>
public static ListKeyPoliciesResponse.Builder builder()
public static Class<? extends ListKeyPoliciesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.