@Generated(value="software.amazon.awssdk:codegen") public final class AccountAttribute extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountAttribute.Builder,AccountAttribute>
Displays the attributes associated with a single Amazon Web Services account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountAttribute.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AccountAttribute.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AccountAttributeName |
name()
The name of the account attribute.
|
String |
nameAsString()
The name of the account attribute.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountAttribute.Builder> |
serializableBuilderClass() |
AccountAttribute.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value associated with the account attribute name.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccountAttributeName name()
The name of the account attribute.
If the service returns an enum value that is not available in the current SDK version, name will return
AccountAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
AccountAttributeNamepublic final String nameAsString()
The name of the account attribute.
If the service returns an enum value that is not available in the current SDK version, name will return
AccountAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
AccountAttributeNamepublic final String value()
The value associated with the account attribute name.
public AccountAttribute.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountAttribute.Builder,AccountAttribute>public static AccountAttribute.Builder builder()
public static Class<? extends AccountAttribute.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.