Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetPolicyRequest.Builder,GetPolicyRequest>
@Generated("software.amazon.awssdk:codegen") public class GetPolicyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetPolicyRequest.Builder,GetPolicyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetPolicyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetPolicyRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
policyArn() |
The Amazon Resource Name (ARN) of the managed policy that you want information about.
|
static Class<? extends GetPolicyRequest.Builder> |
serializableBuilderClass() |
|
GetPolicyRequest.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 policyArn()
The Amazon Resource Name (ARN) of the managed policy that you want information about.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public GetPolicyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetPolicyRequest.Builder,GetPolicyRequest>
public static GetPolicyRequest.Builder builder()
public static Class<? extends GetPolicyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.