@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of an AWS account.
| Constructor and Description |
|---|
AccountDetails() |
| Modifier and Type | Method and Description |
|---|---|
AccountDetails |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of an AWS account.
|
String |
getEmail()
The email of an AWS account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
The ID of an AWS account.
|
void |
setEmail(String email)
The email of an AWS account.
|
String |
toString()
Returns a string representation of this object.
|
AccountDetails |
withAccountId(String accountId)
The ID of an AWS account.
|
AccountDetails |
withEmail(String email)
The email of an AWS account.
|
public void setAccountId(String accountId)
The ID of an AWS account.
accountId - The ID of an AWS account.public String getAccountId()
The ID of an AWS account.
public AccountDetails withAccountId(String accountId)
The ID of an AWS account.
accountId - The ID of an AWS account.public void setEmail(String email)
The email of an AWS account.
email - The email of an AWS account.public String getEmail()
The email of an AWS account.
public AccountDetails withEmail(String email)
The email of an AWS account.
email - The email of an AWS account.public String toString()
toString in class ObjectObject.toString()public AccountDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.