Class AccountAssociationsListElement
- java.lang.Object
-
- software.amazon.awssdk.services.billingconductor.model.AccountAssociationsListElement
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountAssociationsListElement.Builder,AccountAssociationsListElement>
@Generated("software.amazon.awssdk:codegen") public final class AccountAssociationsListElement extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountAssociationsListElement.Builder,AccountAssociationsListElement>
A representation of a linked account.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountAssociationsListElement.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountEmail()The Amazon Web Services account email.StringaccountId()The associating array of account IDs.StringaccountName()The Amazon Web Services account name.StringbillingGroupArn()The Billing Group Arn that the linked account is associated to.static AccountAssociationsListElement.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AccountAssociationsListElement.Builder>serializableBuilderClass()AccountAssociationsListElement.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The associating array of account IDs.
- Returns:
- The associating array of account IDs.
-
billingGroupArn
public final String billingGroupArn()
The Billing Group Arn that the linked account is associated to.
- Returns:
- The Billing Group Arn that the linked account is associated to.
-
accountName
public final String accountName()
The Amazon Web Services account name.
- Returns:
- The Amazon Web Services account name.
-
accountEmail
public final String accountEmail()
The Amazon Web Services account email.
- Returns:
- The Amazon Web Services account email.
-
toBuilder
public AccountAssociationsListElement.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountAssociationsListElement.Builder,AccountAssociationsListElement>
-
builder
public static AccountAssociationsListElement.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountAssociationsListElement.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-