@Generated(value="software.amazon.awssdk:codegen") public final class VoiceProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VoiceProfile.Builder,VoiceProfile>
The combination of a voice print and caller ID.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VoiceProfile.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VoiceProfile.Builder |
builder() |
Instant |
createdTimestamp()
The time at which the voice profile was created and enrolled.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expirationTimestamp()
The time at which a voice profile expires unless you re-enroll the caller via the
UpdateVoiceProfile
API. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VoiceProfile.Builder> |
serializableBuilderClass() |
VoiceProfile.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedTimestamp()
The time at which the voice profile was last updated.
|
String |
voiceProfileArn()
The ARN of the voice profile.
|
String |
voiceProfileDomainId()
The ID of the domain that contains the voice profile.
|
String |
voiceProfileId()
The ID of the voice profile.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String voiceProfileId()
The ID of the voice profile.
public final String voiceProfileArn()
The ARN of the voice profile.
public final String voiceProfileDomainId()
The ID of the domain that contains the voice profile.
public final Instant createdTimestamp()
The time at which the voice profile was created and enrolled.
public final Instant updatedTimestamp()
The time at which the voice profile was last updated.
public final Instant expirationTimestamp()
The time at which a voice profile expires unless you re-enroll the caller via the UpdateVoiceProfile
API.
UpdateVoiceProfile API.public VoiceProfile.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VoiceProfile.Builder,VoiceProfile>public static VoiceProfile.Builder builder()
public static Class<? extends VoiceProfile.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.