@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListObjectParentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListObjectParentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListObjectParentsRequest |
clone()
Creates a shallow clone of this request.
|
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()
Token used for pagination.
|
ObjectReference |
getObjectReference()
Reference that identifies the object for which parent 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)
Token used for pagination.
|
void |
setObjectReference(ObjectReference objectReference)
Reference that identifies the object for which parent objects are being listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListObjectParentsRequest |
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.
|
ListObjectParentsRequest |
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.
|
ListObjectParentsRequest |
withDirectoryArn(String directoryArn)
ARN associated with the Directory where the object resides.
|
ListObjectParentsRequest |
withMaxResults(Integer maxResults)
Maximum number of items to be retrieved in a single call.
|
ListObjectParentsRequest |
withNextToken(String nextToken)
Token used for pagination.
|
ListObjectParentsRequest |
withObjectReference(ObjectReference objectReference)
Reference that identifies the object for which parent objects are being listed.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDirectoryArn(String directoryArn)
public String getDirectoryArn()
public ListObjectParentsRequest withDirectoryArn(String directoryArn)
public void setObjectReference(ObjectReference objectReference)
Reference that identifies the object for which parent objects are being listed.
objectReference
- Reference that identifies the object for which parent objects are being listed.public ObjectReference getObjectReference()
Reference that identifies the object for which parent objects are being listed.
public ListObjectParentsRequest withObjectReference(ObjectReference objectReference)
Reference that identifies the object for which parent objects are being listed.
objectReference
- Reference that identifies the object for which parent 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 ListObjectParentsRequest 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 ListObjectParentsRequest 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.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 ListObjectParentsRequest 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 ListObjectParentsRequest 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 String toString()
toString
in class Object
Object.toString()
public ListObjectParentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.