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/EnrollmentConfig.h>
11#include <aws/voice-id/model/FailureDetails.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/SpeakerEnrollmentJobStatus.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>
86 template <
typename DomainIdT = Aws::String>
88 m_domainIdHasBeenSet =
true;
89 m_domainId = std::forward<DomainIdT>(value);
91 template <
typename DomainIdT = Aws::String>
104 template <
typename EndedAtT = Aws::Utils::DateTime>
106 m_endedAtHasBeenSet =
true;
107 m_endedAt = std::forward<EndedAtT>(value);
109 template <
typename EndedAtT = Aws::Utils::DateTime>
123 template <
typename EnrollmentConfigT = EnrollmentConfig>
125 m_enrollmentConfigHasBeenSet =
true;
126 m_enrollmentConfig = std::forward<EnrollmentConfigT>(value);
128 template <
typename EnrollmentConfigT = EnrollmentConfig>
145 template <
typename FailureDetailsT = FailureDetails>
147 m_failureDetailsHasBeenSet =
true;
148 m_failureDetails = std::forward<FailureDetailsT>(value);
150 template <
typename FailureDetailsT = FailureDetails>
164 template <
typename InputDataConfigT = InputDataConfig>
166 m_inputDataConfigHasBeenSet =
true;
167 m_inputDataConfig = std::forward<InputDataConfigT>(value);
169 template <
typename InputDataConfigT = InputDataConfig>
182 template <
typename JobIdT = Aws::String>
184 m_jobIdHasBeenSet =
true;
185 m_jobId = std::forward<JobIdT>(value);
187 template <
typename JobIdT = Aws::String>
189 SetJobId(std::forward<JobIdT>(value));
200 template <
typename JobNameT = Aws::String>
202 m_jobNameHasBeenSet =
true;
203 m_jobName = std::forward<JobNameT>(value);
205 template <
typename JobNameT = Aws::String>
219 template <
typename JobProgressT = JobProgress>
221 m_jobProgressHasBeenSet =
true;
222 m_jobProgress = std::forward<JobProgressT>(value);
224 template <
typename JobProgressT = JobProgress>
238 m_jobStatusHasBeenSet =
true;
254 template <
typename OutputDataConfigT = OutputDataConfig>
256 m_outputDataConfigHasBeenSet =
true;
257 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
259 template <
typename OutputDataConfigT = OutputDataConfig>
274 EnrollmentConfig m_enrollmentConfig;
276 FailureDetails m_failureDetails;
278 InputDataConfig m_inputDataConfig;
284 JobProgress m_jobProgress;
288 OutputDataConfig m_outputDataConfig;
289 bool m_createdAtHasBeenSet =
false;
290 bool m_dataAccessRoleArnHasBeenSet =
false;
291 bool m_domainIdHasBeenSet =
false;
292 bool m_endedAtHasBeenSet =
false;
293 bool m_enrollmentConfigHasBeenSet =
false;
294 bool m_failureDetailsHasBeenSet =
false;
295 bool m_inputDataConfigHasBeenSet =
false;
296 bool m_jobIdHasBeenSet =
false;
297 bool m_jobNameHasBeenSet =
false;
298 bool m_jobProgressHasBeenSet =
false;
299 bool m_jobStatusHasBeenSet =
false;
300 bool m_outputDataConfigHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
const EnrollmentConfig & GetEnrollmentConfig() const
bool EnrollmentConfigHasBeenSet() const
SpeakerEnrollmentJob & WithFailureDetails(FailureDetailsT &&value)
const InputDataConfig & GetInputDataConfig() const
const Aws::String & GetDomainId() const
SpeakerEnrollmentJob & WithEnrollmentConfig(EnrollmentConfigT &&value)
SpeakerEnrollmentJob & WithJobStatus(SpeakerEnrollmentJobStatus value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEndedAt(EndedAtT &&value)
SpeakerEnrollmentJob & WithInputDataConfig(InputDataConfigT &&value)
SpeakerEnrollmentJob & WithDomainId(DomainIdT &&value)
const OutputDataConfig & GetOutputDataConfig() const
SpeakerEnrollmentJob & WithJobProgress(JobProgressT &&value)
AWS_VOICEID_API SpeakerEnrollmentJob(Aws::Utils::Json::JsonView jsonValue)
SpeakerEnrollmentJob & WithEndedAt(EndedAtT &&value)
SpeakerEnrollmentJob & WithOutputDataConfig(OutputDataConfigT &&value)
void SetInputDataConfig(InputDataConfigT &&value)
void SetFailureDetails(FailureDetailsT &&value)
bool JobProgressHasBeenSet() const
AWS_VOICEID_API SpeakerEnrollmentJob & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(JobIdT &&value)
void SetJobStatus(SpeakerEnrollmentJobStatus value)
bool JobNameHasBeenSet() const
SpeakerEnrollmentJob & WithCreatedAt(CreatedAtT &&value)
SpeakerEnrollmentJobStatus GetJobStatus() const
SpeakerEnrollmentJob & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
void SetEnrollmentConfig(EnrollmentConfigT &&value)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
bool InputDataConfigHasBeenSet() const
SpeakerEnrollmentJob & WithJobId(JobIdT &&value)
const FailureDetails & GetFailureDetails() const
const Aws::Utils::DateTime & GetEndedAt() const
const Aws::String & GetDataAccessRoleArn() const
bool JobStatusHasBeenSet() const
AWS_VOICEID_API SpeakerEnrollmentJob()=default
bool FailureDetailsHasBeenSet() const
void SetDomainId(DomainIdT &&value)
void SetJobProgress(JobProgressT &&value)
bool DomainIdHasBeenSet() const
bool CreatedAtHasBeenSet() const
bool OutputDataConfigHasBeenSet() const
const JobProgress & GetJobProgress() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetOutputDataConfig(OutputDataConfigT &&value)
bool DataAccessRoleArnHasBeenSet() const
bool JobIdHasBeenSet() const
const Aws::String & GetJobId() const
SpeakerEnrollmentJob & WithJobName(JobNameT &&value)
const Aws::String & GetJobName() const
void SetJobName(JobNameT &&value)
bool EndedAtHasBeenSet() const
SpeakerEnrollmentJobStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue