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>
66 inline void SetDomainId(
const char* value) { m_domainIdHasBeenSet =
true; m_domainId.assign(value); }
108 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
122 inline void SetJobName(
const char* value) { m_jobNameHasBeenSet =
true; m_jobName.assign(value); }
155 bool m_createdAtHasBeenSet =
false;
158 bool m_domainIdHasBeenSet =
false;
161 bool m_endedAtHasBeenSet =
false;
164 bool m_failureDetailsHasBeenSet =
false;
167 bool m_jobIdHasBeenSet =
false;
170 bool m_jobNameHasBeenSet =
false;
173 bool m_jobProgressHasBeenSet =
false;
176 bool m_jobStatusHasBeenSet =
false;
AWS_VOICEID_API FraudsterRegistrationJobSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_VOICEID_API FraudsterRegistrationJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
FraudsterRegistrationJobSummary & WithJobProgress(const JobProgress &value)
FraudsterRegistrationJobSummary & WithEndedAt(Aws::Utils::DateTime &&value)
FraudsterRegistrationJobSummary & WithJobName(Aws::String &&value)
const Aws::String & GetDomainId() const
void SetJobName(const Aws::String &value)
bool FailureDetailsHasBeenSet() const
void SetDomainId(const Aws::String &value)
bool JobStatusHasBeenSet() const
AWS_VOICEID_API FraudsterRegistrationJobSummary()
void SetJobId(const Aws::String &value)
const JobProgress & GetJobProgress() const
FraudsterRegistrationJobSummary & WithDomainId(const char *value)
void SetJobStatus(const FraudsterRegistrationJobStatus &value)
void SetJobStatus(FraudsterRegistrationJobStatus &&value)
FraudsterRegistrationJobSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
const FailureDetails & GetFailureDetails() const
void SetEndedAt(const Aws::Utils::DateTime &value)
FraudsterRegistrationJobSummary & WithDomainId(const Aws::String &value)
const Aws::String & GetJobName() const
const FraudsterRegistrationJobStatus & GetJobStatus() const
void SetJobName(const char *value)
FraudsterRegistrationJobSummary & WithJobProgress(JobProgress &&value)
void SetJobId(const char *value)
FraudsterRegistrationJobSummary & WithJobName(const Aws::String &value)
bool DomainIdHasBeenSet() const
FraudsterRegistrationJobSummary & WithFailureDetails(FailureDetails &&value)
const Aws::String & GetJobId() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
void SetFailureDetails(FailureDetails &&value)
const Aws::Utils::DateTime & GetEndedAt() const
bool JobNameHasBeenSet() const
bool JobProgressHasBeenSet() const
void SetFailureDetails(const FailureDetails &value)
bool JobIdHasBeenSet() const
FraudsterRegistrationJobSummary & WithJobName(const char *value)
bool CreatedAtHasBeenSet() const
FraudsterRegistrationJobSummary & WithJobId(Aws::String &&value)
FraudsterRegistrationJobSummary & WithJobStatus(FraudsterRegistrationJobStatus &&value)
void SetDomainId(const char *value)
FraudsterRegistrationJobSummary & WithDomainId(Aws::String &&value)
bool EndedAtHasBeenSet() const
void SetJobProgress(JobProgress &&value)
FraudsterRegistrationJobSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
FraudsterRegistrationJobSummary & WithEndedAt(const Aws::Utils::DateTime &value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
void SetJobProgress(const JobProgress &value)
FraudsterRegistrationJobSummary & WithJobStatus(const FraudsterRegistrationJobStatus &value)
FraudsterRegistrationJobSummary & WithJobId(const char *value)
FraudsterRegistrationJobSummary & WithJobId(const Aws::String &value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetEndedAt(Aws::Utils::DateTime &&value)
void SetJobId(Aws::String &&value)
FraudsterRegistrationJobSummary & WithFailureDetails(const FailureDetails &value)
void SetDomainId(Aws::String &&value)
void SetJobName(Aws::String &&value)
FraudsterRegistrationJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue