@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountAssociationsListElement extends Object implements Serializable, Cloneable, StructuredPojo
A representation of a linked account.
Constructor and Description |
---|
AccountAssociationsListElement() |
Modifier and Type | Method and Description |
---|---|
AccountAssociationsListElement |
clone() |
boolean |
equals(Object obj) |
String |
getAccountEmail()
The Amazon Web Services account email.
|
String |
getAccountId()
The associating array of account IDs.
|
String |
getAccountName()
The Amazon Web Services account name.
|
String |
getBillingGroupArn()
The Billing Group Arn that the linked account is associated to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountEmail(String accountEmail)
The Amazon Web Services account email.
|
void |
setAccountId(String accountId)
The associating array of account IDs.
|
void |
setAccountName(String accountName)
The Amazon Web Services account name.
|
void |
setBillingGroupArn(String billingGroupArn)
The Billing Group Arn that the linked account is associated to.
|
String |
toString()
Returns a string representation of this object.
|
AccountAssociationsListElement |
withAccountEmail(String accountEmail)
The Amazon Web Services account email.
|
AccountAssociationsListElement |
withAccountId(String accountId)
The associating array of account IDs.
|
AccountAssociationsListElement |
withAccountName(String accountName)
The Amazon Web Services account name.
|
AccountAssociationsListElement |
withBillingGroupArn(String billingGroupArn)
The Billing Group Arn that the linked account is associated to.
|
public void setAccountId(String accountId)
The associating array of account IDs.
accountId
- The associating array of account IDs.public String getAccountId()
The associating array of account IDs.
public AccountAssociationsListElement withAccountId(String accountId)
The associating array of account IDs.
accountId
- The associating array of account IDs.public void setBillingGroupArn(String billingGroupArn)
The Billing Group Arn that the linked account is associated to.
billingGroupArn
- The Billing Group Arn that the linked account is associated to.public String getBillingGroupArn()
The Billing Group Arn that the linked account is associated to.
public AccountAssociationsListElement withBillingGroupArn(String billingGroupArn)
The Billing Group Arn that the linked account is associated to.
billingGroupArn
- The Billing Group Arn that the linked account is associated to.public void setAccountName(String accountName)
The Amazon Web Services account name.
accountName
- The Amazon Web Services account name.public String getAccountName()
The Amazon Web Services account name.
public AccountAssociationsListElement withAccountName(String accountName)
The Amazon Web Services account name.
accountName
- The Amazon Web Services account name.public void setAccountEmail(String accountEmail)
The Amazon Web Services account email.
accountEmail
- The Amazon Web Services account email.public String getAccountEmail()
The Amazon Web Services account email.
public AccountAssociationsListElement withAccountEmail(String accountEmail)
The Amazon Web Services account email.
accountEmail
- The Amazon Web Services account email.public String toString()
toString
in class Object
Object.toString()
public AccountAssociationsListElement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.