@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()
The attributes map that is associated with the object.
|
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttributes(Collection<AttributeKeyAndValue> attributes)
The 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.
|
BatchListObjectAttributesResponse |
withAttributes(AttributeKeyAndValue... attributes)
The attributes map that is associated with the object.
|
BatchListObjectAttributesResponse |
withAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes map that is associated with the object.
|
BatchListObjectAttributesResponse |
withNextToken(String nextToken)
The pagination token.
|
public List<AttributeKeyAndValue> getAttributes()
The attributes map that is 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)
The attributes map that is associated with the object. AttributeArn
is the key; attribute value is
the value.
attributes
- The attributes map that is associated with the object. AttributeArn
is the key; attribute
value is the value.public BatchListObjectAttributesResponse withAttributes(AttributeKeyAndValue... attributes)
The attributes map that is 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
- The attributes map that is associated with the object. AttributeArn
is the key; attribute
value is the value.public BatchListObjectAttributesResponse withAttributes(Collection<AttributeKeyAndValue> attributes)
The attributes map that is associated with the object. AttributeArn
is the key; attribute value is
the value.
attributes
- The attributes map that is 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 Object
Object.toString()
public BatchListObjectAttributesResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.