@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()
Token used for pagination.
|
ObjectReference |
getObjectReference()
Reference of the object whose attributes need to be listed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMaxResults(Integer maxResults)
Maximum number of items to be retrieved in a single call.
|
void |
setNextToken(String nextToken)
Token used for pagination.
|
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)
Token used for pagination.
|
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)
Token used for pagination.
nextToken
- Token used for pagination.public String getNextToken()
Token used for pagination.
public BatchListObjectAttributes withNextToken(String nextToken)
Token used for pagination.
nextToken
- Token used for pagination.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 Object
Object.toString()
public BatchListObjectAttributes 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.