/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A high-level overview of a voice profile domain.See Also:
* AWS
* API Reference
The ID of the voice profile domain summary.
*/ inline const Aws::String& GetVoiceProfileDomainId() const{ return m_voiceProfileDomainId; } /** *The ID of the voice profile domain summary.
*/ inline bool VoiceProfileDomainIdHasBeenSet() const { return m_voiceProfileDomainIdHasBeenSet; } /** *The ID of the voice profile domain summary.
*/ inline void SetVoiceProfileDomainId(const Aws::String& value) { m_voiceProfileDomainIdHasBeenSet = true; m_voiceProfileDomainId = value; } /** *The ID of the voice profile domain summary.
*/ inline void SetVoiceProfileDomainId(Aws::String&& value) { m_voiceProfileDomainIdHasBeenSet = true; m_voiceProfileDomainId = std::move(value); } /** *The ID of the voice profile domain summary.
*/ inline void SetVoiceProfileDomainId(const char* value) { m_voiceProfileDomainIdHasBeenSet = true; m_voiceProfileDomainId.assign(value); } /** *The ID of the voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithVoiceProfileDomainId(const Aws::String& value) { SetVoiceProfileDomainId(value); return *this;} /** *The ID of the voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithVoiceProfileDomainId(Aws::String&& value) { SetVoiceProfileDomainId(std::move(value)); return *this;} /** *The ID of the voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithVoiceProfileDomainId(const char* value) { SetVoiceProfileDomainId(value); return *this;} /** *The ARN of a voice profile in a voice profile domain summary.
*/ inline const Aws::String& GetVoiceProfileDomainArn() const{ return m_voiceProfileDomainArn; } /** *The ARN of a voice profile in a voice profile domain summary.
*/ inline bool VoiceProfileDomainArnHasBeenSet() const { return m_voiceProfileDomainArnHasBeenSet; } /** *The ARN of a voice profile in a voice profile domain summary.
*/ inline void SetVoiceProfileDomainArn(const Aws::String& value) { m_voiceProfileDomainArnHasBeenSet = true; m_voiceProfileDomainArn = value; } /** *The ARN of a voice profile in a voice profile domain summary.
*/ inline void SetVoiceProfileDomainArn(Aws::String&& value) { m_voiceProfileDomainArnHasBeenSet = true; m_voiceProfileDomainArn = std::move(value); } /** *The ARN of a voice profile in a voice profile domain summary.
*/ inline void SetVoiceProfileDomainArn(const char* value) { m_voiceProfileDomainArnHasBeenSet = true; m_voiceProfileDomainArn.assign(value); } /** *The ARN of a voice profile in a voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithVoiceProfileDomainArn(const Aws::String& value) { SetVoiceProfileDomainArn(value); return *this;} /** *The ARN of a voice profile in a voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithVoiceProfileDomainArn(Aws::String&& value) { SetVoiceProfileDomainArn(std::move(value)); return *this;} /** *The ARN of a voice profile in a voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithVoiceProfileDomainArn(const char* value) { SetVoiceProfileDomainArn(value); return *this;} /** *The name of the voice profile domain summary.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the voice profile domain summary.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the voice profile domain summary.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the voice profile domain summary.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the voice profile domain summary.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithName(const char* value) { SetName(value); return *this;} /** *Describes the voice profile domain summary.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *Describes the voice profile domain summary.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *Describes the voice profile domain summary.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *Describes the voice profile domain summary.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *Describes the voice profile domain summary.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *Describes the voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *Describes the voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *Describes the voice profile domain summary.
*/ inline VoiceProfileDomainSummary& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The time at which the voice profile domain summary was created.
*/ inline const Aws::Utils::DateTime& GetCreatedTimestamp() const{ return m_createdTimestamp; } /** *The time at which the voice profile domain summary was created.
*/ inline bool CreatedTimestampHasBeenSet() const { return m_createdTimestampHasBeenSet; } /** *The time at which the voice profile domain summary was created.
*/ inline void SetCreatedTimestamp(const Aws::Utils::DateTime& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = value; } /** *The time at which the voice profile domain summary was created.
*/ inline void SetCreatedTimestamp(Aws::Utils::DateTime&& value) { m_createdTimestampHasBeenSet = true; m_createdTimestamp = std::move(value); } /** *The time at which the voice profile domain summary was created.
*/ inline VoiceProfileDomainSummary& WithCreatedTimestamp(const Aws::Utils::DateTime& value) { SetCreatedTimestamp(value); return *this;} /** *The time at which the voice profile domain summary was created.
*/ inline VoiceProfileDomainSummary& WithCreatedTimestamp(Aws::Utils::DateTime&& value) { SetCreatedTimestamp(std::move(value)); return *this;} /** *The time at which the voice profile domain summary was last updated.
*/ inline const Aws::Utils::DateTime& GetUpdatedTimestamp() const{ return m_updatedTimestamp; } /** *The time at which the voice profile domain summary was last updated.
*/ inline bool UpdatedTimestampHasBeenSet() const { return m_updatedTimestampHasBeenSet; } /** *The time at which the voice profile domain summary was last updated.
*/ inline void SetUpdatedTimestamp(const Aws::Utils::DateTime& value) { m_updatedTimestampHasBeenSet = true; m_updatedTimestamp = value; } /** *The time at which the voice profile domain summary 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 domain summary was last updated.
*/ inline VoiceProfileDomainSummary& WithUpdatedTimestamp(const Aws::Utils::DateTime& value) { SetUpdatedTimestamp(value); return *this;} /** *The time at which the voice profile domain summary was last updated.
*/ inline VoiceProfileDomainSummary& WithUpdatedTimestamp(Aws::Utils::DateTime&& value) { SetUpdatedTimestamp(std::move(value)); return *this;} private: Aws::String m_voiceProfileDomainId; bool m_voiceProfileDomainIdHasBeenSet = false; Aws::String m_voiceProfileDomainArn; bool m_voiceProfileDomainArnHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; Aws::String m_description; bool m_descriptionHasBeenSet = false; Aws::Utils::DateTime m_createdTimestamp; bool m_createdTimestampHasBeenSet = false; Aws::Utils::DateTime m_updatedTimestamp; bool m_updatedTimestampHasBeenSet = false; }; } // namespace Model } // namespace ChimeSDKVoice } // namespace Aws