@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchListObjectChildren extends Object implements Serializable, Cloneable
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()
Token used for pagination.
|
ObjectReference |
getObjectReference()
Reference of the object for which child objects are being listed.
|
int |
hashCode() |
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 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)
Token used for pagination.
|
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)
Token used for pagination.
nextToken - Token used for pagination.public String getNextToken()
Token used for pagination.
public BatchListObjectChildren 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 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 ObjectObject.toString()public BatchListObjectChildren clone()
Copyright © 2017. All rights reserved.