ToCopyableBuilder<GetPolicyVersionResponse.Builder,GetPolicyVersionResponse>
@Generated("software.amazon.awssdk:codegen") public class GetPolicyVersionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetPolicyVersionResponse.Builder,GetPolicyVersionResponse>
The output from the GetPolicyVersion operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetPolicyVersionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetPolicyVersionResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
isDefaultVersion() |
Specifies whether the policy version is the default.
|
String |
policyArn() |
The policy ARN.
|
String |
policyDocument() |
The JSON document that describes the policy.
|
String |
policyName() |
The policy name.
|
String |
policyVersionId() |
The policy version ID.
|
static Class<? extends GetPolicyVersionResponse.Builder> |
serializableBuilderClass() |
|
GetPolicyVersionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String policyArn()
The policy ARN.
public String policyName()
The policy name.
public String policyDocument()
The JSON document that describes the policy.
public String policyVersionId()
The policy version ID.
public Boolean isDefaultVersion()
Specifies whether the policy version is the default.
public GetPolicyVersionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetPolicyVersionResponse.Builder,GetPolicyVersionResponse>
public static GetPolicyVersionResponse.Builder builder()
public static Class<? extends GetPolicyVersionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.