7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/voice-id/VoiceID_EXPORTS.h>
10#include <aws/voice-id/model/SpeakerStatus.h>
42 template <
typename CreatedAtT = Aws::Utils::DateTime>
44 m_createdAtHasBeenSet =
true;
45 m_createdAt = std::forward<CreatedAtT>(value);
47 template <
typename CreatedAtT = Aws::Utils::DateTime>
60 template <
typename CustomerSpeakerIdT = Aws::String>
62 m_customerSpeakerIdHasBeenSet =
true;
63 m_customerSpeakerId = std::forward<CustomerSpeakerIdT>(value);
65 template <
typename CustomerSpeakerIdT = Aws::String>
78 template <
typename DomainIdT = Aws::String>
80 m_domainIdHasBeenSet =
true;
81 m_domainId = std::forward<DomainIdT>(value);
83 template <
typename DomainIdT = Aws::String>
96 template <
typename GeneratedSpeakerIdT = Aws::String>
98 m_generatedSpeakerIdHasBeenSet =
true;
99 m_generatedSpeakerId = std::forward<GeneratedSpeakerIdT>(value);
101 template <
typename GeneratedSpeakerIdT = Aws::String>
116 template <
typename LastAccessedAtT = Aws::Utils::DateTime>
118 m_lastAccessedAtHasBeenSet =
true;
119 m_lastAccessedAt = std::forward<LastAccessedAtT>(value);
121 template <
typename LastAccessedAtT = Aws::Utils::DateTime>
135 m_statusHasBeenSet =
true;
150 template <
typename UpdatedAtT = Aws::Utils::DateTime>
152 m_updatedAtHasBeenSet =
true;
153 m_updatedAt = std::forward<UpdatedAtT>(value);
155 template <
typename UpdatedAtT = Aws::Utils::DateTime>
175 bool m_createdAtHasBeenSet =
false;
176 bool m_customerSpeakerIdHasBeenSet =
false;
177 bool m_domainIdHasBeenSet =
false;
178 bool m_generatedSpeakerIdHasBeenSet =
false;
179 bool m_lastAccessedAtHasBeenSet =
false;
180 bool m_statusHasBeenSet =
false;
181 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