7#include <aws/comprehendmedical/ComprehendMedical_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/comprehendmedical/model/JobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/comprehendmedical/model/InputDataConfig.h>
12#include <aws/comprehendmedical/model/OutputDataConfig.h>
13#include <aws/comprehendmedical/model/LanguageCode.h>
26namespace ComprehendMedical
51 template<
typename JobIdT = Aws::String>
52 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
53 template<
typename JobIdT = Aws::String>
63 template<
typename JobNameT = Aws::String>
64 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
65 template<
typename JobNameT = Aws::String>
87 template<
typename MessageT = Aws::String>
88 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
89 template<
typename MessageT = Aws::String>
99 template<
typename SubmitTimeT = Aws::Utils::DateTime>
100 void SetSubmitTime(SubmitTimeT&& value) { m_submitTimeHasBeenSet =
true; m_submitTime = std::forward<SubmitTimeT>(value); }
101 template<
typename SubmitTimeT = Aws::Utils::DateTime>
111 template<
typename EndTimeT = Aws::Utils::DateTime>
112 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
113 template<
typename EndTimeT = Aws::Utils::DateTime>
127 template<
typename ExpirationTimeT = Aws::Utils::DateTime>
128 void SetExpirationTime(ExpirationTimeT&& value) { m_expirationTimeHasBeenSet =
true; m_expirationTime = std::forward<ExpirationTimeT>(value); }
129 template<
typename ExpirationTimeT = Aws::Utils::DateTime>
140 template<
typename InputDataConfigT = InputDataConfig>
141 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
142 template<
typename InputDataConfigT = InputDataConfig>
153 template<
typename OutputDataConfigT = OutputDataConfig>
154 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
155 template<
typename OutputDataConfigT = OutputDataConfig>
176 template<
typename DataAccessRoleArnT = Aws::String>
177 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
178 template<
typename DataAccessRoleArnT = Aws::String>
188 template<
typename ManifestFilePathT = Aws::String>
189 void SetManifestFilePath(ManifestFilePathT&& value) { m_manifestFilePathHasBeenSet =
true; m_manifestFilePath = std::forward<ManifestFilePathT>(value); }
190 template<
typename ManifestFilePathT = Aws::String>
201 template<
typename KMSKeyT = Aws::String>
202 void SetKMSKey(KMSKeyT&& value) { m_kMSKeyHasBeenSet =
true; m_kMSKey = std::forward<KMSKeyT>(value); }
203 template<
typename KMSKeyT = Aws::String>
215 template<
typename ModelVersionT = Aws::String>
216 void SetModelVersion(ModelVersionT&& value) { m_modelVersionHasBeenSet =
true; m_modelVersion = std::forward<ModelVersionT>(value); }
217 template<
typename ModelVersionT = Aws::String>
223 bool m_jobIdHasBeenSet =
false;
226 bool m_jobNameHasBeenSet =
false;
229 bool m_jobStatusHasBeenSet =
false;
232 bool m_messageHasBeenSet =
false;
235 bool m_submitTimeHasBeenSet =
false;
238 bool m_endTimeHasBeenSet =
false;
241 bool m_expirationTimeHasBeenSet =
false;
243 InputDataConfig m_inputDataConfig;
244 bool m_inputDataConfigHasBeenSet =
false;
246 OutputDataConfig m_outputDataConfig;
247 bool m_outputDataConfigHasBeenSet =
false;
250 bool m_languageCodeHasBeenSet =
false;
253 bool m_dataAccessRoleArnHasBeenSet =
false;
256 bool m_manifestFilePathHasBeenSet =
false;
259 bool m_kMSKeyHasBeenSet =
false;
262 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