ToCopyableBuilder<ListRetirableGrantsResponse.Builder,ListRetirableGrantsResponse>@Generated("software.amazon.awssdk:codegen") public class ListRetirableGrantsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListRetirableGrantsResponse.Builder,ListRetirableGrantsResponse>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListRetirableGrantsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListRetirableGrantsResponse.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 ListRetirableGrantsResponse.Builder> |
serializableBuilderClass() |
|
ListRetirableGrantsResponse.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, setSdkResponseMetadatapublic 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 ListRetirableGrantsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListRetirableGrantsResponse.Builder,ListRetirableGrantsResponse>public static ListRetirableGrantsResponse.Builder builder()
public static Class<? extends ListRetirableGrantsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.