@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListObjectAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListObjectAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
ListObjectAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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()
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
SchemaFacet |
getFacetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
|
Integer |
getMaxResults()
The maximum number of items to be retrieved in a single call.
|
String |
getNextToken()
The pagination token.
|
ObjectReference |
getObjectReference()
The reference that identifies the object whose attributes will be 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)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
void |
setFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
void |
setNextToken(String nextToken)
The pagination token.
|
void |
setObjectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListObjectAttributesRequest |
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.
|
ListObjectAttributesRequest |
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.
|
ListObjectAttributesRequest |
withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
ListObjectAttributesRequest |
withFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
|
ListObjectAttributesRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
ListObjectAttributesRequest |
withNextToken(String nextToken)
The pagination token.
|
ListObjectAttributesRequest |
withObjectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public ListObjectAttributesRequest withDirectoryArn(String directoryArn)
public void setObjectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
objectReference
- The reference that identifies the object whose attributes will be listed.public ObjectReference getObjectReference()
The reference that identifies the object whose attributes will be listed.
public ListObjectAttributesRequest withObjectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
objectReference
- The reference that identifies the object whose attributes will be listed.public void setNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public String getNextToken()
The pagination token.
public ListObjectAttributesRequest withNextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.public void setMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults
- The maximum number of items to be retrieved in a single call. This is an approximate number.public Integer getMaxResults()
The maximum number of items to be retrieved in a single call. This is an approximate number.
public ListObjectAttributesRequest withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults
- The 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.ConsistencyLevel
public 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.
ConsistencyLevel
public ListObjectAttributesRequest 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.ConsistencyLevel
public 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.ConsistencyLevel
public ListObjectAttributesRequest 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.ConsistencyLevel
public void setFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
facetFilter
- Used to filter the list of object attributes that are associated with a certain facet.public SchemaFacet getFacetFilter()
Used to filter the list of object attributes that are associated with a certain facet.
public ListObjectAttributesRequest withFacetFilter(SchemaFacet facetFilter)
Used to filter the list of object attributes that are associated with a certain facet.
facetFilter
- Used to filter the list of object attributes that are associated with a certain facet.public String toString()
toString
in class Object
Object.toString()
public ListObjectAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.