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/SourceFormat.h>
11#include <aws/healthlake/model/TransformationJobStatus.h>
45 template <
typename JobIdT = Aws::String>
47 m_jobIdHasBeenSet =
true;
48 m_jobId = std::forward<JobIdT>(value);
50 template <
typename JobIdT = Aws::String>
52 SetJobId(std::forward<JobIdT>(value));
64 m_jobStatusHasBeenSet =
true;
79 template <
typename SubmitTimeT = Aws::Utils::DateTime>
81 m_submitTimeHasBeenSet =
true;
82 m_submitTime = std::forward<SubmitTimeT>(value);
84 template <
typename SubmitTimeT = Aws::Utils::DateTime>
97 template <
typename JobNameT = Aws::String>
99 m_jobNameHasBeenSet =
true;
100 m_jobName = std::forward<JobNameT>(value);
102 template <
typename JobNameT = Aws::String>
115 template <
typename EndTimeT = Aws::Utils::DateTime>
117 m_endTimeHasBeenSet =
true;
118 m_endTime = std::forward<EndTimeT>(value);
120 template <
typename EndTimeT = Aws::Utils::DateTime>
134 m_sourceFormatHasBeenSet =
true;
135 m_sourceFormat = value;
154 bool m_jobIdHasBeenSet =
false;
155 bool m_jobStatusHasBeenSet =
false;
156 bool m_submitTimeHasBeenSet =
false;
157 bool m_jobNameHasBeenSet =
false;
158 bool m_endTimeHasBeenSet =
false;
159 bool m_sourceFormatHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue