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>
49 template<
typename JobIdT = Aws::String>
50 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
51 template<
typename JobIdT = Aws::String>
61 template<
typename JobNameT = Aws::String>
62 void SetJobName(JobNameT&& value) { m_jobNameHasBeenSet =
true; m_jobName = std::forward<JobNameT>(value); }
63 template<
typename JobNameT = Aws::String>
83 template<
typename SubmitTimeT = Aws::Utils::DateTime>
84 void SetSubmitTime(SubmitTimeT&& value) { m_submitTimeHasBeenSet =
true; m_submitTime = std::forward<SubmitTimeT>(value); }
85 template<
typename SubmitTimeT = Aws::Utils::DateTime>
95 template<
typename EndTimeT = Aws::Utils::DateTime>
96 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
97 template<
typename EndTimeT = Aws::Utils::DateTime>
107 template<
typename DatastoreIdT = Aws::String>
108 void SetDatastoreId(DatastoreIdT&& value) { m_datastoreIdHasBeenSet =
true; m_datastoreId = std::forward<DatastoreIdT>(value); }
109 template<
typename DatastoreIdT = Aws::String>
119 template<
typename OutputDataConfigT = OutputDataConfig>
120 void SetOutputDataConfig(OutputDataConfigT&& value) { m_outputDataConfigHasBeenSet =
true; m_outputDataConfig = std::forward<OutputDataConfigT>(value); }
121 template<
typename OutputDataConfigT = OutputDataConfig>
132 template<
typename DataAccessRoleArnT = Aws::String>
133 void SetDataAccessRoleArn(DataAccessRoleArnT&& value) { m_dataAccessRoleArnHasBeenSet =
true; m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value); }
134 template<
typename DataAccessRoleArnT = Aws::String>
145 template<
typename MessageT = Aws::String>
146 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
147 template<
typename MessageT = Aws::String>
153 bool m_jobIdHasBeenSet =
false;
156 bool m_jobNameHasBeenSet =
false;
159 bool m_jobStatusHasBeenSet =
false;
162 bool m_submitTimeHasBeenSet =
false;
165 bool m_endTimeHasBeenSet =
false;
168 bool m_datastoreIdHasBeenSet =
false;
170 OutputDataConfig m_outputDataConfig;
171 bool m_outputDataConfigHasBeenSet =
false;
174 bool m_dataAccessRoleArnHasBeenSet =
false;
177 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