@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListObjectChildrenRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListObjectChildrenRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListObjectChildrenRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConsistencyLevel()
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
String |
getDirectoryArn()
ARN associated with the Directory where the object resides.
|
Integer |
getMaxResults()
Maximum number of items to be retrieved in a single call.
|
String |
getNextToken()
The pagination token.
|
ObjectReference |
getObjectReference()
Reference that identifies the object for which child objects are being listed.
|
int |
hashCode() |
void |
setConsistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
void |
setConsistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
void |
setDirectoryArn(String directoryArn)
ARN associated with the Directory where the object resides.
|
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 that identifies the object for which child objects are being listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListObjectChildrenRequest |
withConsistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectChildrenRequest |
withConsistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListObjectChildrenRequest |
withDirectoryArn(String directoryArn)
ARN associated with the Directory where the object resides.
|
ListObjectChildrenRequest |
withMaxResults(Integer maxResults)
Maximum number of items to be retrieved in a single call.
|
ListObjectChildrenRequest |
withNextToken(String nextToken)
The pagination token.
|
ListObjectChildrenRequest |
withObjectReference(ObjectReference objectReference)
Reference that identifies the object for which child objects are being listed.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public ListObjectChildrenRequest withDirectoryArn(String directoryArn)
public void setObjectReference(ObjectReference objectReference)
Reference that identifies the object for which child objects are being listed.
objectReference - Reference that identifies the object for which child objects are being listed.public ObjectReference getObjectReference()
Reference that identifies the object for which child objects are being listed.
public ListObjectChildrenRequest withObjectReference(ObjectReference objectReference)
Reference that identifies the object for which child objects are being listed.
objectReference - Reference that identifies 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 ListObjectChildrenRequest 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 ListObjectChildrenRequest 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 void setConsistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.ConsistencyLevelpublic String getConsistencyLevel()
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
ConsistencyLevelpublic ListObjectChildrenRequest withConsistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.ConsistencyLevelpublic void setConsistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.ConsistencyLevelpublic ListObjectChildrenRequest withConsistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.ConsistencyLevelpublic String toString()
toString in class ObjectObject.toString()public ListObjectChildrenRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.