@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListObjectPoliciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListObjectPoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListObjectPoliciesRequest |
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 objects reside.
|
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 policies 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)
ARN associated with the Directory where objects reside.
|
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 policies will be listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListObjectPoliciesRequest |
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.
|
ListObjectPoliciesRequest |
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.
|
ListObjectPoliciesRequest |
withDirectoryArn(String directoryArn)
ARN associated with the Directory where objects reside.
|
ListObjectPoliciesRequest |
withMaxResults(Integer maxResults)
Maximum number of items to be retrieved in a single call.
|
ListObjectPoliciesRequest |
withNextToken(String nextToken)
Token used for pagination.
|
ListObjectPoliciesRequest |
withObjectReference(ObjectReference objectReference)
Reference that identifies the object for which policies will be listed.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, 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 ListObjectPoliciesRequest withDirectoryArn(String directoryArn)
public void setObjectReference(ObjectReference objectReference)
Reference that identifies the object for which policies will be listed.
objectReference - Reference that identifies the object for which policies will be listed.public ObjectReference getObjectReference()
Reference that identifies the object for which policies will be listed.
public ListObjectPoliciesRequest withObjectReference(ObjectReference objectReference)
Reference that identifies the object for which policies will be listed.
objectReference - Reference that identifies the object for which policies will be listed.public void setNextToken(String nextToken)
Token used for pagination.
nextToken - Token used for pagination.public String getNextToken()
Token used for pagination.
public ListObjectPoliciesRequest 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 ListObjectPoliciesRequest 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 ListObjectPoliciesRequest 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 ListObjectPoliciesRequest 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 ListObjectPoliciesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.