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>
53 template<
typename JobIdT = Aws::String>
54 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
55 template<
typename JobIdT = Aws::String>
65 template<
typename JobNameT = Aws::String>
66 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
67 template<
typename JobNameT = Aws::String>
88 template<
typename SubmitTimeT = Aws::Utils::DateTime>
89 void SetSubmitTime(SubmitTimeT&& value) { m_submitTimeHasBeenSet =
true; m_submitTime = std::forward<SubmitTimeT>(value); }
90 template<
typename SubmitTimeT = Aws::Utils::DateTime>
100 template<
typename EndTimeT = Aws::Utils::DateTime>
101 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
102 template<
typename EndTimeT = Aws::Utils::DateTime>
112 template<
typename DatastoreIdT = Aws::String>
113 void SetDatastoreId(DatastoreIdT&& value) { m_datastoreIdHasBeenSet =
true; m_datastoreId = std::forward<DatastoreIdT>(value); }
114 template<
typename DatastoreIdT = Aws::String>
125 template<
typename InputDataConfigT = InputDataConfig>
126 void SetInputDataConfig(InputDataConfigT&& value) { m_inputDataConfigHasBeenSet =
true; m_inputDataConfig = std::forward<InputDataConfigT>(value); }
127 template<
typename InputDataConfigT = InputDataConfig>
135 template<
typename JobOutputDataConfigT = OutputDataConfig>
136 void SetJobOutputDataConfig(JobOutputDataConfigT&& value) { m_jobOutputDataConfigHasBeenSet =
true; m_jobOutputDataConfig = std::forward<JobOutputDataConfigT>(value); }
137 template<
typename JobOutputDataConfigT = OutputDataConfig>
148 template<
typename JobProgressReportT = JobProgressReport>
149 void SetJobProgressReport(JobProgressReportT&& value) { m_jobProgressReportHasBeenSet =
true; m_jobProgressReport = std::forward<JobProgressReportT>(value); }
150 template<
typename JobProgressReportT = JobProgressReport>
161 template<
typename DataAccessRoleArnT = Aws::String>
162 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
163 template<
typename DataAccessRoleArnT = Aws::String>
174 template<
typename MessageT = Aws::String>
175 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
176 template<
typename MessageT = Aws::String>
182 bool m_jobIdHasBeenSet =
false;
185 bool m_jobNameHasBeenSet =
false;
188 bool m_jobStatusHasBeenSet =
false;
191 bool m_submitTimeHasBeenSet =
false;
194 bool m_endTimeHasBeenSet =
false;
197 bool m_datastoreIdHasBeenSet =
false;
199 InputDataConfig m_inputDataConfig;
200 bool m_inputDataConfigHasBeenSet =
false;
202 OutputDataConfig m_jobOutputDataConfig;
203 bool m_jobOutputDataConfigHasBeenSet =
false;
205 JobProgressReport m_jobProgressReport;
206 bool m_jobProgressReportHasBeenSet =
false;
209 bool m_dataAccessRoleArnHasBeenSet =
false;
212 bool m_messageHasBeenSet =
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 & WithInputDataConfig(InputDataConfigT &&value)
const Aws::String & GetJobId() const
ImportJobProperties & WithJobStatus(JobStatus value)
ImportJobProperties & WithEndTime(EndTimeT &&value)
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)
ImportJobProperties & WithJobName(JobNameT &&value)
ImportJobProperties & WithJobId(JobIdT &&value)
void SetJobName(JobNameT &&value)
const Aws::String & GetDatastoreId() 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