Class SpeakerSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<SpeakerSummary.Builder,- SpeakerSummary> 
Contains a summary of information about a speaker.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic SpeakerSummary.Builderbuilder()final InstantA timestamp showing the speaker's creation time.final StringThe client-provided identifier for the speaker.final StringdomainId()The identifier of the domain that contains the speaker.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe service-generated identifier for the speaker.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication.static Class<? extends SpeakerSummary.Builder> final SpeakerStatusstatus()The current status of the speaker.final StringThe current status of the speaker.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.final InstantA timestamp showing the speaker's last update.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
createdAtA timestamp showing the speaker's creation time. - Returns:
- A timestamp showing the speaker's creation time.
 
- 
customerSpeakerIdThe client-provided identifier for the speaker. - Returns:
- The client-provided identifier for the speaker.
 
- 
domainIdThe identifier of the domain that contains the speaker. - Returns:
- The identifier of the domain that contains the speaker.
 
- 
generatedSpeakerIdThe service-generated identifier for the speaker. - Returns:
- The service-generated identifier for the speaker.
 
- 
lastAccessedAtThe timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour. - Returns:
- The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
 
- 
statusThe current status of the speaker. If the service returns an enum value that is not available in the current SDK version, statuswill returnSpeakerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the speaker.
- See Also:
 
- 
statusAsStringThe current status of the speaker. If the service returns an enum value that is not available in the current SDK version, statuswill returnSpeakerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the speaker.
- See Also:
 
- 
updatedAtA timestamp showing the speaker's last update. - Returns:
- A timestamp showing the speaker's last update.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<SpeakerSummary.Builder,- SpeakerSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription 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 interface- SdkPojo
- 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
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-