@Generated(value="software.amazon.awssdk:codegen") public final class AccountAssociationsListElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountAssociationsListElement.Builder,AccountAssociationsListElement>
A representation of a linked account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountAssociationsListElement.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountEmail()
The Amazon Web Services account email.
|
String |
accountId()
The associating array of account IDs.
|
String |
accountName()
The Amazon Web Services account name.
|
String |
billingGroupArn()
The Billing Group Arn that the linked account is associated to.
|
static AccountAssociationsListElement.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 AccountAssociationsListElement.Builder> |
serializableBuilderClass() |
AccountAssociationsListElement.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The associating array of account IDs.
public final String billingGroupArn()
The Billing Group Arn that the linked account is associated to.
public final String accountName()
The Amazon Web Services account name.
public final String accountEmail()
The Amazon Web Services account email.
public AccountAssociationsListElement.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountAssociationsListElement.Builder,AccountAssociationsListElement>public static AccountAssociationsListElement.Builder builder()
public static Class<? extends AccountAssociationsListElement.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.