@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String inviteId()
The invite ID.
public final 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 final 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 final String emailAddress()
The email address to which the invite is sent.
public final 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 final 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()
toBuilder in interface ToCopyableBuilder<Invite.Builder,Invite>public static Invite.Builder builder()
public static Class<? extends Invite.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.