7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/m2/MainframeModernization_EXPORTS.h>
9#include <aws/m2/model/JobStepRestartMarker.h>
20namespace MainframeModernization {
43 template <
typename ExecutionIdT = Aws::String>
45 m_executionIdHasBeenSet =
true;
46 m_executionId = std::forward<ExecutionIdT>(value);
48 template <
typename ExecutionIdT = Aws::String>
61 template <
typename JobStepRestartMarkerT = JobStepRestartMarker>
63 m_jobStepRestartMarkerHasBeenSet =
true;
64 m_jobStepRestartMarker = std::forward<JobStepRestartMarkerT>(value);
66 template <
typename JobStepRestartMarkerT = JobStepRestartMarker>
76 bool m_executionIdHasBeenSet =
false;
77 bool m_jobStepRestartMarkerHasBeenSet =
false;
void SetJobStepRestartMarker(JobStepRestartMarkerT &&value)
RestartBatchJobIdentifier & WithExecutionId(ExecutionIdT &&value)
void SetExecutionId(ExecutionIdT &&value)
const Aws::String & GetExecutionId() const
AWS_MAINFRAMEMODERNIZATION_API RestartBatchJobIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
RestartBatchJobIdentifier & WithJobStepRestartMarker(JobStepRestartMarkerT &&value)
bool JobStepRestartMarkerHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API RestartBatchJobIdentifier(Aws::Utils::Json::JsonView jsonValue)
AWS_MAINFRAMEMODERNIZATION_API RestartBatchJobIdentifier()=default
const JobStepRestartMarker & GetJobStepRestartMarker() const
bool ExecutionIdHasBeenSet() const
AWS_MAINFRAMEMODERNIZATION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue