@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectAttributesResponse extends Object implements Serializable, Cloneable
Represents the output of a ListObjectAttributes response operation.
| Constructor and Description |
|---|
BatchListObjectAttributesResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectAttributesResponse |
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.
|
BatchListObjectAttributesResponse |
withAttributes(AttributeKeyAndValue... attributes)
Attributes map associated with the object.
|
BatchListObjectAttributesResponse |
withAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object.
|
BatchListObjectAttributesResponse |
withNextToken(String nextToken)
Token used for pagination.
|
public List<AttributeKeyAndValue> getAttributes()
Attributes map associated with the object. AttributeArn is the key; attribute value is the value.
public void setAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object. AttributeArn is the key; attribute value is the value.
attributes - Attributes map associated with the object. AttributeArn is the key; attribute value is the value.public BatchListObjectAttributesResponse withAttributes(AttributeKeyAndValue... attributes)
Attributes map associated with the object. AttributeArn is the key; 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; attribute value is the value.public BatchListObjectAttributesResponse withAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map associated with the object. AttributeArn is the key; attribute value is the value.
attributes - Attributes map associated with the object. AttributeArn is the key; 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 BatchListObjectAttributesResponse withNextToken(String nextToken)
Token used for pagination.
nextToken - Token used for pagination.public String toString()
toString in class ObjectObject.toString()public BatchListObjectAttributesResponse clone()
Copyright © 2017. All rights reserved.