@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 associated with the object.
|
String |
getNextToken()
Token used for pagination.
|
int |
hashCode() |
void |
setAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object.
|
void |
setNextToken(String nextToken)
Token used for pagination.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListObjectAttributesResult |
withAttributes(AttributeKeyAndValue... attributes)
Attributes map associated with the object.
|
ListObjectAttributesResult |
withAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object.
|
ListObjectAttributesResult |
withNextToken(String nextToken)
Token used for pagination.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AttributeKeyAndValue> getAttributes()
Attributes map associated with the object. AttributeArn is the key, and attribute value is the value.
public void setAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object. AttributeArn is the key, and attribute value is the value.
attributes - Attributes map associated with the object. AttributeArn is the key, and attribute value is the value.public ListObjectAttributesResult withAttributes(AttributeKeyAndValue... attributes)
Attributes map 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 associated with the object. AttributeArn is the key, and attribute value is the value.public ListObjectAttributesResult withAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object. AttributeArn is the key, and attribute value is the value.
attributes - Attributes map associated with the object. AttributeArn is the key, and attribute value is the value.public void setNextToken(String nextToken)
Token used for pagination.
nextToken - Token used for pagination.public String getNextToken()
Token used for pagination.
public ListObjectAttributesResult withNextToken(String nextToken)
Token used for pagination.
nextToken - Token used for pagination.public String toString()
toString in class ObjectObject.toString()public ListObjectAttributesResult clone()
Copyright © 2017. All rights reserved.