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/JobStatus.h>
11#include <aws/healthlake/model/OutputDataConfig.h>
43 template <
typename JobIdT = Aws::String>
45 m_jobIdHasBeenSet =
true;
46 m_jobId = std::forward<JobIdT>(value);
48 template <
typename JobIdT = Aws::String>
50 SetJobId(std::forward<JobIdT>(value));
61 template <
typename JobNameT = Aws::String>
63 m_jobNameHasBeenSet =
true;
64 m_jobName = std::forward<JobNameT>(value);
66 template <
typename JobNameT = Aws::String>
80 m_jobStatusHasBeenSet =
true;
95 template <
typename SubmitTimeT = Aws::Utils::DateTime>
97 m_submitTimeHasBeenSet =
true;
98 m_submitTime = std::forward<SubmitTimeT>(value);
100 template <
typename SubmitTimeT = Aws::Utils::DateTime>
113 template <
typename EndTimeT = Aws::Utils::DateTime>
115 m_endTimeHasBeenSet =
true;
116 m_endTime = std::forward<EndTimeT>(value);
118 template <
typename EndTimeT = Aws::Utils::DateTime>
131 template <
typename DatastoreIdT = Aws::String>
133 m_datastoreIdHasBeenSet =
true;
134 m_datastoreId = std::forward<DatastoreIdT>(value);
136 template <
typename DatastoreIdT = Aws::String>
149 template <
typename OutputDataConfigT = OutputDataConfig>
151 m_outputDataConfigHasBeenSet =
true;
152 m_outputDataConfig = std::forward<OutputDataConfigT>(value);
154 template <
typename OutputDataConfigT = OutputDataConfig>
168 template <
typename DataAccessRoleArnT = Aws::String>
170 m_dataAccessRoleArnHasBeenSet =
true;
171 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
173 template <
typename DataAccessRoleArnT = Aws::String>
187 template <
typename MessageT = Aws::String>
189 m_messageHasBeenSet =
true;
190 m_message = std::forward<MessageT>(value);
192 template <
typename MessageT = Aws::String>
211 OutputDataConfig m_outputDataConfig;
216 bool m_jobIdHasBeenSet =
false;
217 bool m_jobNameHasBeenSet =
false;
218 bool m_jobStatusHasBeenSet =
false;
219 bool m_submitTimeHasBeenSet =
false;
220 bool m_endTimeHasBeenSet =
false;
221 bool m_datastoreIdHasBeenSet =
false;
222 bool m_outputDataConfigHasBeenSet =
false;
223 bool m_dataAccessRoleArnHasBeenSet =
false;
224 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