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/FraudsterRegistrationJobStatus.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>
64 template<
typename DomainIdT = Aws::String>
65 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
66 template<
typename DomainIdT = Aws::String>
76 template<
typename EndedAtT = Aws::Utils::DateTime>
77 void SetEndedAt(EndedAtT&& value) { m_endedAtHasBeenSet =
true; m_endedAt = std::forward<EndedAtT>(value); }
78 template<
typename EndedAtT = Aws::Utils::DateTime>
92 template<
typename FailureDetailsT = FailureDetails>
93 void SetFailureDetails(FailureDetailsT&& value) { m_failureDetailsHasBeenSet =
true; m_failureDetails = std::forward<FailureDetailsT>(value); }
94 template<
typename FailureDetailsT = FailureDetails>
104 template<
typename JobIdT = Aws::String>
105 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
106 template<
typename JobIdT = Aws::String>
116 template<
typename JobNameT = Aws::String>
117 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
118 template<
typename JobNameT = Aws::String>
129 template<
typename JobProgressT = JobProgress>
130 void SetJobProgress(JobProgressT&& value) { m_jobProgressHasBeenSet =
true; m_jobProgress = std::forward<JobProgressT>(value); }
131 template<
typename JobProgressT = JobProgress>
147 bool m_createdAtHasBeenSet =
false;
150 bool m_domainIdHasBeenSet =
false;
153 bool m_endedAtHasBeenSet =
false;
155 FailureDetails m_failureDetails;
156 bool m_failureDetailsHasBeenSet =
false;
159 bool m_jobIdHasBeenSet =
false;
162 bool m_jobNameHasBeenSet =
false;
164 JobProgress m_jobProgress;
165 bool m_jobProgressHasBeenSet =
false;
168 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