7#include <aws/healthlake/HealthLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/healthlake/model/JobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/healthlake/model/InputDataConfig.h>
12#include <aws/healthlake/model/OutputDataConfig.h>
13#include <aws/healthlake/model/JobProgressReport.h>
14#include <aws/healthlake/model/ValidationLevel.h>
52 template<
typename JobIdT = Aws::String>
53 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
54 template<
typename JobIdT = Aws::String>
64 template<
typename JobNameT = Aws::String>
65 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
66 template<
typename JobNameT = Aws::String>
86 template<
typename SubmitTimeT = Aws::Utils::DateTime>
87 void SetSubmitTime(SubmitTimeT&& value) { m_submitTimeHasBeenSet =
true; m_submitTime = std::forward<SubmitTimeT>(value); }
88 template<
typename SubmitTimeT = Aws::Utils::DateTime>
98 template<
typename EndTimeT = Aws::Utils::DateTime>
99 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
100 template<
typename EndTimeT = Aws::Utils::DateTime>
110 template<
typename DatastoreIdT = Aws::String>
111 void SetDatastoreId(DatastoreIdT&& value) { m_datastoreIdHasBeenSet =
true; m_datastoreId = std::forward<DatastoreIdT>(value); }
112 template<
typename DatastoreIdT = Aws::String>
122 template<
typename InputDataConfigT = InputDataConfig>
123 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
124 template<
typename InputDataConfigT = InputDataConfig>
132 template<
typename JobOutputDataConfigT = OutputDataConfig>
133 void SetJobOutputDataConfig(JobOutputDataConfigT&& value) { m_jobOutputDataConfigHasBeenSet =
true; m_jobOutputDataConfig = std::forward<JobOutputDataConfigT>(value); }
134 template<
typename JobOutputDataConfigT = OutputDataConfig>
145 template<
typename JobProgressReportT = JobProgressReport>
146 void SetJobProgressReport(JobProgressReportT&& value) { m_jobProgressReportHasBeenSet =
true; m_jobProgressReport = std::forward<JobProgressReportT>(value); }
147 template<
typename JobProgressReportT = JobProgressReport>
158 template<
typename DataAccessRoleArnT = Aws::String>
159 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
160 template<
typename DataAccessRoleArnT = Aws::String>
171 template<
typename MessageT = Aws::String>
172 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
173 template<
typename MessageT = Aws::String>
189 bool m_jobIdHasBeenSet =
false;
192 bool m_jobNameHasBeenSet =
false;
195 bool m_jobStatusHasBeenSet =
false;
198 bool m_submitTimeHasBeenSet =
false;
201 bool m_endTimeHasBeenSet =
false;
204 bool m_datastoreIdHasBeenSet =
false;
206 InputDataConfig m_inputDataConfig;
207 bool m_inputDataConfigHasBeenSet =
false;
209 OutputDataConfig m_jobOutputDataConfig;
210 bool m_jobOutputDataConfigHasBeenSet =
false;
212 JobProgressReport m_jobProgressReport;
213 bool m_jobProgressReportHasBeenSet =
false;
216 bool m_dataAccessRoleArnHasBeenSet =
false;
219 bool m_messageHasBeenSet =
false;
222 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