7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/translate/Translate_EXPORTS.h>
11#include <aws/translate/model/InputDataConfig.h>
12#include <aws/translate/model/JobDetails.h>
13#include <aws/translate/model/JobStatus.h>
14#include <aws/translate/model/OutputDataConfig.h>
15#include <aws/translate/model/TranslationSettings.h>
47 template <
typename JobIdT = Aws::String>
49 m_jobIdHasBeenSet =
true;
50 m_jobId = std::forward<JobIdT>(value);
52 template <
typename JobIdT = Aws::String>
54 SetJobId(std::forward<JobIdT>(value));
65 template <
typename JobNameT = Aws::String>
67 m_jobNameHasBeenSet =
true;
68 m_jobName = std::forward<JobNameT>(value);
70 template <
typename JobNameT = Aws::String>
84 m_jobStatusHasBeenSet =
true;
100 template <
typename JobDetailsT = JobDetails>
102 m_jobDetailsHasBeenSet =
true;
103 m_jobDetails = std::forward<JobDetailsT>(value);
105 template <
typename JobDetailsT = JobDetails>
119 template <
typename SourceLanguageCodeT = Aws::String>
121 m_sourceLanguageCodeHasBeenSet =
true;
122 m_sourceLanguageCode = std::forward<SourceLanguageCodeT>(value);
124 template <
typename SourceLanguageCodeT = Aws::String>
138 template <
typename TargetLanguageCodesT = Aws::Vector<Aws::String>>
140 m_targetLanguageCodesHasBeenSet =
true;
141 m_targetLanguageCodes = std::forward<TargetLanguageCodesT>(value);
143 template <
typename TargetLanguageCodesT = Aws::Vector<Aws::String>>
148 template <
typename TargetLanguageCodesT = Aws::String>
150 m_targetLanguageCodesHasBeenSet =
true;
151 m_targetLanguageCodes.emplace_back(std::forward<TargetLanguageCodesT>(value));
164 template <
typename TerminologyNamesT = Aws::Vector<Aws::String>>
166 m_terminologyNamesHasBeenSet =
true;
167 m_terminologyNames = std::forward<TerminologyNamesT>(value);
169 template <
typename TerminologyNamesT = Aws::Vector<Aws::String>>
174 template <
typename TerminologyNamesT = Aws::String>
176 m_terminologyNamesHasBeenSet =
true;
177 m_terminologyNames.emplace_back(std::forward<TerminologyNamesT>(value));
189 template <
typename ParallelDataNamesT = Aws::Vector<Aws::String>>
191 m_parallelDataNamesHasBeenSet =
true;
192 m_parallelDataNames = std::forward<ParallelDataNamesT>(value);
194 template <
typename ParallelDataNamesT = Aws::Vector<Aws::String>>
199 template <
typename ParallelDataNamesT = Aws::String>
201 m_parallelDataNamesHasBeenSet =
true;
202 m_parallelDataNames.emplace_back(std::forward<ParallelDataNamesT>(value));
214 template <
typename MessageT = Aws::String>
216 m_messageHasBeenSet =
true;
217 m_message = std::forward<MessageT>(value);
219 template <
typename MessageT = Aws::String>
232 template <
typename SubmittedTimeT = Aws::Utils::DateTime>
234 m_submittedTimeHasBeenSet =
true;
235 m_submittedTime = std::forward<SubmittedTimeT>(value);
237 template <
typename SubmittedTimeT = Aws::Utils::DateTime>
250 template <
typename EndTimeT = Aws::Utils::DateTime>
252 m_endTimeHasBeenSet =
true;
253 m_endTime = std::forward<EndTimeT>(value);
255 template <
typename EndTimeT = Aws::Utils::DateTime>
269 template <
typename InputDataConfigT = InputDataConfig>
271 m_inputDataConfigHasBeenSet =
true;
272 m_inputDataConfig = std::forward<InputDataConfigT>(value);
274 template <
typename InputDataConfigT = InputDataConfig>
288 template <
typename OutputDataConfigT = OutputDataConfig>
290 m_outputDataConfigHasBeenSet =
true;
291 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
293 template <
typename OutputDataConfigT = OutputDataConfig>
307 template <
typename DataAccessRoleArnT = Aws::String>
309 m_dataAccessRoleArnHasBeenSet =
true;
310 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
312 template <
typename DataAccessRoleArnT = Aws::String>
325 template <
typename SettingsT = TranslationSettings>
327 m_settingsHasBeenSet =
true;
328 m_settings = std::forward<SettingsT>(value);
330 template <
typename SettingsT = TranslationSettings>
343 JobDetails m_jobDetails;
359 InputDataConfig m_inputDataConfig;
361 OutputDataConfig m_outputDataConfig;
365 TranslationSettings m_settings;
366 bool m_jobIdHasBeenSet =
false;
367 bool m_jobNameHasBeenSet =
false;
368 bool m_jobStatusHasBeenSet =
false;
369 bool m_jobDetailsHasBeenSet =
false;
370 bool m_sourceLanguageCodeHasBeenSet =
false;
371 bool m_targetLanguageCodesHasBeenSet =
false;
372 bool m_terminologyNamesHasBeenSet =
false;
373 bool m_parallelDataNamesHasBeenSet =
false;
374 bool m_messageHasBeenSet =
false;
375 bool m_submittedTimeHasBeenSet =
false;
376 bool m_endTimeHasBeenSet =
false;
377 bool m_inputDataConfigHasBeenSet =
false;
378 bool m_outputDataConfigHasBeenSet =
false;
379 bool m_dataAccessRoleArnHasBeenSet =
false;
380 bool m_settingsHasBeenSet =
false;
const Aws::Utils::DateTime & GetEndTime() const
bool SourceLanguageCodeHasBeenSet() const
bool TerminologyNamesHasBeenSet() const
bool JobDetailsHasBeenSet() const
void SetOutputDataConfig(OutputDataConfigT &&value)
TextTranslationJobProperties & WithJobId(JobIdT &&value)
TextTranslationJobProperties & WithJobDetails(JobDetailsT &&value)
TextTranslationJobProperties & WithParallelDataNames(ParallelDataNamesT &&value)
void SetJobId(JobIdT &&value)
TextTranslationJobProperties & WithSubmittedTime(SubmittedTimeT &&value)
TextTranslationJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
TextTranslationJobProperties & WithSourceLanguageCode(SourceLanguageCodeT &&value)
const Aws::String & GetDataAccessRoleArn() const
const OutputDataConfig & GetOutputDataConfig() const
void SetSubmittedTime(SubmittedTimeT &&value)
const InputDataConfig & GetInputDataConfig() const
TextTranslationJobProperties & WithJobName(JobNameT &&value)
void SetTargetLanguageCodes(TargetLanguageCodesT &&value)
TextTranslationJobProperties & AddTargetLanguageCodes(TargetLanguageCodesT &&value)
void SetSettings(SettingsT &&value)
bool JobNameHasBeenSet() const
AWS_TRANSLATE_API TextTranslationJobProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSLATE_API Aws::Utils::Json::JsonValue Jsonize() const
bool OutputDataConfigHasBeenSet() const
void SetParallelDataNames(ParallelDataNamesT &&value)
TextTranslationJobProperties & WithSettings(SettingsT &&value)
bool TargetLanguageCodesHasBeenSet() const
TextTranslationJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
bool SubmittedTimeHasBeenSet() const
AWS_TRANSLATE_API TextTranslationJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobStatus(JobStatus value)
const JobDetails & GetJobDetails() const
void SetJobDetails(JobDetailsT &&value)
TextTranslationJobProperties & WithEndTime(EndTimeT &&value)
bool EndTimeHasBeenSet() const
const Aws::Vector< Aws::String > & GetTerminologyNames() const
TextTranslationJobProperties & AddTerminologyNames(TerminologyNamesT &&value)
void SetJobName(JobNameT &&value)
const Aws::Vector< Aws::String > & GetParallelDataNames() const
const Aws::Utils::DateTime & GetSubmittedTime() const
TextTranslationJobProperties & WithTargetLanguageCodes(TargetLanguageCodesT &&value)
void SetEndTime(EndTimeT &&value)
const Aws::String & GetJobId() const
void SetSourceLanguageCode(SourceLanguageCodeT &&value)
TextTranslationJobProperties & WithJobStatus(JobStatus value)
AWS_TRANSLATE_API TextTranslationJobProperties()=default
TextTranslationJobProperties & WithMessage(MessageT &&value)
bool SettingsHasBeenSet() const
bool JobIdHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::Vector< Aws::String > & GetTargetLanguageCodes() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
const Aws::String & GetJobName() const
bool InputDataConfigHasBeenSet() const
const TranslationSettings & GetSettings() const
TextTranslationJobProperties & WithInputDataConfig(InputDataConfigT &&value)
bool DataAccessRoleArnHasBeenSet() const
TextTranslationJobProperties & AddParallelDataNames(ParallelDataNamesT &&value)
JobStatus GetJobStatus() const
bool ParallelDataNamesHasBeenSet() const
TextTranslationJobProperties & WithTerminologyNames(TerminologyNamesT &&value)
const Aws::String & GetMessage() const
bool JobStatusHasBeenSet() const
void SetTerminologyNames(TerminologyNamesT &&value)
void SetInputDataConfig(InputDataConfigT &&value)
const Aws::String & GetSourceLanguageCode() const
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue