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