ToCopyableBuilder<ListObjectAttributesResponse.Builder,ListObjectAttributesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListObjectAttributesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListObjectAttributesResponse.Builder,ListObjectAttributesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListObjectAttributesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<AttributeKeyAndValue> |
attributes() |
Attributes map that is associated with the object.
|
static ListObjectAttributesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The pagination token.
|
static Class<? extends ListObjectAttributesResponse.Builder> |
serializableBuilderClass() |
|
ListObjectAttributesResponse.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<AttributeKeyAndValue> attributes()
Attributes map that is associated with the object. AttributeArn
is the key, and attribute value is
the value.
AttributeArn
is the key, and attribute
value is the value.public String nextToken()
The pagination token.
public ListObjectAttributesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListObjectAttributesResponse.Builder,ListObjectAttributesResponse>
public static ListObjectAttributesResponse.Builder builder()
public static Class<? extends ListObjectAttributesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.