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