@Generated(value="software.amazon.awssdk:codegen") public final class PolicyVersionIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PolicyVersionIdentifier.Builder,PolicyVersionIdentifier>
Information about the version of the policy associated with the resource.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PolicyVersionIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PolicyVersionIdentifier.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
policyName()
The name of the policy.
|
String |
policyVersionId()
The ID of the version of the policy associated with the resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PolicyVersionIdentifier.Builder> |
serializableBuilderClass() |
PolicyVersionIdentifier.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String policyName()
The name of the policy.
public String policyVersionId()
The ID of the version of the policy associated with the resource.
public PolicyVersionIdentifier.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PolicyVersionIdentifier.Builder,PolicyVersionIdentifier>public static PolicyVersionIdentifier.Builder builder()
public static Class<? extends PolicyVersionIdentifier.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.