@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Member extends Object implements Serializable, Cloneable, StructuredPojo
Details on a member account in your organization.
Constructor and Description |
---|
Member() |
Modifier and Type | Method and Description |
---|---|
Member |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID of the member account.
|
String |
getDelegatedAdminAccountId()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
|
String |
getRelationshipStatus()
The status of the member account.
|
Date |
getUpdatedAt()
A timestamp showing when the status of this member was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The Amazon Web Services account ID of the member account.
|
void |
setDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
|
void |
setRelationshipStatus(String relationshipStatus)
The status of the member account.
|
void |
setUpdatedAt(Date updatedAt)
A timestamp showing when the status of this member was last updated.
|
String |
toString()
Returns a string representation of this object.
|
Member |
withAccountId(String accountId)
The Amazon Web Services account ID of the member account.
|
Member |
withDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
|
Member |
withRelationshipStatus(RelationshipStatus relationshipStatus)
The status of the member account.
|
Member |
withRelationshipStatus(String relationshipStatus)
The status of the member account.
|
Member |
withUpdatedAt(Date updatedAt)
A timestamp showing when the status of this member was last updated.
|
public void setAccountId(String accountId)
The Amazon Web Services account ID of the member account.
accountId
- The Amazon Web Services account ID of the member account.public String getAccountId()
The Amazon Web Services account ID of the member account.
public Member withAccountId(String accountId)
The Amazon Web Services account ID of the member account.
accountId
- The Amazon Web Services account ID of the member account.public void setDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
delegatedAdminAccountId
- The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member
account.public String getDelegatedAdminAccountId()
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
public Member withDelegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
delegatedAdminAccountId
- The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member
account.public void setRelationshipStatus(String relationshipStatus)
The status of the member account.
relationshipStatus
- The status of the member account.RelationshipStatus
public String getRelationshipStatus()
The status of the member account.
RelationshipStatus
public Member withRelationshipStatus(String relationshipStatus)
The status of the member account.
relationshipStatus
- The status of the member account.RelationshipStatus
public Member withRelationshipStatus(RelationshipStatus relationshipStatus)
The status of the member account.
relationshipStatus
- The status of the member account.RelationshipStatus
public void setUpdatedAt(Date updatedAt)
A timestamp showing when the status of this member was last updated.
updatedAt
- A timestamp showing when the status of this member was last updated.public Date getUpdatedAt()
A timestamp showing when the status of this member was last updated.
public Member withUpdatedAt(Date updatedAt)
A timestamp showing when the status of this member was last updated.
updatedAt
- A timestamp showing when the status of this member was last updated.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.