@Generated(value="software.amazon.awssdk:codegen") public final class Invite extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Invite.Builder,Invite>
Invitation object returned after emailing users to invite them to join the Amazon Chime Team account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Invite.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Invite.Builder |
builder() |
String |
emailAddress()
The email address to which the invite is sent.
|
EmailStatus |
emailStatus()
The status of the invite email.
|
String |
emailStatusAsString()
The status of the invite email.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inviteId()
The invite ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Invite.Builder> |
serializableBuilderClass() |
InviteStatus |
status()
The status of the invite.
|
String |
statusAsString()
The status of the invite.
|
Invite.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String inviteId()
The invite ID.
public InviteStatus status()
The status of the invite.
If the service returns an enum value that is not available in the current SDK version, status will
return InviteStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
InviteStatuspublic String statusAsString()
The status of the invite.
If the service returns an enum value that is not available in the current SDK version, status will
return InviteStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
InviteStatuspublic String emailAddress()
The email address to which the invite is sent.
public EmailStatus emailStatus()
The status of the invite email.
If the service returns an enum value that is not available in the current SDK version, emailStatus will
return EmailStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
emailStatusAsString().
EmailStatuspublic String emailStatusAsString()
The status of the invite email.
If the service returns an enum value that is not available in the current SDK version, emailStatus will
return EmailStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
emailStatusAsString().
EmailStatuspublic Invite.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Invite.Builder,Invite>public static Invite.Builder builder()
public static Class<? extends Invite.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.