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