7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace MainframeModernization
40 template<
typename ExecutionIdT = Aws::String>
41 void SetExecutionId(ExecutionIdT&& value) { m_executionIdHasBeenSet =
true; m_executionId = std::forward<ExecutionIdT>(value); }
42 template<
typename ExecutionIdT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_executionIdHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
void SetExecutionId(ExecutionIdT &&value)
const Aws::String & GetExecutionId() const
const Aws::String & GetRequestId() const
StartBatchJobResult & WithExecutionId(ExecutionIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_MAINFRAMEMODERNIZATION_API StartBatchJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartBatchJobResult & WithRequestId(RequestIdT &&value)
AWS_MAINFRAMEMODERNIZATION_API StartBatchJobResult()=default
AWS_MAINFRAMEMODERNIZATION_API StartBatchJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue