ToCopyableBuilder<ListAttributesResponse.Builder,ListAttributesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListAttributesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListAttributesResponse.Builder,ListAttributesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListAttributesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<Attribute> |
attributes() |
A list of attribute objects that meet the criteria of the request.
|
static ListAttributesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The
nextToken value to include in a future ListAttributes request. |
static Class<? extends ListAttributesResponse.Builder> |
serializableBuilderClass() |
|
ListAttributesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<Attribute> attributes()
A list of attribute objects that meet the criteria of the request.
public String nextToken()
The nextToken
value to include in a future ListAttributes
request. When the results of
a ListAttributes
request exceed maxResults
, this value can be used to retrieve the next
page of results. This value is null
when there are no more results to return.
nextToken
value to include in a future ListAttributes
request. When the
results of a ListAttributes
request exceed maxResults
, this value can be used
to retrieve the next page of results. This value is null
when there are no more results to
return.public ListAttributesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListAttributesResponse.Builder,ListAttributesResponse>
public static ListAttributesResponse.Builder builder()
public static Class<? extends ListAttributesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.