@Generated(value="software.amazon.awssdk:codegen") public final class PolicyAttributeDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>
Information about a policy attribute.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PolicyAttributeDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attributeName()
The name of the attribute.
|
String |
attributeValue()
The value of the attribute.
|
static PolicyAttributeDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PolicyAttributeDescription.Builder> |
serializableBuilderClass() |
PolicyAttributeDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String attributeName()
The name of the attribute.
public final String attributeValue()
The value of the attribute.
public PolicyAttributeDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PolicyAttributeDescription.Builder,PolicyAttributeDescription>public static PolicyAttributeDescription.Builder builder()
public static Class<? extends PolicyAttributeDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.