7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/m2/MainframeModernization_EXPORTS.h>
10#include <aws/m2/model/BatchJobExecutionStatus.h>
11#include <aws/m2/model/BatchJobIdentifier.h>
12#include <aws/m2/model/BatchJobType.h>
23namespace MainframeModernization {
45 template <
typename ApplicationIdT = Aws::String>
47 m_applicationIdHasBeenSet =
true;
48 m_applicationId = std::forward<ApplicationIdT>(value);
50 template <
typename ApplicationIdT = Aws::String>
63 template <
typename BatchJobIdentifierT = BatchJobIdentifier>
65 m_batchJobIdentifierHasBeenSet =
true;
66 m_batchJobIdentifier = std::forward<BatchJobIdentifierT>(value);
68 template <
typename BatchJobIdentifierT = BatchJobIdentifier>
81 template <
typename EndTimeT = Aws::Utils::DateTime>
83 m_endTimeHasBeenSet =
true;
84 m_endTime = std::forward<EndTimeT>(value);
86 template <
typename EndTimeT = Aws::Utils::DateTime>
99 template <
typename ExecutionIdT = Aws::String>
101 m_executionIdHasBeenSet =
true;
102 m_executionId = std::forward<ExecutionIdT>(value);
104 template <
typename ExecutionIdT = Aws::String>
117 template <
typename JobIdT = Aws::String>
119 m_jobIdHasBeenSet =
true;
120 m_jobId = std::forward<JobIdT>(value);
122 template <
typename JobIdT = Aws::String>
124 SetJobId(std::forward<JobIdT>(value));
135 template <
typename JobNameT = Aws::String>
137 m_jobNameHasBeenSet =
true;
138 m_jobName = std::forward<JobNameT>(value);
140 template <
typename JobNameT = Aws::String>
154 m_jobTypeHasBeenSet =
true;
173 template <
typename ReturnCodeT = Aws::String>
175 m_returnCodeHasBeenSet =
true;
176 m_returnCode = std::forward<ReturnCodeT>(value);
178 template <
typename ReturnCodeT = Aws::String>
191 template <
typename StartTimeT = Aws::Utils::DateTime>
193 m_startTimeHasBeenSet =
true;
194 m_startTime = std::forward<StartTimeT>(value);
196 template <
typename StartTimeT = Aws::Utils::DateTime>
210 m_statusHasBeenSet =
true;
238 bool m_applicationIdHasBeenSet =
false;
239 bool m_batchJobIdentifierHasBeenSet =
false;
240 bool m_endTimeHasBeenSet =
false;
241 bool m_executionIdHasBeenSet =
false;
242 bool m_jobIdHasBeenSet =
false;
243 bool m_jobNameHasBeenSet =
false;
244 bool m_jobTypeHasBeenSet =
false;
245 bool m_returnCodeHasBeenSet =
false;
246 bool m_startTimeHasBeenSet =
false;
247 bool m_statusHasBeenSet =
false;
BatchJobExecutionSummary & WithBatchJobIdentifier(BatchJobIdentifierT &&value)
BatchJobExecutionSummary & WithStatus(BatchJobExecutionStatus value)
void SetExecutionId(ExecutionIdT &&value)
BatchJobExecutionSummary & WithReturnCode(ReturnCodeT &&value)
AWS_MAINFRAMEMODERNIZATION_API BatchJobExecutionSummary()=default
const BatchJobIdentifier & GetBatchJobIdentifier() const
bool ExecutionIdHasBeenSet() const
BatchJobExecutionSummary & WithEndTime(EndTimeT &&value)
void SetBatchJobIdentifier(BatchJobIdentifierT &&value)
BatchJobType GetJobType() const
BatchJobExecutionStatus GetStatus() const
void SetJobName(JobNameT &&value)
void SetStatus(BatchJobExecutionStatus value)
BatchJobExecutionSummary & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
bool JobIdHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool StartTimeHasBeenSet() const
const Aws::String & GetApplicationId() const
const Aws::String & GetJobId() const
void SetEndTime(EndTimeT &&value)
BatchJobExecutionSummary & WithJobType(BatchJobType value)
bool ReturnCodeHasBeenSet() const
BatchJobExecutionSummary & WithJobName(JobNameT &&value)
const Aws::Utils::DateTime & GetStartTime() const
bool ApplicationIdHasBeenSet() const
bool JobTypeHasBeenSet() const
const Aws::String & GetExecutionId() const
void SetStartTime(StartTimeT &&value)
const Aws::String & GetReturnCode() const
BatchJobExecutionSummary & WithApplicationId(ApplicationIdT &&value)
bool BatchJobIdentifierHasBeenSet() const
void SetReturnCode(ReturnCodeT &&value)
BatchJobExecutionSummary & WithExecutionId(ExecutionIdT &&value)
bool EndTimeHasBeenSet() const
const Aws::String & GetJobName() const
BatchJobExecutionSummary & WithJobId(JobIdT &&value)
void SetApplicationId(ApplicationIdT &&value)
bool JobNameHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API BatchJobExecutionSummary(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(JobIdT &&value)
AWS_MAINFRAMEMODERNIZATION_API BatchJobExecutionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool StatusHasBeenSet() const
void SetJobType(BatchJobType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue