7#include <aws/comprehendmedical/ComprehendMedical_EXPORTS.h>
8#include <aws/comprehendmedical/model/InputDataConfig.h>
9#include <aws/comprehendmedical/model/JobStatus.h>
10#include <aws/comprehendmedical/model/LanguageCode.h>
11#include <aws/comprehendmedical/model/OutputDataConfig.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
24namespace ComprehendMedical {
45 template <
typename JobIdT = Aws::String>
47 m_jobIdHasBeenSet =
true;
48 m_jobId = std::forward<JobIdT>(value);
50 template <
typename JobIdT = Aws::String>
52 SetJobId(std::forward<JobIdT>(value));
63 template <
typename JobNameT = Aws::String>
65 m_jobNameHasBeenSet =
true;
66 m_jobName = std::forward<JobNameT>(value);
68 template <
typename JobNameT = Aws::String>
84 m_jobStatusHasBeenSet =
true;
99 template <
typename MessageT = Aws::String>
101 m_messageHasBeenSet =
true;
102 m_message = std::forward<MessageT>(value);
104 template <
typename MessageT = Aws::String>
117 template <
typename SubmitTimeT = Aws::Utils::DateTime>
119 m_submitTimeHasBeenSet =
true;
120 m_submitTime = std::forward<SubmitTimeT>(value);
122 template <
typename SubmitTimeT = Aws::Utils::DateTime>
135 template <
typename EndTimeT = Aws::Utils::DateTime>
137 m_endTimeHasBeenSet =
true;
138 m_endTime = std::forward<EndTimeT>(value);
140 template <
typename EndTimeT = Aws::Utils::DateTime>
157 template <
typename ExpirationTimeT = Aws::Utils::DateTime>
159 m_expirationTimeHasBeenSet =
true;
160 m_expirationTime = std::forward<ExpirationTimeT>(value);
162 template <
typename ExpirationTimeT = Aws::Utils::DateTime>
176 template <
typename InputDataConfigT = InputDataConfig>
178 m_inputDataConfigHasBeenSet =
true;
179 m_inputDataConfig = std::forward<InputDataConfigT>(value);
181 template <
typename InputDataConfigT = InputDataConfig>
195 template <
typename OutputDataConfigT = OutputDataConfig>
197 m_outputDataConfigHasBeenSet =
true;
198 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
200 template <
typename OutputDataConfigT = OutputDataConfig>
214 m_languageCodeHasBeenSet =
true;
215 m_languageCode = value;
230 template <
typename DataAccessRoleArnT = Aws::String>
232 m_dataAccessRoleArnHasBeenSet =
true;
233 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
235 template <
typename DataAccessRoleArnT = Aws::String>
248 template <
typename ManifestFilePathT = Aws::String>
250 m_manifestFilePathHasBeenSet =
true;
251 m_manifestFilePath = std::forward<ManifestFilePathT>(value);
253 template <
typename ManifestFilePathT = Aws::String>
267 template <
typename KMSKeyT = Aws::String>
269 m_kMSKeyHasBeenSet =
true;
270 m_kMSKey = std::forward<KMSKeyT>(value);
272 template <
typename KMSKeyT = Aws::String>
287 template <
typename ModelVersionT = Aws::String>
289 m_modelVersionHasBeenSet =
true;
290 m_modelVersion = std::forward<ModelVersionT>(value);
292 template <
typename ModelVersionT = Aws::String>
313 InputDataConfig m_inputDataConfig;
315 OutputDataConfig m_outputDataConfig;
326 bool m_jobIdHasBeenSet =
false;
327 bool m_jobNameHasBeenSet =
false;
328 bool m_jobStatusHasBeenSet =
false;
329 bool m_messageHasBeenSet =
false;
330 bool m_submitTimeHasBeenSet =
false;
331 bool m_endTimeHasBeenSet =
false;
332 bool m_expirationTimeHasBeenSet =
false;
333 bool m_inputDataConfigHasBeenSet =
false;
334 bool m_outputDataConfigHasBeenSet =
false;
335 bool m_languageCodeHasBeenSet =
false;
336 bool m_dataAccessRoleArnHasBeenSet =
false;
337 bool m_manifestFilePathHasBeenSet =
false;
338 bool m_kMSKeyHasBeenSet =
false;
339 bool m_modelVersionHasBeenSet =
false;
void SetEndTime(EndTimeT &&value)
LanguageCode GetLanguageCode() const
bool InputDataConfigHasBeenSet() const
void SetManifestFilePath(ManifestFilePathT &&value)
const Aws::String & GetManifestFilePath() const
bool MessageHasBeenSet() const
bool JobStatusHasBeenSet() const
const Aws::String & GetDataAccessRoleArn() const
ComprehendMedicalAsyncJobProperties & WithSubmitTime(SubmitTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetKMSKey(KMSKeyT &&value)
ComprehendMedicalAsyncJobProperties & WithExpirationTime(ExpirationTimeT &&value)
void SetOutputDataConfig(OutputDataConfigT &&value)
void SetExpirationTime(ExpirationTimeT &&value)
const Aws::String & GetJobName() const
void SetJobStatus(JobStatus value)
bool ModelVersionHasBeenSet() const
ComprehendMedicalAsyncJobProperties & WithManifestFilePath(ManifestFilePathT &&value)
const Aws::Utils::DateTime & GetSubmitTime() const
ComprehendMedicalAsyncJobProperties & WithLanguageCode(LanguageCode value)
void SetLanguageCode(LanguageCode value)
void SetJobId(JobIdT &&value)
ComprehendMedicalAsyncJobProperties & WithModelVersion(ModelVersionT &&value)
bool KMSKeyHasBeenSet() const
const OutputDataConfig & GetOutputDataConfig() const
void SetMessage(MessageT &&value)
ComprehendMedicalAsyncJobProperties & WithJobName(JobNameT &&value)
AWS_COMPREHENDMEDICAL_API ComprehendMedicalAsyncJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetModelVersion(ModelVersionT &&value)
ComprehendMedicalAsyncJobProperties & WithKMSKey(KMSKeyT &&value)
bool DataAccessRoleArnHasBeenSet() const
bool SubmitTimeHasBeenSet() const
bool OutputDataConfigHasBeenSet() const
const Aws::String & GetJobId() const
bool ManifestFilePathHasBeenSet() const
const Aws::String & GetModelVersion() const
const InputDataConfig & GetInputDataConfig() const
ComprehendMedicalAsyncJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
AWS_COMPREHENDMEDICAL_API ComprehendMedicalAsyncJobProperties()=default
AWS_COMPREHENDMEDICAL_API ComprehendMedicalAsyncJobProperties(Aws::Utils::Json::JsonView jsonValue)
void SetJobName(JobNameT &&value)
ComprehendMedicalAsyncJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
AWS_COMPREHENDMEDICAL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetExpirationTime() const
bool JobIdHasBeenSet() const
const Aws::String & GetMessage() const
bool LanguageCodeHasBeenSet() const
ComprehendMedicalAsyncJobProperties & WithMessage(MessageT &&value)
const Aws::String & GetKMSKey() const
bool EndTimeHasBeenSet() const
void SetInputDataConfig(InputDataConfigT &&value)
ComprehendMedicalAsyncJobProperties & WithEndTime(EndTimeT &&value)
bool ExpirationTimeHasBeenSet() const
ComprehendMedicalAsyncJobProperties & WithJobId(JobIdT &&value)
ComprehendMedicalAsyncJobProperties & WithJobStatus(JobStatus value)
void SetSubmitTime(SubmitTimeT &&value)
JobStatus GetJobStatus() const
ComprehendMedicalAsyncJobProperties & WithInputDataConfig(InputDataConfigT &&value)
bool JobNameHasBeenSet() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue