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/FraudsterRegistrationJobStatus.h>
12#include <aws/voice-id/model/JobProgress.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>
64 template <
typename DomainIdT = Aws::String>
66 m_domainIdHasBeenSet =
true;
67 m_domainId = std::forward<DomainIdT>(value);
69 template <
typename DomainIdT = Aws::String>
82 template <
typename EndedAtT = Aws::Utils::DateTime>
84 m_endedAtHasBeenSet =
true;
85 m_endedAt = std::forward<EndedAtT>(value);
87 template <
typename EndedAtT = Aws::Utils::DateTime>
104 template <
typename FailureDetailsT = FailureDetails>
106 m_failureDetailsHasBeenSet =
true;
107 m_failureDetails = std::forward<FailureDetailsT>(value);
109 template <
typename FailureDetailsT = FailureDetails>
122 template <
typename JobIdT = Aws::String>
124 m_jobIdHasBeenSet =
true;
125 m_jobId = std::forward<JobIdT>(value);
127 template <
typename JobIdT = Aws::String>
129 SetJobId(std::forward<JobIdT>(value));
140 template <
typename JobNameT = Aws::String>
142 m_jobNameHasBeenSet =
true;
143 m_jobName = std::forward<JobNameT>(value);
145 template <
typename JobNameT = Aws::String>
159 template <
typename JobProgressT = JobProgress>
161 m_jobProgressHasBeenSet =
true;
162 m_jobProgress = std::forward<JobProgressT>(value);
164 template <
typename JobProgressT = JobProgress>
178 m_jobStatusHasBeenSet =
true;
193 FailureDetails m_failureDetails;
199 JobProgress m_jobProgress;
202 bool m_createdAtHasBeenSet =
false;
203 bool m_domainIdHasBeenSet =
false;
204 bool m_endedAtHasBeenSet =
false;
205 bool m_failureDetailsHasBeenSet =
false;
206 bool m_jobIdHasBeenSet =
false;
207 bool m_jobNameHasBeenSet =
false;
208 bool m_jobProgressHasBeenSet =
false;
209 bool m_jobStatusHasBeenSet =
false;
FraudsterRegistrationJobSummary & WithJobStatus(FraudsterRegistrationJobStatus value)
AWS_VOICEID_API FraudsterRegistrationJobSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_VOICEID_API FraudsterRegistrationJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(JobIdT &&value)
const Aws::String & GetDomainId() const
void SetEndedAt(EndedAtT &&value)
bool FailureDetailsHasBeenSet() const
AWS_VOICEID_API FraudsterRegistrationJobSummary()=default
bool JobStatusHasBeenSet() const
const JobProgress & GetJobProgress() const
void SetJobProgress(JobProgressT &&value)
const FailureDetails & GetFailureDetails() const
void SetCreatedAt(CreatedAtT &&value)
void SetDomainId(DomainIdT &&value)
void SetJobStatus(FraudsterRegistrationJobStatus value)
const Aws::String & GetJobName() const
bool DomainIdHasBeenSet() const
const Aws::String & GetJobId() const
FraudsterRegistrationJobSummary & WithCreatedAt(CreatedAtT &&value)
void SetFailureDetails(FailureDetailsT &&value)
const Aws::Utils::DateTime & GetEndedAt() const
bool JobNameHasBeenSet() const
bool JobProgressHasBeenSet() const
bool JobIdHasBeenSet() const
bool CreatedAtHasBeenSet() const
FraudsterRegistrationJobStatus GetJobStatus() const
void SetJobName(JobNameT &&value)
FraudsterRegistrationJobSummary & WithJobProgress(JobProgressT &&value)
FraudsterRegistrationJobSummary & WithEndedAt(EndedAtT &&value)
FraudsterRegistrationJobSummary & WithFailureDetails(FailureDetailsT &&value)
FraudsterRegistrationJobSummary & WithDomainId(DomainIdT &&value)
bool EndedAtHasBeenSet() const
FraudsterRegistrationJobSummary & WithJobName(JobNameT &&value)
FraudsterRegistrationJobSummary & WithJobId(JobIdT &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreatedAt() const
FraudsterRegistrationJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue