7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/voice-id/model/SpeakerStatus.h>
48 template<
typename CreatedAtT = Aws::Utils::DateTime>
49 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
50 template<
typename CreatedAtT = Aws::Utils::DateTime>
60 template<
typename CustomerSpeakerIdT = Aws::String>
61 void SetCustomerSpeakerId(CustomerSpeakerIdT&& value) { m_customerSpeakerIdHasBeenSet =
true; m_customerSpeakerId = std::forward<CustomerSpeakerIdT>(value); }
62 template<
typename CustomerSpeakerIdT = Aws::String>
72 template<
typename DomainIdT = Aws::String>
73 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
74 template<
typename DomainIdT = Aws::String>
84 template<
typename GeneratedSpeakerIdT = Aws::String>
85 void SetGeneratedSpeakerId(GeneratedSpeakerIdT&& value) { m_generatedSpeakerIdHasBeenSet =
true; m_generatedSpeakerId = std::forward<GeneratedSpeakerIdT>(value); }
86 template<
typename GeneratedSpeakerIdT = Aws::String>
98 template<
typename LastAccessedAtT = Aws::Utils::DateTime>
99 void SetLastAccessedAt(LastAccessedAtT&& value) { m_lastAccessedAtHasBeenSet =
true; m_lastAccessedAt = std::forward<LastAccessedAtT>(value); }
100 template<
typename LastAccessedAtT = Aws::Utils::DateTime>
120 template<
typename UpdatedAtT = Aws::Utils::DateTime>
121 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
122 template<
typename UpdatedAtT = Aws::Utils::DateTime>
128 bool m_createdAtHasBeenSet =
false;
131 bool m_customerSpeakerIdHasBeenSet =
false;
134 bool m_domainIdHasBeenSet =
false;
137 bool m_generatedSpeakerIdHasBeenSet =
false;
140 bool m_lastAccessedAtHasBeenSet =
false;
143 bool m_statusHasBeenSet =
false;
146 bool m_updatedAtHasBeenSet =
false;
bool StatusHasBeenSet() const
AWS_VOICEID_API Speaker(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
const Aws::String & GetCustomerSpeakerId() const
const Aws::String & GetDomainId() const
void SetCustomerSpeakerId(CustomerSpeakerIdT &&value)
void SetDomainId(DomainIdT &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
Speaker & WithGeneratedSpeakerId(GeneratedSpeakerIdT &&value)
AWS_VOICEID_API Speaker & operator=(Aws::Utils::Json::JsonView jsonValue)
Speaker & WithLastAccessedAt(LastAccessedAtT &&value)
Speaker & WithCustomerSpeakerId(CustomerSpeakerIdT &&value)
bool CustomerSpeakerIdHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
Speaker & WithUpdatedAt(UpdatedAtT &&value)
SpeakerStatus GetStatus() const
bool LastAccessedAtHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Utils::DateTime & GetLastAccessedAt() const
AWS_VOICEID_API Speaker()=default
const Aws::Utils::DateTime & GetUpdatedAt() const
bool GeneratedSpeakerIdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
Speaker & WithStatus(SpeakerStatus value)
void SetLastAccessedAt(LastAccessedAtT &&value)
Speaker & WithCreatedAt(CreatedAtT &&value)
bool DomainIdHasBeenSet() const
const Aws::String & GetGeneratedSpeakerId() const
void SetGeneratedSpeakerId(GeneratedSpeakerIdT &&value)
void SetStatus(SpeakerStatus value)
Speaker & WithDomainId(DomainIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue