@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Member extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the member account.
Constructor and Description |
---|
Member() |
Modifier and Type | Method and Description |
---|---|
Member |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of the member account.
|
String |
getDetectorId()
The detector ID of the member account.
|
String |
getEmail()
The email address of the member account.
|
String |
getInvitedAt()
The timestamp when the invitation was sent.
|
String |
getMasterId()
The administrator account ID.
|
String |
getRelationshipStatus()
The status of the relationship between the member and the administrator.
|
String |
getUpdatedAt()
The last-updated timestamp of the member.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The ID of the member account.
|
void |
setDetectorId(String detectorId)
The detector ID of the member account.
|
void |
setEmail(String email)
The email address of the member account.
|
void |
setInvitedAt(String invitedAt)
The timestamp when the invitation was sent.
|
void |
setMasterId(String masterId)
The administrator account ID.
|
void |
setRelationshipStatus(String relationshipStatus)
The status of the relationship between the member and the administrator.
|
void |
setUpdatedAt(String updatedAt)
The last-updated timestamp of the member.
|
String |
toString()
Returns a string representation of this object.
|
Member |
withAccountId(String accountId)
The ID of the member account.
|
Member |
withDetectorId(String detectorId)
The detector ID of the member account.
|
Member |
withEmail(String email)
The email address of the member account.
|
Member |
withInvitedAt(String invitedAt)
The timestamp when the invitation was sent.
|
Member |
withMasterId(String masterId)
The administrator account ID.
|
Member |
withRelationshipStatus(String relationshipStatus)
The status of the relationship between the member and the administrator.
|
Member |
withUpdatedAt(String updatedAt)
The last-updated timestamp of the member.
|
public void setAccountId(String accountId)
The ID of the member account.
accountId
- The ID of the member account.public String getAccountId()
The ID of the member account.
public Member withAccountId(String accountId)
The ID of the member account.
accountId
- The ID of the member account.public void setDetectorId(String detectorId)
The detector ID of the member account.
detectorId
- The detector ID of the member account.public String getDetectorId()
The detector ID of the member account.
public Member withDetectorId(String detectorId)
The detector ID of the member account.
detectorId
- The detector ID of the member account.public void setMasterId(String masterId)
The administrator account ID.
masterId
- The administrator account ID.public String getMasterId()
The administrator account ID.
public Member withMasterId(String masterId)
The administrator account ID.
masterId
- The administrator 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 Member withEmail(String email)
The email address of the member account.
email
- The email address of the member account.public void setRelationshipStatus(String relationshipStatus)
The status of the relationship between the member and the administrator.
relationshipStatus
- The status of the relationship between the member and the administrator.public String getRelationshipStatus()
The status of the relationship between the member and the administrator.
public Member withRelationshipStatus(String relationshipStatus)
The status of the relationship between the member and the administrator.
relationshipStatus
- The status of the relationship between the member and the administrator.public void setInvitedAt(String invitedAt)
The timestamp when the invitation was sent.
invitedAt
- The timestamp when the invitation was sent.public String getInvitedAt()
The timestamp when the invitation was sent.
public Member withInvitedAt(String invitedAt)
The timestamp when the invitation was sent.
invitedAt
- The timestamp when the invitation was sent.public void setUpdatedAt(String updatedAt)
The last-updated timestamp of the member.
updatedAt
- The last-updated timestamp of the member.public String getUpdatedAt()
The last-updated timestamp of the member.
public Member withUpdatedAt(String updatedAt)
The last-updated timestamp of the member.
updatedAt
- The last-updated timestamp of the member.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.