@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Invite extends Object implements Serializable, Cloneable, StructuredPojo
Invitation object returned after emailing users to invite them to join the Amazon Chime Team account.
| Constructor and Description |
|---|
Invite() |
| Modifier and Type | Method and Description |
|---|---|
Invite |
clone() |
boolean |
equals(Object obj) |
String |
getEmailAddress()
The email address to which the invite is sent.
|
String |
getEmailStatus()
The status of the invite email.
|
String |
getInviteId()
The invite ID.
|
String |
getStatus()
The status of the invite.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEmailAddress(String emailAddress)
The email address to which the invite is sent.
|
void |
setEmailStatus(String emailStatus)
The status of the invite email.
|
void |
setInviteId(String inviteId)
The invite ID.
|
void |
setStatus(String status)
The status of the invite.
|
String |
toString()
Returns a string representation of this object.
|
Invite |
withEmailAddress(String emailAddress)
The email address to which the invite is sent.
|
Invite |
withEmailStatus(EmailStatus emailStatus)
The status of the invite email.
|
Invite |
withEmailStatus(String emailStatus)
The status of the invite email.
|
Invite |
withInviteId(String inviteId)
The invite ID.
|
Invite |
withStatus(InviteStatus status)
The status of the invite.
|
Invite |
withStatus(String status)
The status of the invite.
|
public void setInviteId(String inviteId)
The invite ID.
inviteId - The invite ID.public String getInviteId()
The invite ID.
public Invite withInviteId(String inviteId)
The invite ID.
inviteId - The invite ID.public void setStatus(String status)
The status of the invite.
status - The status of the invite.InviteStatuspublic String getStatus()
The status of the invite.
InviteStatuspublic Invite withStatus(String status)
The status of the invite.
status - The status of the invite.InviteStatuspublic Invite withStatus(InviteStatus status)
The status of the invite.
status - The status of the invite.InviteStatuspublic void setEmailAddress(String emailAddress)
The email address to which the invite is sent.
emailAddress - The email address to which the invite is sent.public String getEmailAddress()
The email address to which the invite is sent.
public Invite withEmailAddress(String emailAddress)
The email address to which the invite is sent.
emailAddress - The email address to which the invite is sent.public void setEmailStatus(String emailStatus)
The status of the invite email.
emailStatus - The status of the invite email.EmailStatuspublic String getEmailStatus()
The status of the invite email.
EmailStatuspublic Invite withEmailStatus(String emailStatus)
The status of the invite email.
emailStatus - The status of the invite email.EmailStatuspublic Invite withEmailStatus(EmailStatus emailStatus)
The status of the invite email.
emailStatus - The status of the invite email.EmailStatuspublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.