Cloneable
, ReadLimitInfo
, ToCopyableBuilder<LookupPolicyRequest.Builder,LookupPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class LookupPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<LookupPolicyRequest.Builder,LookupPolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
LookupPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static LookupPolicyRequest.Builder |
builder() |
|
String |
directoryArn() |
The Amazon Resource Name (ARN) that is associated with the Directory.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of items to be retrieved in a single call.
|
String |
nextToken() |
The token to request the next page of results.
|
ObjectReference |
objectReference() |
Reference that identifies the object whose policies will be looked up.
|
static Class<? extends LookupPolicyRequest.Builder> |
serializableBuilderClass() |
|
LookupPolicyRequest.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()
Reference that identifies the object whose policies will be looked up.
public String nextToken()
The token to request the next page of results.
public Integer maxResults()
The maximum number of items to be retrieved in a single call. This is an approximate number.
public LookupPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LookupPolicyRequest.Builder,LookupPolicyRequest>
public static LookupPolicyRequest.Builder builder()
public static Class<? extends LookupPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.