@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a ListObjectAttributes operation.
| Constructor and Description |
|---|
BatchListObjectAttributes() |
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectAttributes |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of items to be retrieved in a single call.
|
String |
getNextToken()
The pagination token.
|
ObjectReference |
getObjectReference()
Reference of the object whose attributes need to be listed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMaxResults(Integer maxResults)
Maximum number of items to be retrieved in a single call.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setObjectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchListObjectAttributes |
withMaxResults(Integer maxResults)
Maximum number of items to be retrieved in a single call.
|
BatchListObjectAttributes |
withNextToken(String nextToken)
The pagination token.
|
BatchListObjectAttributes |
withObjectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
|
public void setObjectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
objectReference - Reference of the object whose attributes need to be listed.public ObjectReference getObjectReference()
Reference of the object whose attributes need to be listed.
public BatchListObjectAttributes withObjectReference(ObjectReference objectReference)
Reference of the object whose attributes need to be listed.
objectReference - Reference of the object whose attributes need to be listed.public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public BatchListObjectAttributes withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public void setMaxResults(Integer maxResults)
Maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults - Maximum number of items to be retrieved in a single call. This is an approximate number.public Integer getMaxResults()
Maximum number of items to be retrieved in a single call. This is an approximate number.
public BatchListObjectAttributes withMaxResults(Integer maxResults)
Maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults - Maximum number of items to be retrieved in a single call. This is an approximate number.public String toString()
toString in class ObjectObject.toString()public BatchListObjectAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.