@Generated(value="software.amazon.awssdk:codegen") public final class AccountInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountInfo.Builder,AccountInfo>
Provides information about your AWS account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The identifier of the AWS account that is assigned to the user.
|
String |
accountName()
The display name of the AWS account that is assigned to the user.
|
static AccountInfo.Builder |
builder() |
String |
emailAddress()
The email address of the AWS account that is assigned to the user.
|
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 AccountInfo.Builder> |
serializableBuilderClass() |
AccountInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String accountId()
The identifier of the AWS account that is assigned to the user.
public String accountName()
The display name of the AWS account that is assigned to the user.
public String emailAddress()
The email address of the AWS account that is assigned to the user.
public AccountInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountInfo.Builder,AccountInfo>public static AccountInfo.Builder builder()
public static Class<? extends AccountInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.