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