@Generated(value="software.amazon.awssdk:codegen") public final class Account extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Account.Builder,Account>
An Amazon Web Services account that is the administrator account of or a member of a behavior graph.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Account.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The account identifier of the Amazon Web Services account.
|
static Account.Builder |
builder() |
String |
emailAddress()
The Amazon Web Services account root user email address for the Amazon Web Services account.
|
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 Account.Builder> |
serializableBuilderClass() |
Account.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The account identifier of the Amazon Web Services account.
public final String emailAddress()
The Amazon Web Services account root user email address for the Amazon Web Services account.
public Account.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Account.Builder,Account>public static Account.Builder builder()
public static Class<? extends Account.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.