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