7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/JobRunError.h>
11#include <aws/datazone/model/JobType.h>
12#include <aws/datazone/model/JobRunMode.h>
13#include <aws/datazone/model/JobRunStatus.h>
51 template<
typename CreatedAtT = Aws::Utils::DateTime>
52 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
53 template<
typename CreatedAtT = Aws::Utils::DateTime>
63 template<
typename CreatedByT = Aws::String>
64 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
65 template<
typename CreatedByT = Aws::String>
75 template<
typename DomainIdT = Aws::String>
76 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
77 template<
typename DomainIdT = Aws::String>
87 template<
typename EndTimeT = Aws::Utils::DateTime>
88 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
89 template<
typename EndTimeT = Aws::Utils::DateTime>
99 template<
typename ErrorT = JobRunError>
100 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
101 template<
typename ErrorT = JobRunError>
111 template<
typename JobIdT = Aws::String>
112 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
113 template<
typename JobIdT = Aws::String>
133 template<
typename RunIdT = Aws::String>
134 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
135 template<
typename RunIdT = Aws::String>
155 template<
typename StartTimeT = Aws::Utils::DateTime>
156 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
157 template<
typename StartTimeT = Aws::Utils::DateTime>
173 bool m_createdAtHasBeenSet =
false;
176 bool m_createdByHasBeenSet =
false;
179 bool m_domainIdHasBeenSet =
false;
182 bool m_endTimeHasBeenSet =
false;
185 bool m_errorHasBeenSet =
false;
188 bool m_jobIdHasBeenSet =
false;
191 bool m_jobTypeHasBeenSet =
false;
194 bool m_runIdHasBeenSet =
false;
197 bool m_runModeHasBeenSet =
false;
200 bool m_startTimeHasBeenSet =
false;
203 bool m_statusHasBeenSet =
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