@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Invitation extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the invitation.
| Constructor and Description |
|---|
Invitation() |
| Modifier and Type | Method and Description |
|---|---|
Invitation |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
Inviter account ID
|
String |
getInvitationId()
This value is used to validate the inviter account to the member account.
|
String |
getInvitedAt()
Timestamp at which the invitation was sent
|
String |
getRelationshipStatus()
The status of the relationship between the inviter and invitee accounts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccountId(String accountId)
Inviter account ID
|
void |
setInvitationId(String invitationId)
This value is used to validate the inviter account to the member account.
|
void |
setInvitedAt(String invitedAt)
Timestamp at which the invitation was sent
|
void |
setRelationshipStatus(String relationshipStatus)
The status of the relationship between the inviter and invitee accounts.
|
String |
toString()
Returns a string representation of this object.
|
Invitation |
withAccountId(String accountId)
Inviter account ID
|
Invitation |
withInvitationId(String invitationId)
This value is used to validate the inviter account to the member account.
|
Invitation |
withInvitedAt(String invitedAt)
Timestamp at which the invitation was sent
|
Invitation |
withRelationshipStatus(String relationshipStatus)
The status of the relationship between the inviter and invitee accounts.
|
public void setAccountId(String accountId)
Inviter account ID
accountId - Inviter account IDpublic String getAccountId()
Inviter account ID
public Invitation withAccountId(String accountId)
Inviter account ID
accountId - Inviter account IDpublic void setInvitationId(String invitationId)
This value is used to validate the inviter account to the member account.
invitationId - This value is used to validate the inviter account to the member account.public String getInvitationId()
This value is used to validate the inviter account to the member account.
public Invitation withInvitationId(String invitationId)
This value is used to validate the inviter account to the member account.
invitationId - This value is used to validate the inviter account to the member account.public void setRelationshipStatus(String relationshipStatus)
The status of the relationship between the inviter and invitee accounts.
relationshipStatus - The status of the relationship between the inviter and invitee accounts.public String getRelationshipStatus()
The status of the relationship between the inviter and invitee accounts.
public Invitation withRelationshipStatus(String relationshipStatus)
The status of the relationship between the inviter and invitee accounts.
relationshipStatus - The status of the relationship between the inviter and invitee accounts.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 Invitation withInvitedAt(String invitedAt)
Timestamp at which the invitation was sent
invitedAt - Timestamp at which the invitation was sentpublic String toString()
toString in class ObjectObject.toString()public Invitation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.