@Generated(value="software.amazon.awssdk:codegen") public final class PolicyDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PolicyDescription.Builder,PolicyDescription>
Information about a policy.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PolicyDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PolicyDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasPolicyAttributeDescriptions()
Returns true if the PolicyAttributeDescriptions property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
List<PolicyAttributeDescription> |
policyAttributeDescriptions()
The policy attributes.
|
String |
policyName()
The name of the policy.
|
String |
policyTypeName()
The name of the policy type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PolicyDescription.Builder> |
serializableBuilderClass() |
PolicyDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String policyName()
The name of the policy.
public final String policyTypeName()
The name of the policy type.
public final boolean hasPolicyAttributeDescriptions()
public final List<PolicyAttributeDescription> policyAttributeDescriptions()
The policy attributes.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPolicyAttributeDescriptions() to see if a value was sent in this field.
public PolicyDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PolicyDescription.Builder,PolicyDescription>public static PolicyDescription.Builder builder()
public static Class<? extends PolicyDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.