@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountDetail extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the account.
Constructor and Description |
---|
AccountDetail() |
Modifier and Type | Method and Description |
---|---|
AccountDetail |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The member account ID.
|
String |
getEmail()
The email address of the member account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The member account ID.
|
void |
setEmail(String email)
The email address of the member account.
|
String |
toString()
Returns a string representation of this object.
|
AccountDetail |
withAccountId(String accountId)
The member account ID.
|
AccountDetail |
withEmail(String email)
The email address of the member account.
|
public void setAccountId(String accountId)
The member account ID.
accountId
- The member account ID.public String getAccountId()
The member account ID.
public AccountDetail withAccountId(String accountId)
The member account ID.
accountId
- The member account ID.public void setEmail(String email)
The email address of the member account.
email
- The email address of the member account.public String getEmail()
The email address of the member account.
public AccountDetail withEmail(String email)
The email address of the member account.
email
- The email address of the member account.public String toString()
toString
in class Object
Object.toString()
public AccountDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.