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/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/SpeakerEnrollmentJobStatus.h>
15#include <aws/voice-id/model/OutputDataConfig.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>
80 template<
typename DomainIdT = Aws::String>
81 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
82 template<
typename DomainIdT = Aws::String>
92 template<
typename EndedAtT = Aws::Utils::DateTime>
93 void SetEndedAt(EndedAtT&& value) { m_endedAtHasBeenSet =
true; m_endedAt = std::forward<EndedAtT>(value); }
94 template<
typename EndedAtT = Aws::Utils::DateTime>
105 template<
typename EnrollmentConfigT = EnrollmentConfig>
106 void SetEnrollmentConfig(EnrollmentConfigT&& value) { m_enrollmentConfigHasBeenSet =
true; m_enrollmentConfig = std::forward<EnrollmentConfigT>(value); }
107 template<
typename EnrollmentConfigT = EnrollmentConfig>
121 template<
typename FailureDetailsT = FailureDetails>
122 void SetFailureDetails(FailureDetailsT&& value) { m_failureDetailsHasBeenSet =
true; m_failureDetails = std::forward<FailureDetailsT>(value); }
123 template<
typename FailureDetailsT = FailureDetails>
134 template<
typename InputDataConfigT = InputDataConfig>
135 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
136 template<
typename InputDataConfigT = InputDataConfig>
146 template<
typename JobIdT = Aws::String>
147 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
148 template<
typename JobIdT = Aws::String>
158 template<
typename JobNameT = Aws::String>
159 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
160 template<
typename JobNameT = Aws::String>
171 template<
typename JobProgressT = JobProgress>
172 void SetJobProgress(JobProgressT&& value) { m_jobProgressHasBeenSet =
true; m_jobProgress = std::forward<JobProgressT>(value); }
173 template<
typename JobProgressT = JobProgress>
194 template<
typename OutputDataConfigT = OutputDataConfig>
195 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
196 template<
typename OutputDataConfigT = OutputDataConfig>
202 bool m_createdAtHasBeenSet =
false;
205 bool m_dataAccessRoleArnHasBeenSet =
false;
208 bool m_domainIdHasBeenSet =
false;
211 bool m_endedAtHasBeenSet =
false;
213 EnrollmentConfig m_enrollmentConfig;
214 bool m_enrollmentConfigHasBeenSet =
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;
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