@Generated(value="software.amazon.awssdk:codegen") public final class Account extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Account.Builder,Account>
An AWS account that is the master 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 AWS account.
|
static Account.Builder |
builder() |
String |
emailAddress()
The AWS account root user email address for the AWS 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 AWS account.
public final String emailAddress()
The AWS account root user email address for the AWS 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 © 2020. All rights reserved.