7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/SSMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm/model/StopType.h>
44 template<
typename AutomationExecutionIdT = Aws::String>
45 void SetAutomationExecutionId(AutomationExecutionIdT&& value) { m_automationExecutionIdHasBeenSet =
true; m_automationExecutionId = std::forward<AutomationExecutionIdT>(value); }
46 template<
typename AutomationExecutionIdT = Aws::String>
63 bool m_automationExecutionIdHasBeenSet =
false;
66 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