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/FailureDetails.h>
11#include <aws/voice-id/model/JobProgress.h>
12#include <aws/voice-id/model/SpeakerEnrollmentJobStatus.h>
45 template <
typename CreatedAtT = Aws::Utils::DateTime>
47 m_createdAtHasBeenSet =
true;
48 m_createdAt = std::forward<CreatedAtT>(value);
50 template <
typename CreatedAtT = Aws::Utils::DateTime>
63 template <
typename DomainIdT = Aws::String>
65 m_domainIdHasBeenSet =
true;
66 m_domainId = std::forward<DomainIdT>(value);
68 template <
typename DomainIdT = Aws::String>
81 template <
typename EndedAtT = Aws::Utils::DateTime>
83 m_endedAtHasBeenSet =
true;
84 m_endedAt = std::forward<EndedAtT>(value);
86 template <
typename EndedAtT = Aws::Utils::DateTime>
103 template <
typename FailureDetailsT = FailureDetails>
105 m_failureDetailsHasBeenSet =
true;
106 m_failureDetails = std::forward<FailureDetailsT>(value);
108 template <
typename FailureDetailsT = FailureDetails>
121 template <
typename JobIdT = Aws::String>
123 m_jobIdHasBeenSet =
true;
124 m_jobId = std::forward<JobIdT>(value);
126 template <
typename JobIdT = Aws::String>
128 SetJobId(std::forward<JobIdT>(value));
139 template <
typename JobNameT = Aws::String>
141 m_jobNameHasBeenSet =
true;
142 m_jobName = std::forward<JobNameT>(value);
144 template <
typename JobNameT = Aws::String>
158 template <
typename JobProgressT = JobProgress>
160 m_jobProgressHasBeenSet =
true;
161 m_jobProgress = std::forward<JobProgressT>(value);
163 template <
typename JobProgressT = JobProgress>
177 m_jobStatusHasBeenSet =
true;
192 FailureDetails m_failureDetails;
198 JobProgress m_jobProgress;
201 bool m_createdAtHasBeenSet =
false;
202 bool m_domainIdHasBeenSet =
false;
203 bool m_endedAtHasBeenSet =
false;
204 bool m_failureDetailsHasBeenSet =
false;
205 bool m_jobIdHasBeenSet =
false;
206 bool m_jobNameHasBeenSet =
false;
207 bool m_jobProgressHasBeenSet =
false;
208 bool m_jobStatusHasBeenSet =
false;
bool DomainIdHasBeenSet() const
bool FailureDetailsHasBeenSet() const
const Aws::String & GetJobId() const
void SetJobId(JobIdT &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_VOICEID_API SpeakerEnrollmentJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetJobStatus(SpeakerEnrollmentJobStatus value)
bool CreatedAtHasBeenSet() const
AWS_VOICEID_API SpeakerEnrollmentJobSummary()=default
bool JobStatusHasBeenSet() const
SpeakerEnrollmentJobSummary & WithJobName(JobNameT &&value)
void SetDomainId(DomainIdT &&value)
const FailureDetails & GetFailureDetails() const
SpeakerEnrollmentJobStatus GetJobStatus() const
SpeakerEnrollmentJobSummary & WithJobStatus(SpeakerEnrollmentJobStatus value)
bool EndedAtHasBeenSet() const
SpeakerEnrollmentJobSummary & WithJobProgress(JobProgressT &&value)
void SetEndedAt(EndedAtT &&value)
SpeakerEnrollmentJobSummary & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool JobNameHasBeenSet() const
void SetJobProgress(JobProgressT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_VOICEID_API SpeakerEnrollmentJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SpeakerEnrollmentJobSummary & WithJobId(JobIdT &&value)
const Aws::String & GetJobName() const
SpeakerEnrollmentJobSummary & WithDomainId(DomainIdT &&value)
const Aws::String & GetDomainId() const
bool JobProgressHasBeenSet() const
bool JobIdHasBeenSet() const
SpeakerEnrollmentJobSummary & WithEndedAt(EndedAtT &&value)
const Aws::Utils::DateTime & GetEndedAt() const
void SetFailureDetails(FailureDetailsT &&value)
const JobProgress & GetJobProgress() const
SpeakerEnrollmentJobSummary & WithFailureDetails(FailureDetailsT &&value)
void SetJobName(JobNameT &&value)
SpeakerEnrollmentJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue