@Generated(value="software.amazon.awssdk:codegen") public final class Speaker extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Speaker.Builder,Speaker>
Contains all the information about a speaker.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Speaker.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Speaker.Builder |
builder() |
Instant |
createdAt()
A timestamp of when the speaker was created.
|
String |
customerSpeakerId()
The client-provided identifier for the speaker.
|
String |
domainId()
The identifier of the domain that contains the speaker.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
generatedSpeakerId()
The service-generated identifier for the speaker.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastAccessedAt()
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Speaker.Builder> |
serializableBuilderClass() |
SpeakerStatus |
status()
The current status of the speaker.
|
String |
statusAsString()
The current status of the speaker.
|
Speaker.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
A timestamp of the speaker's last update.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
A timestamp of when the speaker was created.
public final String customerSpeakerId()
The client-provided identifier for the speaker.
public final String domainId()
The identifier of the domain that contains the speaker.
public final String generatedSpeakerId()
The service-generated identifier for the speaker.
public final Instant lastAccessedAt()
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
public final SpeakerStatus status()
The current status of the speaker.
If the service returns an enum value that is not available in the current SDK version, status will
return SpeakerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
SpeakerStatuspublic final String statusAsString()
The current status of the speaker.
If the service returns an enum value that is not available in the current SDK version, status will
return SpeakerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
SpeakerStatuspublic final Instant updatedAt()
A timestamp of the speaker's last update.
public Speaker.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Speaker.Builder,Speaker>public static Speaker.Builder builder()
public static Class<? extends Speaker.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.