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>
43 template <
typename CreatedAtT = Aws::Utils::DateTime>
45 m_createdAtHasBeenSet =
true;
46 m_createdAt = std::forward<CreatedAtT>(value);
48 template <
typename CreatedAtT = Aws::Utils::DateTime>
61 template <
typename CustomerSpeakerIdT = Aws::String>
63 m_customerSpeakerIdHasBeenSet =
true;
64 m_customerSpeakerId = std::forward<CustomerSpeakerIdT>(value);
66 template <
typename CustomerSpeakerIdT = Aws::String>
79 template <
typename DomainIdT = Aws::String>
81 m_domainIdHasBeenSet =
true;
82 m_domainId = std::forward<DomainIdT>(value);
84 template <
typename DomainIdT = Aws::String>
97 template <
typename GeneratedSpeakerIdT = Aws::String>
99 m_generatedSpeakerIdHasBeenSet =
true;
100 m_generatedSpeakerId = std::forward<GeneratedSpeakerIdT>(value);
102 template <
typename GeneratedSpeakerIdT = Aws::String>
117 template <
typename LastAccessedAtT = Aws::Utils::DateTime>
119 m_lastAccessedAtHasBeenSet =
true;
120 m_lastAccessedAt = std::forward<LastAccessedAtT>(value);
122 template <
typename LastAccessedAtT = Aws::Utils::DateTime>
136 m_statusHasBeenSet =
true;
151 template <
typename UpdatedAtT = Aws::Utils::DateTime>
153 m_updatedAtHasBeenSet =
true;
154 m_updatedAt = std::forward<UpdatedAtT>(value);
156 template <
typename UpdatedAtT = Aws::Utils::DateTime>
176 bool m_createdAtHasBeenSet =
false;
177 bool m_customerSpeakerIdHasBeenSet =
false;
178 bool m_domainIdHasBeenSet =
false;
179 bool m_generatedSpeakerIdHasBeenSet =
false;
180 bool m_lastAccessedAtHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
182 bool m_updatedAtHasBeenSet =
false;
SpeakerStatus GetStatus() const
SpeakerSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetCustomerSpeakerId() const
bool GeneratedSpeakerIdHasBeenSet() const
const Aws::String & GetGeneratedSpeakerId() const
bool CreatedAtHasBeenSet() const
bool CustomerSpeakerIdHasBeenSet() const
void SetGeneratedSpeakerId(GeneratedSpeakerIdT &&value)
SpeakerSummary & WithCustomerSpeakerId(CustomerSpeakerIdT &&value)
AWS_VOICEID_API SpeakerSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCustomerSpeakerId(CustomerSpeakerIdT &&value)
SpeakerSummary & WithLastAccessedAt(LastAccessedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetCreatedAt(CreatedAtT &&value)
AWS_VOICEID_API SpeakerSummary()=default
const Aws::String & GetDomainId() const
const Aws::Utils::DateTime & GetLastAccessedAt() const
void SetLastAccessedAt(LastAccessedAtT &&value)
AWS_VOICEID_API SpeakerSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SpeakerSummary & WithUpdatedAt(UpdatedAtT &&value)
SpeakerSummary & WithDomainId(DomainIdT &&value)
bool DomainIdHasBeenSet() const
bool StatusHasBeenSet() const
void SetStatus(SpeakerStatus value)
void SetDomainId(DomainIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool LastAccessedAtHasBeenSet() const
SpeakerSummary & WithGeneratedSpeakerId(GeneratedSpeakerIdT &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
bool UpdatedAtHasBeenSet() const
SpeakerSummary & WithStatus(SpeakerStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue