@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectAttributesResponse extends Object implements Serializable, Cloneable, StructuredPojo
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()
The pagination token.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAttributes(Collection<AttributeKeyAndValue> attributes)
Attributes map 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.
|
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)
The pagination token.
|
public List<AttributeKeyAndValue> getAttributes()
Attributes map associated with the object. AttributeArn is the key; attribute value is the value.
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)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public BatchListObjectAttributesResponse withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String toString()
toString in class ObjectObject.toString()public BatchListObjectAttributesResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.