Class VoiceProfileDomain
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkvoice.model.VoiceProfileDomain
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VoiceProfileDomain.Builder,VoiceProfileDomain>
@Generated("software.amazon.awssdk:codegen") public final class VoiceProfileDomain extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceProfileDomain.Builder,VoiceProfileDomain>
A collection of voice profiles.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVoiceProfileDomain.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VoiceProfileDomain.Builderbuilder()InstantcreatedTimestamp()The time at which the voice profile domain was created.Stringdescription()The description of the voice profile domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the voice profile domain.List<SdkField<?>>sdkFields()static Class<? extends VoiceProfileDomain.Builder>serializableBuilderClass()ServerSideEncryptionConfigurationserverSideEncryptionConfiguration()A structure that contains the configuration settings for server-side encryption.VoiceProfileDomain.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedTimestamp()The time at which the voice profile was last updated.StringvoiceProfileDomainArn()The voice profile domain's Amazon Resource Number (ARN).StringvoiceProfileDomainId()The ID of the voice profile domain.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
voiceProfileDomainId
public final String voiceProfileDomainId()
The ID of the voice profile domain.
- Returns:
- The ID of the voice profile domain.
-
voiceProfileDomainArn
public final String voiceProfileDomainArn()
The voice profile domain's Amazon Resource Number (ARN).
- Returns:
- The voice profile domain's Amazon Resource Number (ARN).
-
name
public final String name()
The name of the voice profile domain.
- Returns:
- The name of the voice profile domain.
-
description
public final String description()
The description of the voice profile domain.
- Returns:
- The description of the voice profile domain.
-
serverSideEncryptionConfiguration
public final ServerSideEncryptionConfiguration serverSideEncryptionConfiguration()
A structure that contains the configuration settings for server-side encryption.
- Returns:
- A structure that contains the configuration settings for server-side encryption.
-
createdTimestamp
public final Instant createdTimestamp()
The time at which the voice profile domain was created.
- Returns:
- The time at which the voice profile domain was created.
-
updatedTimestamp
public final Instant updatedTimestamp()
The time at which the voice profile was last updated.
- Returns:
- The time at which the voice profile was last updated.
-
toBuilder
public VoiceProfileDomain.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VoiceProfileDomain.Builder,VoiceProfileDomain>
-
builder
public static VoiceProfileDomain.Builder builder()
-
serializableBuilderClass
public static Class<? extends VoiceProfileDomain.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-