@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectChildren extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a ListObjectChildren operation.
Constructor and Description |
---|
BatchListObjectChildren() |
Modifier and Type | Method and Description |
---|---|
BatchListObjectChildren |
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 for which child objects are being 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)
The pagination token.
|
void |
setObjectReference(ObjectReference objectReference)
Reference of the object for which child objects are being listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchListObjectChildren |
withMaxResults(Integer maxResults)
Maximum number of items to be retrieved in a single call.
|
BatchListObjectChildren |
withNextToken(String nextToken)
The pagination token.
|
BatchListObjectChildren |
withObjectReference(ObjectReference objectReference)
Reference of the object for which child objects are being listed.
|
public void setObjectReference(ObjectReference objectReference)
Reference of the object for which child objects are being listed.
objectReference
- Reference of the object for which child objects are being listed.public ObjectReference getObjectReference()
Reference of the object for which child objects are being listed.
public BatchListObjectChildren withObjectReference(ObjectReference objectReference)
Reference of the object for which child objects are being listed.
objectReference
- Reference of the object for which child objects are being listed.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public BatchListObjectChildren 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 BatchListObjectChildren 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 BatchListObjectChildren 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.