@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String policyName()
The name of the policy.
public final String policyVersionId()
The ID of the version of the policy associated with the resource.
public PolicyVersionIdentifier.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PolicyVersionIdentifier.Builder,PolicyVersionIdentifier>
public static PolicyVersionIdentifier.Builder builder()
public static Class<? extends PolicyVersionIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.