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/OutputDataConfig.h>
50 template<
typename JobIdT = Aws::String>
51 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
52 template<
typename JobIdT = Aws::String>
62 template<
typename JobNameT = Aws::String>
63 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
64 template<
typename JobNameT = Aws::String>
85 template<
typename SubmitTimeT = Aws::Utils::DateTime>
86 void SetSubmitTime(SubmitTimeT&& value) { m_submitTimeHasBeenSet =
true; m_submitTime = std::forward<SubmitTimeT>(value); }
87 template<
typename SubmitTimeT = Aws::Utils::DateTime>
97 template<
typename EndTimeT = Aws::Utils::DateTime>
98 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
99 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>
123 template<
typename OutputDataConfigT = OutputDataConfig>
124 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
125 template<
typename OutputDataConfigT = OutputDataConfig>
135 template<
typename DataAccessRoleArnT = Aws::String>
136 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
137 template<
typename DataAccessRoleArnT = Aws::String>
148 template<
typename MessageT = Aws::String>
149 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
150 template<
typename MessageT = Aws::String>
156 bool m_jobIdHasBeenSet =
false;
159 bool m_jobNameHasBeenSet =
false;
162 bool m_jobStatusHasBeenSet =
false;
165 bool m_submitTimeHasBeenSet =
false;
168 bool m_endTimeHasBeenSet =
false;
171 bool m_datastoreIdHasBeenSet =
false;
173 OutputDataConfig m_outputDataConfig;
174 bool m_outputDataConfigHasBeenSet =
false;
177 bool m_dataAccessRoleArnHasBeenSet =
false;
180 bool m_messageHasBeenSet =
false;
ExportJobProperties & WithMessage(MessageT &&value)
bool JobStatusHasBeenSet() const
ExportJobProperties & WithDatastoreId(DatastoreIdT &&value)
const Aws::String & GetDatastoreId() const
const Aws::String & GetDataAccessRoleArn() const
bool JobIdHasBeenSet() const
bool DatastoreIdHasBeenSet() const
JobStatus GetJobStatus() const
bool DataAccessRoleArnHasBeenSet() const
const Aws::String & GetJobName() const
ExportJobProperties & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
void SetJobId(JobIdT &&value)
ExportJobProperties & WithJobName(JobNameT &&value)
ExportJobProperties & WithEndTime(EndTimeT &&value)
ExportJobProperties & WithOutputDataConfig(OutputDataConfigT &&value)
ExportJobProperties & WithJobStatus(JobStatus value)
bool SubmitTimeHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
bool MessageHasBeenSet() const
const Aws::Utils::DateTime & GetSubmitTime() const
AWS_HEALTHLAKE_API ExportJobProperties()=default
bool OutputDataConfigHasBeenSet() const
void SetOutputDataConfig(OutputDataConfigT &&value)
void SetJobStatus(JobStatus value)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_HEALTHLAKE_API ExportJobProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
const OutputDataConfig & GetOutputDataConfig() const
void SetMessage(MessageT &&value)
void SetDatastoreId(DatastoreIdT &&value)
void SetEndTime(EndTimeT &&value)
AWS_HEALTHLAKE_API ExportJobProperties(Aws::Utils::Json::JsonView jsonValue)
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
bool EndTimeHasBeenSet() const
ExportJobProperties & WithJobId(JobIdT &&value)
void SetSubmitTime(SubmitTimeT &&value)
bool JobNameHasBeenSet() const
void SetJobName(JobNameT &&value)
ExportJobProperties & WithSubmitTime(SubmitTimeT &&value)
const Aws::String & GetJobId() const
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue