Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListObjectAttributesRequest.Builder,ListObjectAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListObjectAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListObjectAttributesRequest.Builder,ListObjectAttributesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListObjectAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListObjectAttributesRequest.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) |
|
SchemaFacet |
facetFilter() |
Used to filter the list of object attributes that are associated with a certain facet.
|
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 whose attributes will be listed.
|
static Class<? extends ListObjectAttributesRequest.Builder> |
serializableBuilderClass() |
|
ListObjectAttributesRequest.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 whose attributes will be 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 SchemaFacet facetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
public ListObjectAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListObjectAttributesRequest.Builder,ListObjectAttributesRequest>
public static ListObjectAttributesRequest.Builder builder()
public static Class<? extends ListObjectAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.