Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AttachPolicyRequest.Builder,AttachPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class AttachPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AttachPolicyRequest.Builder,AttachPolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AttachPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AttachPolicyRequest.Builder |
builder() |
|
String |
directoryArn() |
The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ObjectReference |
objectReference() |
The reference that identifies the object to which the policy will be attached.
|
ObjectReference |
policyReference() |
The reference that is associated with the policy object.
|
static Class<? extends AttachPolicyRequest.Builder> |
serializableBuilderClass() |
|
AttachPolicyRequest.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 is associated with the policy object.
public ObjectReference objectReference()
The reference that identifies the object to which the policy will be attached.
public AttachPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AttachPolicyRequest.Builder,AttachPolicyRequest>
public static AttachPolicyRequest.Builder builder()
public static Class<? extends AttachPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.