7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/JobRunError.h>
11#include <aws/datazone/model/JobRunMode.h>
12#include <aws/datazone/model/JobRunStatus.h>
13#include <aws/datazone/model/JobType.h>
45 template <
typename DomainIdT = Aws::String>
47 m_domainIdHasBeenSet =
true;
48 m_domainId = std::forward<DomainIdT>(value);
50 template <
typename DomainIdT = Aws::String>
63 template <
typename JobIdT = Aws::String>
65 m_jobIdHasBeenSet =
true;
66 m_jobId = std::forward<JobIdT>(value);
68 template <
typename JobIdT = Aws::String>
70 SetJobId(std::forward<JobIdT>(value));
82 m_jobTypeHasBeenSet =
true;
97 template <
typename RunIdT = Aws::String>
99 m_runIdHasBeenSet =
true;
100 m_runId = std::forward<RunIdT>(value);
102 template <
typename RunIdT = Aws::String>
104 SetRunId(std::forward<RunIdT>(value));
116 m_runModeHasBeenSet =
true;
132 m_statusHasBeenSet =
true;
147 template <
typename ErrorT = JobRunError>
149 m_errorHasBeenSet =
true;
150 m_error = std::forward<ErrorT>(value);
152 template <
typename ErrorT = JobRunError>
154 SetError(std::forward<ErrorT>(value));
165 template <
typename CreatedByT = Aws::String>
167 m_createdByHasBeenSet =
true;
168 m_createdBy = std::forward<CreatedByT>(value);
170 template <
typename CreatedByT = Aws::String>
183 template <
typename CreatedAtT = Aws::Utils::DateTime>
185 m_createdAtHasBeenSet =
true;
186 m_createdAt = std::forward<CreatedAtT>(value);
188 template <
typename CreatedAtT = Aws::Utils::DateTime>
201 template <
typename StartTimeT = Aws::Utils::DateTime>
203 m_startTimeHasBeenSet =
true;
204 m_startTime = std::forward<StartTimeT>(value);
206 template <
typename StartTimeT = Aws::Utils::DateTime>
219 template <
typename EndTimeT = Aws::Utils::DateTime>
221 m_endTimeHasBeenSet =
true;
222 m_endTime = std::forward<EndTimeT>(value);
224 template <
typename EndTimeT = Aws::Utils::DateTime>
252 bool m_domainIdHasBeenSet =
false;
253 bool m_jobIdHasBeenSet =
false;
254 bool m_jobTypeHasBeenSet =
false;
255 bool m_runIdHasBeenSet =
false;
256 bool m_runModeHasBeenSet =
false;
257 bool m_statusHasBeenSet =
false;
258 bool m_errorHasBeenSet =
false;
259 bool m_createdByHasBeenSet =
false;
260 bool m_createdAtHasBeenSet =
false;
261 bool m_startTimeHasBeenSet =
false;
262 bool m_endTimeHasBeenSet =
false;
AWS_DATAZONE_API JobRunSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCreatedBy() const
void SetJobId(JobIdT &&value)
void SetStartTime(StartTimeT &&value)
AWS_DATAZONE_API JobRunSummary()=default
bool StartTimeHasBeenSet() const
const Aws::String & GetDomainId() const
const JobRunError & GetError() const
JobRunMode GetRunMode() const
JobRunSummary & WithRunMode(JobRunMode value)
bool JobIdHasBeenSet() const
void SetError(ErrorT &&value)
JobType GetJobType() const
const Aws::String & GetRunId() const
JobRunSummary & WithCreatedAt(CreatedAtT &&value)
JobRunSummary & WithError(ErrorT &&value)
bool DomainIdHasBeenSet() const
bool EndTimeHasBeenSet() const
JobRunSummary & WithStartTime(StartTimeT &&value)
bool RunModeHasBeenSet() const
void SetJobType(JobType value)
void SetStatus(JobRunStatus value)
const Aws::Utils::DateTime & GetStartTime() const
JobRunSummary & WithRunId(RunIdT &&value)
JobRunStatus GetStatus() const
const Aws::Utils::DateTime & GetCreatedAt() const
JobRunSummary & WithJobType(JobType value)
void SetRunId(RunIdT &&value)
bool CreatedByHasBeenSet() const
AWS_DATAZONE_API JobRunSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
JobRunSummary & WithEndTime(EndTimeT &&value)
bool CreatedAtHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
JobRunSummary & WithDomainId(DomainIdT &&value)
bool JobTypeHasBeenSet() const
JobRunSummary & WithStatus(JobRunStatus value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetJobId() const
JobRunSummary & WithCreatedBy(CreatedByT &&value)
bool RunIdHasBeenSet() const
const Aws::Utils::DateTime & GetEndTime() const
bool ErrorHasBeenSet() const
JobRunSummary & WithJobId(JobIdT &&value)
void SetEndTime(EndTimeT &&value)
void SetRunMode(JobRunMode value)
void SetDomainId(DomainIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue