7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/StopType.h>
40 template <
typename AutomationExecutionIdT = Aws::String>
42 m_automationExecutionIdHasBeenSet =
true;
43 m_automationExecutionId = std::forward<AutomationExecutionIdT>(value);
45 template <
typename AutomationExecutionIdT = Aws::String>
60 m_typeHasBeenSet =
true;
72 bool m_automationExecutionIdHasBeenSet =
false;
73 bool m_typeHasBeenSet =
false;
AWS_SSM_API Aws::String SerializePayload() const override
const Aws::String & GetAutomationExecutionId() const
bool AutomationExecutionIdHasBeenSet() const
void SetAutomationExecutionId(AutomationExecutionIdT &&value)
void SetType(StopType value)
StopAutomationExecutionRequest & WithAutomationExecutionId(AutomationExecutionIdT &&value)
StopAutomationExecutionRequest & WithType(StopType value)
AWS_SSM_API StopAutomationExecutionRequest()=default
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool TypeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String