Class Invite
- java.lang.Object
-
- software.amazon.awssdk.services.chime.model.Invite
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Invite.Builder,Invite>
@Generated("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
Teamaccount.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInvite.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Invite.Builderbuilder()StringemailAddress()The email address to which the invite is sent.EmailStatusemailStatus()The status of the invite email.StringemailStatusAsString()The status of the invite email.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinviteId()The invite ID.List<SdkField<?>>sdkFields()static Class<? extends Invite.Builder>serializableBuilderClass()InviteStatusstatus()The status of the invite.StringstatusAsString()The status of the invite.Invite.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
inviteId
public final String inviteId()
The invite ID.
- Returns:
- The invite ID.
-
status
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,
statuswill returnInviteStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the invite.
- See Also:
InviteStatus
-
statusAsString
public final String statusAsString()
The status of the invite.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInviteStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the invite.
- See Also:
InviteStatus
-
emailAddress
public final String emailAddress()
The email address to which the invite is sent.
- Returns:
- The email address to which the invite is sent.
-
emailStatus
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,
emailStatuswill returnEmailStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromemailStatusAsString().- Returns:
- The status of the invite email.
- See Also:
EmailStatus
-
emailStatusAsString
public 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,
emailStatuswill returnEmailStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromemailStatusAsString().- Returns:
- The status of the invite email.
- See Also:
EmailStatus
-
toBuilder
public Invite.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Invite.Builder,Invite>
-
builder
public static Invite.Builder builder()
-
serializableBuilderClass
public static Class<? extends Invite.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-