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