@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListObjectAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListObjectAttributesResult() |
Modifier and Type | Method and Description |
---|---|
ListObjectAttributesResult |
clone() |
boolean |
equals(Object obj) |
List<AttributeKeyAndValue> |
getAttributes()
Attributes map that is associated with the object.
|
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
setAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map that is associated with the object.
|
void |
setNextToken(String nextToken)
The pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListObjectAttributesResult |
withAttributes(AttributeKeyAndValue... attributes)
Attributes map that is associated with the object.
|
ListObjectAttributesResult |
withAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map that is associated with the object.
|
ListObjectAttributesResult |
withNextToken(String nextToken)
The pagination token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AttributeKeyAndValue> getAttributes()
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 void setAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map that is associated with the object. AttributeArn
is the key, and attribute value is
the value.
attributes
- Attributes map that is associated with the object. AttributeArn
is the key, and attribute
value is the value.public ListObjectAttributesResult withAttributes(AttributeKeyAndValue... attributes)
Attributes map that is associated with the object. AttributeArn
is the key, and attribute value is
the value.
NOTE: This method appends the values to the existing list (if any). Use
setAttributes(java.util.Collection)
or withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- Attributes map that is associated with the object. AttributeArn
is the key, and attribute
value is the value.public ListObjectAttributesResult withAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map that is associated with the object. AttributeArn
is the key, and attribute value is
the value.
attributes
- Attributes map that is associated with the object. AttributeArn
is the key, and attribute
value is the value.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public ListObjectAttributesResult withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String toString()
toString
in class Object
Object.toString()
public ListObjectAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.