@Generated(value="software.amazon.awssdk:codegen") public final class VoiceProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceProfileSummary.Builder,VoiceProfileSummary>
A high-level summary of a voice profile.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VoiceProfileSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VoiceProfileSummary.Builder |
builder() |
Instant |
createdTimestamp()
The time at which a voice profile summary was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expirationTimestamp()
Extends the life of the voice profile.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VoiceProfileSummary.Builder> |
serializableBuilderClass() |
VoiceProfileSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedTimestamp()
The time at which a voice profile summary was last updated.
|
String |
voiceProfileArn()
The ARN of the voice profile in a voice profile summary.
|
String |
voiceProfileDomainId()
The ID of the voice profile domain in a voice profile summary.
|
String |
voiceProfileId()
The ID of the voice profile in a voice profile summary.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String voiceProfileId()
The ID of the voice profile in a voice profile summary.
public final String voiceProfileArn()
The ARN of the voice profile in a voice profile summary.
public final String voiceProfileDomainId()
The ID of the voice profile domain in a voice profile summary.
public final Instant createdTimestamp()
The time at which a voice profile summary was created.
public final Instant updatedTimestamp()
The time at which a voice profile summary was last updated.
public final Instant expirationTimestamp()
Extends the life of the voice profile. You can use UpdateVoiceProfile to refresh an existing voice
profile's voice print and extend the life of the summary.
UpdateVoiceProfile to refresh an existing
voice profile's voice print and extend the life of the summary.public VoiceProfileSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VoiceProfileSummary.Builder,VoiceProfileSummary>public static VoiceProfileSummary.Builder builder()
public static Class<? extends VoiceProfileSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.