@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LookupPolicyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
LookupPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
LookupPolicyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDirectoryArn()
The Amazon Resource Name (ARN) that is associated with the Directory.
|
Integer |
getMaxResults()
The maximum number of items to be retrieved in a single call.
|
String |
getNextToken()
The token to request the next page of results.
|
ObjectReference |
getObjectReference()
Reference that identifies the object whose policies will be looked up.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
void |
setNextToken(String nextToken)
The token to request the next page of results.
|
void |
setObjectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LookupPolicyRequest |
withDirectoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory.
|
LookupPolicyRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
LookupPolicyRequest |
withNextToken(String nextToken)
The token to request the next page of results.
|
LookupPolicyRequest |
withObjectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
|
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 LookupPolicyRequest withDirectoryArn(String directoryArn)
public void setObjectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
objectReference
- Reference that identifies the object whose policies will be looked up.public ObjectReference getObjectReference()
Reference that identifies the object whose policies will be looked up.
public LookupPolicyRequest withObjectReference(ObjectReference objectReference)
Reference that identifies the object whose policies will be looked up.
objectReference
- Reference that identifies the object whose policies will be looked up.public void setNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.public String getNextToken()
The token to request the next page of results.
public LookupPolicyRequest withNextToken(String nextToken)
The token to request the next page of results.
nextToken
- The token to request the next page of results.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 LookupPolicyRequest 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 String toString()
toString
in class Object
Object.toString()
public LookupPolicyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.