@Generated(value="software.amazon.awssdk:codegen") public final class VoiceProfileDomain extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceProfileDomain.Builder,VoiceProfileDomain>
A collection of voice profiles.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VoiceProfileDomain.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VoiceProfileDomain.Builder |
builder() |
Instant |
createdTimestamp()
The time at which the voice profile domain was created.
|
String |
description()
The description of the voice profile domain.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VoiceProfileDomain.Builder> |
serializableBuilderClass() |
ServerSideEncryptionConfiguration |
serverSideEncryptionConfiguration()
A structure that contains the configuration settings for server-side encryption.
|
VoiceProfileDomain.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedTimestamp()
The time at which the voice profile was last updated.
|
String |
voiceProfileDomainArn()
The voice profile domain's Amazon Resource Number (ARN).
|
String |
voiceProfileDomainId()
The ID of the voice profile domain.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String voiceProfileDomainId()
The ID of the voice profile domain.
public final String voiceProfileDomainArn()
The voice profile domain's Amazon Resource Number (ARN).
public final String name()
The name of the voice profile domain.
public final String description()
The description of the voice profile domain.
public final ServerSideEncryptionConfiguration serverSideEncryptionConfiguration()
A structure that contains the configuration settings for server-side encryption.
public final Instant createdTimestamp()
The time at which the voice profile domain was created.
public final Instant updatedTimestamp()
The time at which the voice profile was last updated.
public VoiceProfileDomain.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VoiceProfileDomain.Builder,VoiceProfileDomain>public static VoiceProfileDomain.Builder builder()
public static Class<? extends VoiceProfileDomain.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.