@Generated(value="software.amazon.awssdk:codegen") public final class ParticipantTokenCredentials extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParticipantTokenCredentials.Builder,ParticipantTokenCredentials>
The credentials used by the participant.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ParticipantTokenCredentials.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantTokenCredentials.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
expiry()
The expiration of the token.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
participantToken()
The token used by the chat participant to call CreateParticipantConnection.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ParticipantTokenCredentials.Builder> |
serializableBuilderClass() |
ParticipantTokenCredentials.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String participantToken()
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
public final String expiry()
The expiration of the token. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
public ParticipantTokenCredentials.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ParticipantTokenCredentials.Builder,ParticipantTokenCredentials>public static ParticipantTokenCredentials.Builder builder()
public static Class<? extends ParticipantTokenCredentials.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.