Class VoiceProfileDomainSummary
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkvoice.model.VoiceProfileDomainSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VoiceProfileDomainSummary.Builder,VoiceProfileDomainSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVoiceProfileDomainSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VoiceProfileDomainSummary.Builderbuilder()InstantcreatedTimestamp()The time at which the voice profile domain summary was created.Stringdescription()Describes the voice profile domain summary.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the voice profile domain summary.List<SdkField<?>>sdkFields()static Class<? extends VoiceProfileDomainSummary.Builder>serializableBuilderClass()VoiceProfileDomainSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedTimestamp()The time at which the voice profile domain summary was last updated.StringvoiceProfileDomainArn()The ARN of a voice profile in a voice profile domain summary.StringvoiceProfileDomainId()The ID of the voice profile domain summary.-
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 summary.
- Returns:
- The ID of the voice profile domain summary.
-
voiceProfileDomainArn
public final String voiceProfileDomainArn()
The ARN of a voice profile in a voice profile domain summary.
- Returns:
- The ARN of a voice profile in a voice profile domain summary.
-
name
public final String name()
The name of the voice profile domain summary.
- Returns:
- The name of the voice profile domain summary.
-
description
public final String description()
Describes the voice profile domain summary.
- Returns:
- Describes the voice profile domain summary.
-
createdTimestamp
public final Instant createdTimestamp()
The time at which the voice profile domain summary was created.
- Returns:
- The time at which the voice profile domain summary was created.
-
updatedTimestamp
public final Instant updatedTimestamp()
The time at which the voice profile domain summary was last updated.
- Returns:
- The time at which the voice profile domain summary was last updated.
-
toBuilder
public VoiceProfileDomainSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VoiceProfileDomainSummary.Builder,VoiceProfileDomainSummary>
-
builder
public static VoiceProfileDomainSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends VoiceProfileDomainSummary.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.
-
-