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>
49 template<
typename CreatedAtT = Aws::Utils::DateTime>
50 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
51 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 template<
typename CustomerSpeakerIdT = Aws::String>
62 void SetCustomerSpeakerId(CustomerSpeakerIdT&& value) { m_customerSpeakerIdHasBeenSet =
true; m_customerSpeakerId = std::forward<CustomerSpeakerIdT>(value); }
63 template<
typename CustomerSpeakerIdT = Aws::String>
73 template<
typename DomainIdT = Aws::String>
74 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
75 template<
typename DomainIdT = Aws::String>
85 template<
typename GeneratedSpeakerIdT = Aws::String>
86 void SetGeneratedSpeakerId(GeneratedSpeakerIdT&& value) { m_generatedSpeakerIdHasBeenSet =
true; m_generatedSpeakerId = std::forward<GeneratedSpeakerIdT>(value); }
87 template<
typename GeneratedSpeakerIdT = Aws::String>
99 template<
typename LastAccessedAtT = Aws::Utils::DateTime>
100 void SetLastAccessedAt(LastAccessedAtT&& value) { m_lastAccessedAtHasBeenSet =
true; m_lastAccessedAt = std::forward<LastAccessedAtT>(value); }
101 template<
typename LastAccessedAtT = Aws::Utils::DateTime>
121 template<
typename UpdatedAtT = Aws::Utils::DateTime>
122 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
123 template<
typename UpdatedAtT = Aws::Utils::DateTime>
129 bool m_createdAtHasBeenSet =
false;
132 bool m_customerSpeakerIdHasBeenSet =
false;
135 bool m_domainIdHasBeenSet =
false;
138 bool m_generatedSpeakerIdHasBeenSet =
false;
141 bool m_lastAccessedAtHasBeenSet =
false;
144 bool m_statusHasBeenSet =
false;
147 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