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>
55 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
69 inline void SetJobName(
const char* value) { m_jobNameHasBeenSet =
true; m_jobName.assign(value); }
120 inline void SetDatastoreId(
const char* value) { m_datastoreIdHasBeenSet =
true; m_datastoreId.assign(value); }
171 inline void SetDataAccessRoleArn(
const char* value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn.assign(value); }
186 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
194 bool m_jobIdHasBeenSet =
false;
197 bool m_jobNameHasBeenSet =
false;
200 bool m_jobStatusHasBeenSet =
false;
203 bool m_submitTimeHasBeenSet =
false;
206 bool m_endTimeHasBeenSet =
false;
209 bool m_datastoreIdHasBeenSet =
false;
212 bool m_inputDataConfigHasBeenSet =
false;
215 bool m_jobOutputDataConfigHasBeenSet =
false;
218 bool m_jobProgressReportHasBeenSet =
false;
221 bool m_dataAccessRoleArnHasBeenSet =
false;
224 bool m_messageHasBeenSet =
false;
ImportJobProperties & WithJobName(const Aws::String &value)
void SetJobId(const char *value)
ImportJobProperties & WithSubmitTime(Aws::Utils::DateTime &&value)
void SetDatastoreId(const char *value)
bool JobStatusHasBeenSet() const
void SetJobName(Aws::String &&value)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
ImportJobProperties & WithJobName(const char *value)
const Aws::Utils::DateTime & GetSubmitTime() const
const Aws::String & GetMessage() const
const OutputDataConfig & GetJobOutputDataConfig() const
void SetMessage(const char *value)
const Aws::String & GetDataAccessRoleArn() const
ImportJobProperties & WithDataAccessRoleArn(Aws::String &&value)
void SetEndTime(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetEndTime() const
bool SubmitTimeHasBeenSet() const
ImportJobProperties & WithMessage(Aws::String &&value)
const Aws::String & GetJobName() const
ImportJobProperties & WithSubmitTime(const Aws::Utils::DateTime &value)
void SetDatastoreId(Aws::String &&value)
void SetSubmitTime(const Aws::Utils::DateTime &value)
ImportJobProperties & WithInputDataConfig(InputDataConfig &&value)
const Aws::String & GetJobId() const
void SetJobStatus(JobStatus &&value)
ImportJobProperties & WithDatastoreId(const Aws::String &value)
void SetJobName(const char *value)
void SetDataAccessRoleArn(const char *value)
bool JobOutputDataConfigHasBeenSet() const
ImportJobProperties & WithJobId(Aws::String &&value)
bool MessageHasBeenSet() const
void SetInputDataConfig(InputDataConfig &&value)
ImportJobProperties & WithJobStatus(const JobStatus &value)
bool DatastoreIdHasBeenSet() const
ImportJobProperties & WithInputDataConfig(const InputDataConfig &value)
ImportJobProperties & WithMessage(const char *value)
void SetSubmitTime(Aws::Utils::DateTime &&value)
ImportJobProperties & WithDatastoreId(Aws::String &&value)
ImportJobProperties & WithDataAccessRoleArn(const char *value)
void SetMessage(const Aws::String &value)
const Aws::String & GetDatastoreId() const
ImportJobProperties & WithJobId(const Aws::String &value)
void SetJobStatus(const JobStatus &value)
ImportJobProperties & WithJobId(const char *value)
void SetEndTime(Aws::Utils::DateTime &&value)
void SetJobProgressReport(const JobProgressReport &value)
ImportJobProperties & WithJobOutputDataConfig(const OutputDataConfig &value)
void SetJobOutputDataConfig(const OutputDataConfig &value)
bool JobIdHasBeenSet() const
bool JobNameHasBeenSet() const
AWS_HEALTHLAKE_API ImportJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
ImportJobProperties & WithJobProgressReport(JobProgressReport &&value)
bool InputDataConfigHasBeenSet() const
ImportJobProperties & WithDataAccessRoleArn(const Aws::String &value)
AWS_HEALTHLAKE_API ImportJobProperties()
AWS_HEALTHLAKE_API ImportJobProperties(Aws::Utils::Json::JsonView jsonValue)
void SetDataAccessRoleArn(const Aws::String &value)
void SetJobId(const Aws::String &value)
void SetJobOutputDataConfig(OutputDataConfig &&value)
void SetInputDataConfig(const InputDataConfig &value)
void SetMessage(Aws::String &&value)
ImportJobProperties & WithEndTime(const Aws::Utils::DateTime &value)
bool DataAccessRoleArnHasBeenSet() const
void SetDataAccessRoleArn(Aws::String &&value)
ImportJobProperties & WithJobOutputDataConfig(OutputDataConfig &&value)
void SetDatastoreId(const Aws::String &value)
const JobStatus & GetJobStatus() const
bool EndTimeHasBeenSet() const
const InputDataConfig & GetInputDataConfig() const
ImportJobProperties & WithEndTime(Aws::Utils::DateTime &&value)
ImportJobProperties & WithJobName(Aws::String &&value)
const JobProgressReport & GetJobProgressReport() const
void SetJobProgressReport(JobProgressReport &&value)
void SetJobId(Aws::String &&value)
ImportJobProperties & WithJobStatus(JobStatus &&value)
ImportJobProperties & WithJobProgressReport(const JobProgressReport &value)
bool JobProgressReportHasBeenSet() const
void SetJobName(const Aws::String &value)
ImportJobProperties & WithDatastoreId(const char *value)
ImportJobProperties & WithMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue