Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListObjectChildrenRequest.Builder,ListObjectChildrenRequest>
@Generated("software.amazon.awssdk:codegen") public class ListObjectChildrenRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListObjectChildrenRequest.Builder,ListObjectChildrenRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListObjectChildrenRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListObjectChildrenRequest.Builder |
builder() |
|
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.
|
String |
directoryArn() |
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of items to be retrieved in a single call.
|
String |
nextToken() |
The pagination token.
|
ObjectReference |
objectReference() |
The reference that identifies the object for which child objects are being listed.
|
static Class<? extends ListObjectChildrenRequest.Builder> |
serializableBuilderClass() |
|
ListObjectChildrenRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryArn()
public ObjectReference objectReference()
The reference that identifies the object for which child objects are being listed.
public String nextToken()
The pagination token.
public Integer maxResults()
The maximum number of items to be retrieved in a single call. This is an approximate number.
public 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
public ListObjectChildrenRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListObjectChildrenRequest.Builder,ListObjectChildrenRequest>
public static ListObjectChildrenRequest.Builder builder()
public static Class<? extends ListObjectChildrenRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.