@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.InviteStatus
public String getStatus()
The status of the invite.
InviteStatus
public Invite withStatus(String status)
The status of the invite.
status
- The status of the invite.InviteStatus
public Invite withStatus(InviteStatus status)
The status of the invite.
status
- The status of the invite.InviteStatus
public 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.EmailStatus
public String getEmailStatus()
The status of the invite email.
EmailStatus
public Invite withEmailStatus(String emailStatus)
The status of the invite email.
emailStatus
- The status of the invite email.EmailStatus
public Invite withEmailStatus(EmailStatus emailStatus)
The status of the invite email.
emailStatus
- The status of the invite email.EmailStatus
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.