@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Account extends Object implements Serializable, Cloneable, StructuredPojo
An AWS account that is the administrator account of or a member of a behavior graph.
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
Account |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The account identifier of the AWS account.
|
String |
getEmailAddress()
The AWS account root user email address for the AWS account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
The account identifier of the AWS account.
|
void |
setEmailAddress(String emailAddress)
The AWS account root user email address for the AWS account.
|
String |
toString()
Returns a string representation of this object.
|
Account |
withAccountId(String accountId)
The account identifier of the AWS account.
|
Account |
withEmailAddress(String emailAddress)
The AWS account root user email address for the AWS account.
|
public void setAccountId(String accountId)
The account identifier of the AWS account.
accountId - The account identifier of the AWS account.public String getAccountId()
The account identifier of the AWS account.
public Account withAccountId(String accountId)
The account identifier of the AWS account.
accountId - The account identifier of the AWS account.public void setEmailAddress(String emailAddress)
The AWS account root user email address for the AWS account.
emailAddress - The AWS account root user email address for the AWS account.public String getEmailAddress()
The AWS account root user email address for the AWS account.
public Account withEmailAddress(String emailAddress)
The AWS account root user email address for the AWS account.
emailAddress - The AWS account root user email address for the AWS account.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.