Class Attendee
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Attendee.Builder,Attendee>
An Amazon Chime SDK meeting attendee. Includes a unique AttendeeId and JoinToken . The
JoinToken allows a client to authenticate and join as the specified attendee. The JoinToken
expires when the meeting ends or when DeleteAttendee is called. After that, the attendee is unable to join the
meeting.
We recommend securely transferring each JoinToken from 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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Amazon Chime SDK attendee ID.static Attendee.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe Amazon Chime SDK external user ID.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe join token used by the Amazon Chime SDK attendee.static Class<? extends Attendee.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
The Amazon Chime SDK attendee ID.
- Returns:
- The Amazon Chime SDK attendee ID.
-
joinToken
The join token used by the Amazon Chime SDK attendee.
- Returns:
- The join token used by the Amazon Chime SDK attendee.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Attendee.Builder,Attendee> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-