Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetPolicyVersionRequest.Builder,GetPolicyVersionRequest>
@Generated("software.amazon.awssdk:codegen") public class GetPolicyVersionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetPolicyVersionRequest.Builder,GetPolicyVersionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetPolicyVersionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetPolicyVersionRequest.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 GetPolicyVersionRequest.Builder> |
serializableBuilderClass() |
|
GetPolicyVersionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
versionId() |
Identifies the policy version to retrieve.
|
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 String versionId()
Identifies the policy version to retrieve.
This parameter allows (per its regex pattern) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.
This parameter allows (per its regex pattern) a string of characters that consists of the lowercase letter 'v' followed by one or two digits, and optionally followed by a period '.' and a string of letters and digits.
public GetPolicyVersionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetPolicyVersionRequest.Builder,GetPolicyVersionRequest>
public static GetPolicyVersionRequest.Builder builder()
public static Class<? extends GetPolicyVersionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.