@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() |
String |
getDetectorId() |
String |
getEmail()
Member account's email address.
|
String |
getInvitedAt()
Timestamp at which the invitation was sent
|
String |
getMasterId() |
String |
getRelationshipStatus()
The status of the relationship between the member and the master.
|
String |
getUpdatedAt() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId) |
void |
setDetectorId(String detectorId) |
void |
setEmail(String email)
Member account's email address.
|
void |
setInvitedAt(String invitedAt)
Timestamp at which the invitation was sent
|
void |
setMasterId(String masterId) |
void |
setRelationshipStatus(String relationshipStatus)
The status of the relationship between the member and the master.
|
void |
setUpdatedAt(String updatedAt) |
String |
toString()
Returns a string representation of this object.
|
Member |
withAccountId(String accountId) |
Member |
withDetectorId(String detectorId) |
Member |
withEmail(String email)
Member account's email address.
|
Member |
withInvitedAt(String invitedAt)
Timestamp at which the invitation was sent
|
Member |
withMasterId(String masterId) |
Member |
withRelationshipStatus(String relationshipStatus)
The status of the relationship between the member and the master.
|
Member |
withUpdatedAt(String updatedAt) |
public void setAccountId(String accountId)
accountId
- public String getAccountId()
public Member withAccountId(String accountId)
accountId
- public void setDetectorId(String detectorId)
detectorId
- public String getDetectorId()
public Member withDetectorId(String detectorId)
detectorId
- public void setEmail(String email)
email
- Member account's email address.public String getEmail()
public Member withEmail(String email)
email
- Member account's email address.public void setInvitedAt(String invitedAt)
invitedAt
- Timestamp at which the invitation was sentpublic String getInvitedAt()
public Member withInvitedAt(String invitedAt)
invitedAt
- Timestamp at which the invitation was sentpublic void setMasterId(String masterId)
masterId
- public String getMasterId()
public Member withMasterId(String masterId)
masterId
- public void setRelationshipStatus(String relationshipStatus)
relationshipStatus
- The status of the relationship between the member and the master.public String getRelationshipStatus()
public Member withRelationshipStatus(String relationshipStatus)
relationshipStatus
- The status of the relationship between the member and the master.public void setUpdatedAt(String updatedAt)
updatedAt
- public String getUpdatedAt()
public Member withUpdatedAt(String updatedAt)
updatedAt
- 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.