Class VoiceProfileSummary
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkvoice.model.VoiceProfileSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VoiceProfileSummary.Builder,VoiceProfileSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVoiceProfileSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VoiceProfileSummary.Builderbuilder()InstantcreatedTimestamp()The time at which a voice profile summary was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InstantexpirationTimestamp()Extends the life of the voice profile.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends VoiceProfileSummary.Builder>serializableBuilderClass()VoiceProfileSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedTimestamp()The time at which a voice profile summary was last updated.StringvoiceProfileArn()The ARN of the voice profile in a voice profile summary.StringvoiceProfileDomainId()The ID of the voice profile domain in a voice profile summary.StringvoiceProfileId()The ID of the voice profile in a voice profile 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
-
voiceProfileId
public final String voiceProfileId()
The ID of the voice profile in a voice profile summary.
- Returns:
- The ID of the voice profile in a voice profile summary.
-
voiceProfileArn
public final String voiceProfileArn()
The ARN of the voice profile in a voice profile summary.
- Returns:
- The ARN of the voice profile in a voice profile summary.
-
voiceProfileDomainId
public final String voiceProfileDomainId()
The ID of the voice profile domain in a voice profile summary.
- Returns:
- The ID of the voice profile domain in a voice profile summary.
-
createdTimestamp
public final Instant createdTimestamp()
The time at which a voice profile summary was created.
- Returns:
- The time at which a voice profile summary was created.
-
updatedTimestamp
public final Instant updatedTimestamp()
The time at which a voice profile summary was last updated.
- Returns:
- The time at which a voice profile summary was last updated.
-
expirationTimestamp
public final Instant expirationTimestamp()
Extends the life of the voice profile. You can use
UpdateVoiceProfileto refresh an existing voice profile's voice print and extend the life of the summary.- Returns:
- Extends the life of the voice profile. You can use
UpdateVoiceProfileto refresh an existing voice profile's voice print and extend the life of the summary.
-
toBuilder
public VoiceProfileSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VoiceProfileSummary.Builder,VoiceProfileSummary>
-
builder
public static VoiceProfileSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends VoiceProfileSummary.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.
-
-