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/InputDataConfig.h>
13#include <aws/voice-id/model/JobProgress.h>
14#include <aws/voice-id/model/OutputDataConfig.h>
15#include <aws/voice-id/model/RegistrationConfig.h>
48 template <
typename CreatedAtT = Aws::Utils::DateTime>
50 m_createdAtHasBeenSet =
true;
51 m_createdAt = std::forward<CreatedAtT>(value);
53 template <
typename CreatedAtT = Aws::Utils::DateTime>
68 template <
typename DataAccessRoleArnT = Aws::String>
70 m_dataAccessRoleArnHasBeenSet =
true;
71 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
73 template <
typename DataAccessRoleArnT = Aws::String>
87 template <
typename DomainIdT = Aws::String>
89 m_domainIdHasBeenSet =
true;
90 m_domainId = std::forward<DomainIdT>(value);
92 template <
typename DomainIdT = Aws::String>
105 template <
typename EndedAtT = Aws::Utils::DateTime>
107 m_endedAtHasBeenSet =
true;
108 m_endedAt = std::forward<EndedAtT>(value);
110 template <
typename EndedAtT = Aws::Utils::DateTime>
127 template <
typename FailureDetailsT = FailureDetails>
129 m_failureDetailsHasBeenSet =
true;
130 m_failureDetails = std::forward<FailureDetailsT>(value);
132 template <
typename FailureDetailsT = FailureDetails>
146 template <
typename InputDataConfigT = InputDataConfig>
148 m_inputDataConfigHasBeenSet =
true;
149 m_inputDataConfig = std::forward<InputDataConfigT>(value);
151 template <
typename InputDataConfigT = InputDataConfig>
164 template <
typename JobIdT = Aws::String>
166 m_jobIdHasBeenSet =
true;
167 m_jobId = std::forward<JobIdT>(value);
169 template <
typename JobIdT = Aws::String>
171 SetJobId(std::forward<JobIdT>(value));
182 template <
typename JobNameT = Aws::String>
184 m_jobNameHasBeenSet =
true;
185 m_jobName = std::forward<JobNameT>(value);
187 template <
typename JobNameT = Aws::String>
201 template <
typename JobProgressT = JobProgress>
203 m_jobProgressHasBeenSet =
true;
204 m_jobProgress = std::forward<JobProgressT>(value);
206 template <
typename JobProgressT = JobProgress>
220 m_jobStatusHasBeenSet =
true;
237 template <
typename OutputDataConfigT = OutputDataConfig>
239 m_outputDataConfigHasBeenSet =
true;
240 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
242 template <
typename OutputDataConfigT = OutputDataConfig>
257 template <
typename RegistrationConfigT = RegistrationConfig>
259 m_registrationConfigHasBeenSet =
true;
260 m_registrationConfig = std::forward<RegistrationConfigT>(value);
262 template <
typename RegistrationConfigT = RegistrationConfig>
277 FailureDetails m_failureDetails;
279 InputDataConfig m_inputDataConfig;
285 JobProgress m_jobProgress;
289 OutputDataConfig m_outputDataConfig;
291 RegistrationConfig m_registrationConfig;
292 bool m_createdAtHasBeenSet =
false;
293 bool m_dataAccessRoleArnHasBeenSet =
false;
294 bool m_domainIdHasBeenSet =
false;
295 bool m_endedAtHasBeenSet =
false;
296 bool m_failureDetailsHasBeenSet =
false;
297 bool m_inputDataConfigHasBeenSet =
false;
298 bool m_jobIdHasBeenSet =
false;
299 bool m_jobNameHasBeenSet =
false;
300 bool m_jobProgressHasBeenSet =
false;
301 bool m_jobStatusHasBeenSet =
false;
302 bool m_outputDataConfigHasBeenSet =
false;
303 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