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/FailureDetails.h>
11#include <aws/voice-id/model/JobProgress.h>
12#include <aws/voice-id/model/SpeakerEnrollmentJobStatus.h>
51 template<
typename CreatedAtT = Aws::Utils::DateTime>
52 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
53 template<
typename CreatedAtT = Aws::Utils::DateTime>
63 template<
typename DomainIdT = Aws::String>
64 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
65 template<
typename DomainIdT = Aws::String>
75 template<
typename EndedAtT = Aws::Utils::DateTime>
76 void SetEndedAt(EndedAtT&& value) { m_endedAtHasBeenSet =
true; m_endedAt = std::forward<EndedAtT>(value); }
77 template<
typename EndedAtT = Aws::Utils::DateTime>
91 template<
typename FailureDetailsT = FailureDetails>
92 void SetFailureDetails(FailureDetailsT&& value) { m_failureDetailsHasBeenSet =
true; m_failureDetails = std::forward<FailureDetailsT>(value); }
93 template<
typename FailureDetailsT = FailureDetails>
103 template<
typename JobIdT = Aws::String>
104 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
105 template<
typename JobIdT = Aws::String>
115 template<
typename JobNameT = Aws::String>
116 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
117 template<
typename JobNameT = Aws::String>
128 template<
typename JobProgressT = JobProgress>
129 void SetJobProgress(JobProgressT&& value) { m_jobProgressHasBeenSet =
true; m_jobProgress = std::forward<JobProgressT>(value); }
130 template<
typename JobProgressT = JobProgress>
146 bool m_createdAtHasBeenSet =
false;
149 bool m_domainIdHasBeenSet =
false;
152 bool m_endedAtHasBeenSet =
false;
154 FailureDetails m_failureDetails;
155 bool m_failureDetailsHasBeenSet =
false;
158 bool m_jobIdHasBeenSet =
false;
161 bool m_jobNameHasBeenSet =
false;
163 JobProgress m_jobProgress;
164 bool m_jobProgressHasBeenSet =
false;
167 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