7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/m2/model/JobStepRestartMarker.h>
22namespace MainframeModernization
49 template<
typename ExecutionIdT = Aws::String>
50 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet =
true; m_executionId = std::forward<ExecutionIdT>(value); }
51 template<
typename ExecutionIdT = Aws::String>
61 template<
typename JobStepRestartMarkerT = JobStepRestartMarker>
62 void SetJobStepRestartMarker(JobStepRestartMarkerT&& value) { m_jobStepRestartMarkerHasBeenSet =
true; m_jobStepRestartMarker = std::forward<JobStepRestartMarkerT>(value); }
63 template<
typename JobStepRestartMarkerT = JobStepRestartMarker>
69 bool m_executionIdHasBeenSet =
false;
72 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