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/InputDataConfig.h>
12#include <aws/voice-id/model/JobProgress.h>
13#include <aws/voice-id/model/FraudsterRegistrationJobStatus.h>
14#include <aws/voice-id/model/OutputDataConfig.h>
15#include <aws/voice-id/model/RegistrationConfig.h>
54 template<
typename CreatedAtT = Aws::Utils::DateTime>
55 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
56 template<
typename CreatedAtT = Aws::Utils::DateTime>
68 template<
typename DataAccessRoleArnT = Aws::String>
69 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
70 template<
typename DataAccessRoleArnT = Aws::String>
81 template<
typename DomainIdT = Aws::String>
82 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
83 template<
typename DomainIdT = Aws::String>
93 template<
typename EndedAtT = Aws::Utils::DateTime>
94 void SetEndedAt(EndedAtT&& value) { m_endedAtHasBeenSet =
true; m_endedAt = std::forward<EndedAtT>(value); }
95 template<
typename EndedAtT = Aws::Utils::DateTime>
109 template<
typename FailureDetailsT = FailureDetails>
110 void SetFailureDetails(FailureDetailsT&& value) { m_failureDetailsHasBeenSet =
true; m_failureDetails = std::forward<FailureDetailsT>(value); }
111 template<
typename FailureDetailsT = FailureDetails>
122 template<
typename InputDataConfigT = InputDataConfig>
123 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
124 template<
typename InputDataConfigT = InputDataConfig>
134 template<
typename JobIdT = Aws::String>
135 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
136 template<
typename JobIdT = Aws::String>
146 template<
typename JobNameT = Aws::String>
147 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
148 template<
typename JobNameT = Aws::String>
159 template<
typename JobProgressT = JobProgress>
160 void SetJobProgress(JobProgressT&& value) { m_jobProgressHasBeenSet =
true; m_jobProgress = std::forward<JobProgressT>(value); }
161 template<
typename JobProgressT = JobProgress>
183 template<
typename OutputDataConfigT = OutputDataConfig>
184 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
185 template<
typename OutputDataConfigT = OutputDataConfig>
197 template<
typename RegistrationConfigT = RegistrationConfig>
198 void SetRegistrationConfig(RegistrationConfigT&& value) { m_registrationConfigHasBeenSet =
true; m_registrationConfig = std::forward<RegistrationConfigT>(value); }
199 template<
typename RegistrationConfigT = RegistrationConfig>
205 bool m_createdAtHasBeenSet =
false;
208 bool m_dataAccessRoleArnHasBeenSet =
false;
211 bool m_domainIdHasBeenSet =
false;
214 bool m_endedAtHasBeenSet =
false;
216 FailureDetails m_failureDetails;
217 bool m_failureDetailsHasBeenSet =
false;
219 InputDataConfig m_inputDataConfig;
220 bool m_inputDataConfigHasBeenSet =
false;
223 bool m_jobIdHasBeenSet =
false;
226 bool m_jobNameHasBeenSet =
false;
228 JobProgress m_jobProgress;
229 bool m_jobProgressHasBeenSet =
false;
232 bool m_jobStatusHasBeenSet =
false;
234 OutputDataConfig m_outputDataConfig;
235 bool m_outputDataConfigHasBeenSet =
false;
237 RegistrationConfig m_registrationConfig;
238 bool m_registrationConfigHasBeenSet =
false;
void SetJobStatus(FraudsterRegistrationJobStatus value)
const OutputDataConfig & GetOutputDataConfig() const
const Aws::String & GetJobName() const
void SetJobId(JobIdT &&value)
FraudsterRegistrationJobStatus GetJobStatus() const
void SetCreatedAt(CreatedAtT &&value)
void SetDomainId(DomainIdT &&value)
FraudsterRegistrationJob & WithJobName(JobNameT &&value)
bool DomainIdHasBeenSet() const
FraudsterRegistrationJob & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
const Aws::String & GetDomainId() const
FraudsterRegistrationJob & WithEndedAt(EndedAtT &&value)
FraudsterRegistrationJob & WithOutputDataConfig(OutputDataConfigT &&value)
bool DataAccessRoleArnHasBeenSet() const
bool JobProgressHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
FraudsterRegistrationJob & WithDomainId(DomainIdT &&value)
AWS_VOICEID_API FraudsterRegistrationJob & operator=(Aws::Utils::Json::JsonView jsonValue)
const RegistrationConfig & GetRegistrationConfig() const
bool JobIdHasBeenSet() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
void SetOutputDataConfig(OutputDataConfigT &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
bool JobNameHasBeenSet() const
FraudsterRegistrationJob & WithFailureDetails(FailureDetailsT &&value)
void SetInputDataConfig(InputDataConfigT &&value)
bool CreatedAtHasBeenSet() const
void SetFailureDetails(FailureDetailsT &&value)
bool JobStatusHasBeenSet() const
bool EndedAtHasBeenSet() const
bool OutputDataConfigHasBeenSet() const
const Aws::String & GetDataAccessRoleArn() const
FraudsterRegistrationJob & WithCreatedAt(CreatedAtT &&value)
FraudsterRegistrationJob & WithRegistrationConfig(RegistrationConfigT &&value)
AWS_VOICEID_API FraudsterRegistrationJob()=default
void SetJobName(JobNameT &&value)
FraudsterRegistrationJob & WithInputDataConfig(InputDataConfigT &&value)
bool RegistrationConfigHasBeenSet() const
FraudsterRegistrationJob & WithJobStatus(FraudsterRegistrationJobStatus value)
bool InputDataConfigHasBeenSet() const
FraudsterRegistrationJob & WithJobId(JobIdT &&value)
const FailureDetails & GetFailureDetails() const
AWS_VOICEID_API FraudsterRegistrationJob(Aws::Utils::Json::JsonView jsonValue)
bool FailureDetailsHasBeenSet() const
FraudsterRegistrationJob & WithJobProgress(JobProgressT &&value)
const InputDataConfig & GetInputDataConfig() const
const JobProgress & GetJobProgress() const
void SetRegistrationConfig(RegistrationConfigT &&value)
void SetEndedAt(EndedAtT &&value)
void SetJobProgress(JobProgressT &&value)
const Aws::Utils::DateTime & GetEndedAt() const
const Aws::String & GetJobId() const
FraudsterRegistrationJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue