7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/SSM_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename AutomationExecutionIdT = Aws::String>
38 m_automationExecutionIdHasBeenSet =
true;
39 m_automationExecutionId = std::forward<AutomationExecutionIdT>(value);
41 template <
typename AutomationExecutionIdT = Aws::String>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_automationExecutionIdHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetAutomationExecutionId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_SSM_API StartChangeRequestExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAutomationExecutionId(AutomationExecutionIdT &&value)
const Aws::String & GetRequestId() const
AWS_SSM_API StartChangeRequestExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartChangeRequestExecutionResult & WithRequestId(RequestIdT &&value)
AWS_SSM_API StartChangeRequestExecutionResult()=default
StartChangeRequestExecutionResult & WithAutomationExecutionId(AutomationExecutionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue