7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/healthlake/HealthLake_EXPORTS.h>
10#include <aws/healthlake/model/InputDataConfig.h>
11#include <aws/healthlake/model/JobProgressReport.h>
12#include <aws/healthlake/model/JobStatus.h>
13#include <aws/healthlake/model/OutputDataConfig.h>
14#include <aws/healthlake/model/ValidationLevel.h>
46 template <
typename JobIdT = Aws::String>
48 m_jobIdHasBeenSet =
true;
49 m_jobId = std::forward<JobIdT>(value);
51 template <
typename JobIdT = Aws::String>
53 SetJobId(std::forward<JobIdT>(value));
64 template <
typename JobNameT = Aws::String>
66 m_jobNameHasBeenSet =
true;
67 m_jobName = std::forward<JobNameT>(value);
69 template <
typename JobNameT = Aws::String>
83 m_jobStatusHasBeenSet =
true;
98 template <
typename SubmitTimeT = Aws::Utils::DateTime>
100 m_submitTimeHasBeenSet =
true;
101 m_submitTime = std::forward<SubmitTimeT>(value);
103 template <
typename SubmitTimeT = Aws::Utils::DateTime>
116 template <
typename EndTimeT = Aws::Utils::DateTime>
118 m_endTimeHasBeenSet =
true;
119 m_endTime = std::forward<EndTimeT>(value);
121 template <
typename EndTimeT = Aws::Utils::DateTime>
134 template <
typename DatastoreIdT = Aws::String>
136 m_datastoreIdHasBeenSet =
true;
137 m_datastoreId = std::forward<DatastoreIdT>(value);
139 template <
typename DatastoreIdT = Aws::String>
152 template <
typename InputDataConfigT = InputDataConfig>
154 m_inputDataConfigHasBeenSet =
true;
155 m_inputDataConfig = std::forward<InputDataConfigT>(value);
157 template <
typename InputDataConfigT = InputDataConfig>
168 template <
typename JobOutputDataConfigT = OutputDataConfig>
170 m_jobOutputDataConfigHasBeenSet =
true;
171 m_jobOutputDataConfig = std::forward<JobOutputDataConfigT>(value);
173 template <
typename JobOutputDataConfigT = OutputDataConfig>
187 template <
typename JobProgressReportT = JobProgressReport>
189 m_jobProgressReportHasBeenSet =
true;
190 m_jobProgressReport = std::forward<JobProgressReportT>(value);
192 template <
typename JobProgressReportT = JobProgressReport>
206 template <
typename DataAccessRoleArnT = Aws::String>
208 m_dataAccessRoleArnHasBeenSet =
true;
209 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
211 template <
typename DataAccessRoleArnT = Aws::String>
225 template <
typename MessageT = Aws::String>
227 m_messageHasBeenSet =
true;
228 m_message = std::forward<MessageT>(value);
230 template <
typename MessageT = Aws::String>
244 m_validationLevelHasBeenSet =
true;
245 m_validationLevel = value;
265 InputDataConfig m_inputDataConfig;
267 OutputDataConfig m_jobOutputDataConfig;
269 JobProgressReport m_jobProgressReport;
276 bool m_jobIdHasBeenSet =
false;
277 bool m_jobNameHasBeenSet =
false;
278 bool m_jobStatusHasBeenSet =
false;
279 bool m_submitTimeHasBeenSet =
false;
280 bool m_endTimeHasBeenSet =
false;
281 bool m_datastoreIdHasBeenSet =
false;
282 bool m_inputDataConfigHasBeenSet =
false;
283 bool m_jobOutputDataConfigHasBeenSet =
false;
284 bool m_jobProgressReportHasBeenSet =
false;
285 bool m_dataAccessRoleArnHasBeenSet =
false;
286 bool m_messageHasBeenSet =
false;
287 bool m_validationLevelHasBeenSet =
false;
bool JobStatusHasBeenSet() const
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetSubmitTime() const
void SetInputDataConfig(InputDataConfigT &&value)
const Aws::String & GetMessage() const
const OutputDataConfig & GetJobOutputDataConfig() const
const Aws::String & GetDataAccessRoleArn() const
const Aws::Utils::DateTime & GetEndTime() const
bool SubmitTimeHasBeenSet() const
const Aws::String & GetJobName() const
ImportJobProperties & WithValidationLevel(ValidationLevel value)
ImportJobProperties & WithInputDataConfig(InputDataConfigT &&value)
const Aws::String & GetJobId() const
ImportJobProperties & WithJobStatus(JobStatus value)
ImportJobProperties & WithEndTime(EndTimeT &&value)
ValidationLevel GetValidationLevel() const
void SetJobProgressReport(JobProgressReportT &&value)
bool JobOutputDataConfigHasBeenSet() const
void SetMessage(MessageT &&value)
void SetJobId(JobIdT &&value)
void SetDatastoreId(DatastoreIdT &&value)
bool MessageHasBeenSet() const
bool DatastoreIdHasBeenSet() const
ImportJobProperties & WithSubmitTime(SubmitTimeT &&value)
void SetValidationLevel(ValidationLevel value)
ImportJobProperties & WithJobName(JobNameT &&value)
ImportJobProperties & WithJobId(JobIdT &&value)
void SetJobName(JobNameT &&value)
const Aws::String & GetDatastoreId() const
bool ValidationLevelHasBeenSet() const
void SetJobOutputDataConfig(JobOutputDataConfigT &&value)
bool JobIdHasBeenSet() const
bool JobNameHasBeenSet() const
ImportJobProperties & WithDatastoreId(DatastoreIdT &&value)
ImportJobProperties & WithJobOutputDataConfig(JobOutputDataConfigT &&value)
ImportJobProperties & WithMessage(MessageT &&value)
AWS_HEALTHLAKE_API ImportJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
ImportJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
bool InputDataConfigHasBeenSet() const
void SetJobStatus(JobStatus value)
ImportJobProperties & WithJobProgressReport(JobProgressReportT &&value)
AWS_HEALTHLAKE_API ImportJobProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_HEALTHLAKE_API ImportJobProperties()=default
void SetEndTime(EndTimeT &&value)
void SetSubmitTime(SubmitTimeT &&value)
bool DataAccessRoleArnHasBeenSet() const
bool EndTimeHasBeenSet() const
const InputDataConfig & GetInputDataConfig() const
const JobProgressReport & GetJobProgressReport() const
JobStatus GetJobStatus() const
bool JobProgressReportHasBeenSet() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue