@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Account extends Object implements Serializable, Cloneable, StructuredPojo
Amazon Detective is currently in preview.
An AWS account that is the master 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)
Marshalls this structured data using the given
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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.