/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The combination of a voice print and caller ID.See Also:
AWS
* API Reference
The ID of the voice profile.
*/ inline const Aws::String& GetVoiceProfileId() const{ return m_voiceProfileId; } /** *The ID of the voice profile.
*/ inline bool VoiceProfileIdHasBeenSet() const { return m_voiceProfileIdHasBeenSet; } /** *The ID of the voice profile.
*/ inline void SetVoiceProfileId(const Aws::String& value) { m_voiceProfileIdHasBeenSet = true; m_voiceProfileId = value; } /** *The ID of the voice profile.
*/ inline void SetVoiceProfileId(Aws::String&& value) { m_voiceProfileIdHasBeenSet = true; m_voiceProfileId = std::move(value); } /** *The ID of the voice profile.
*/ inline void SetVoiceProfileId(const char* value) { m_voiceProfileIdHasBeenSet = true; m_voiceProfileId.assign(value); } /** *The ID of the voice profile.
*/ inline VoiceProfile& WithVoiceProfileId(const Aws::String& value) { SetVoiceProfileId(value); return *this;} /** *The ID of the voice profile.
*/ inline VoiceProfile& WithVoiceProfileId(Aws::String&& value) { SetVoiceProfileId(std::move(value)); return *this;} /** *The ID of the voice profile.
*/ inline VoiceProfile& WithVoiceProfileId(const char* value) { SetVoiceProfileId(value); return *this;} /** *The ARN of the voice profile.
*/ inline const Aws::String& GetVoiceProfileArn() const{ return m_voiceProfileArn; } /** *The ARN of the voice profile.
*/ inline bool VoiceProfileArnHasBeenSet() const { return m_voiceProfileArnHasBeenSet; } /** *The ARN of the voice profile.
*/ inline void SetVoiceProfileArn(const Aws::String& value) { m_voiceProfileArnHasBeenSet = true; m_voiceProfileArn = value; } /** *The ARN of the voice profile.
*/ inline void SetVoiceProfileArn(Aws::String&& value) { m_voiceProfileArnHasBeenSet = true; m_voiceProfileArn = std::move(value); } /** *The ARN of the voice profile.
*/ inline void SetVoiceProfileArn(const char* value) { m_voiceProfileArnHasBeenSet = true; m_voiceProfileArn.assign(value); } /** *The ARN of the voice profile.
*/ inline VoiceProfile& WithVoiceProfileArn(const Aws::String& value) { SetVoiceProfileArn(value); return *this;} /** *The ARN of the voice profile.
*/ inline VoiceProfile& WithVoiceProfileArn(Aws::String&& value) { SetVoiceProfileArn(std::move(value)); return *this;} /** *The ARN of the voice profile.
*/ inline VoiceProfile& WithVoiceProfileArn(const char* value) { SetVoiceProfileArn(value); return *this;} /** *The ID of the domain that contains the voice profile.
*/ inline const Aws::String& GetVoiceProfileDomainId() const{ return m_voiceProfileDomainId; } /** *The ID of the domain that contains the voice profile.
*/ inline bool VoiceProfileDomainIdHasBeenSet() const { return m_voiceProfileDomainIdHasBeenSet; } /** *The ID of the domain that contains the voice profile.
*/ inline void SetVoiceProfileDomainId(const Aws::String& value) { m_voiceProfileDomainIdHasBeenSet = true; m_voiceProfileDomainId = value; } /** *The ID of the domain that contains the voice profile.
*/ inline void SetVoiceProfileDomainId(Aws::String&& value) { m_voiceProfileDomainIdHasBeenSet = true; m_voiceProfileDomainId = std::move(value); } /** *The ID of the domain that contains the voice profile.
*/ inline void SetVoiceProfileDomainId(const char* value) { m_voiceProfileDomainIdHasBeenSet = true; m_voiceProfileDomainId.assign(value); } /** *The ID of the domain that contains the voice profile.
*/ inline VoiceProfile& WithVoiceProfileDomainId(const Aws::String& value) { SetVoiceProfileDomainId(value); return *this;} /** *The ID of the domain that contains the voice profile.
*/ inline VoiceProfile& WithVoiceProfileDomainId(Aws::String&& value) { SetVoiceProfileDomainId(std::move(value)); return *this;} /** *The ID of the domain that contains the voice profile.
*/ inline VoiceProfile& WithVoiceProfileDomainId(const char* value) { SetVoiceProfileDomainId(value); return *this;} /** *The time at which the voice profile was created and enrolled.
*/ inline const Aws::Utils::DateTime& GetCreatedTimestamp() const{ return m_createdTimestamp; } /** *The time at which the voice profile was created and enrolled.
*/ inline bool CreatedTimestampHasBeenSet() const { return m_createdTimestampHasBeenSet; } /** *The time at which the voice profile was created and enrolled.
*/ inline void SetCreatedTimestamp(const Aws::Utils::DateTime& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = value; } /** *The time at which the voice profile was created and enrolled.
*/ inline void SetCreatedTimestamp(Aws::Utils::DateTime&& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = std::move(value); } /** *The time at which the voice profile was created and enrolled.
*/ inline VoiceProfile& WithCreatedTimestamp(const Aws::Utils::DateTime& value) { SetCreatedTimestamp(value); return *this;} /** *The time at which the voice profile was created and enrolled.
*/ inline VoiceProfile& WithCreatedTimestamp(Aws::Utils::DateTime&& value) { SetCreatedTimestamp(std::move(value)); return *this;} /** *The time at which the voice profile was last updated.
*/ inline const Aws::Utils::DateTime& GetUpdatedTimestamp() const{ return m_updatedTimestamp; } /** *The time at which the voice profile was last updated.
*/ inline bool UpdatedTimestampHasBeenSet() const { return m_updatedTimestampHasBeenSet; } /** *The time at which the voice profile was last updated.
*/ inline void SetUpdatedTimestamp(const Aws::Utils::DateTime& value) { m_updatedTimestampHasBeenSet = true; m_updatedTimestamp = value; } /** *The time at which the voice profile was last updated.
*/ inline void SetUpdatedTimestamp(Aws::Utils::DateTime&& value) { m_updatedTimestampHasBeenSet = true; m_updatedTimestamp = std::move(value); } /** *The time at which the voice profile was last updated.
*/ inline VoiceProfile& WithUpdatedTimestamp(const Aws::Utils::DateTime& value) { SetUpdatedTimestamp(value); return *this;} /** *The time at which the voice profile was last updated.
*/ inline VoiceProfile& WithUpdatedTimestamp(Aws::Utils::DateTime&& value) { SetUpdatedTimestamp(std::move(value)); return *this;} /** *The time at which a voice profile expires unless you re-enroll the caller via
* the UpdateVoiceProfile
API.
The time at which a voice profile expires unless you re-enroll the caller via
* the UpdateVoiceProfile
API.
The time at which a voice profile expires unless you re-enroll the caller via
* the UpdateVoiceProfile
API.
The time at which a voice profile expires unless you re-enroll the caller via
* the UpdateVoiceProfile
API.
The time at which a voice profile expires unless you re-enroll the caller via
* the UpdateVoiceProfile
API.
The time at which a voice profile expires unless you re-enroll the caller via
* the UpdateVoiceProfile
API.