Class Attendee
- java.lang.Object
-
- software.amazon.awssdk.services.chime.model.Attendee
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Attendee.Builder,Attendee>
@Generated("software.amazon.awssdk:codegen") public final class Attendee extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Attendee.Builder,Attendee>
An Amazon Chime SDK meeting attendee. Includes a unique
AttendeeIdandJoinToken. TheJoinTokenallows a client to authenticate and join as the specified attendee. TheJoinTokenexpires when the meeting ends or when DeleteAttendee is called. After that, the attendee is unable to join the meeting.We recommend securely transferring each
JoinTokenfrom your server application to the client so that no other client has access to the token except for the one authorized to represent the attendee.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAttendee.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringattendeeId()The Amazon Chime SDK attendee ID.static Attendee.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexternalUserId()The Amazon Chime SDK external user ID.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjoinToken()The join token used by the Amazon Chime SDK attendee.List<SdkField<?>>sdkFields()static Class<? extends Attendee.Builder>serializableBuilderClass()Attendee.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
-
externalUserId
public final String externalUserId()
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
- Returns:
- The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
-
attendeeId
public final String attendeeId()
The Amazon Chime SDK attendee ID.
- Returns:
- The Amazon Chime SDK attendee ID.
-
joinToken
public final String joinToken()
The join token used by the Amazon Chime SDK attendee.
- Returns:
- The join token used by the Amazon Chime SDK attendee.
-
toBuilder
public Attendee.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Attendee.Builder,Attendee>
-
builder
public static Attendee.Builder builder()
-
serializableBuilderClass
public static Class<? extends Attendee.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.
-
-