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>
46 inline void SetAutomationExecutionId(
const char* value) { m_automationExecutionIdHasBeenSet =
true; m_automationExecutionId.assign(value); }
59 inline void SetType(
const StopType& value) { m_typeHasBeenSet =
true; m_type = value; }
60 inline void SetType(
StopType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
67 bool m_automationExecutionIdHasBeenSet =
false;
70 bool m_typeHasBeenSet =
false;
AWS_SSM_API Aws::String SerializePayload() const override
const StopType & GetType() const
const Aws::String & GetAutomationExecutionId() const
bool AutomationExecutionIdHasBeenSet() const
void SetType(StopType &&value)
void SetAutomationExecutionId(const char *value)
void SetAutomationExecutionId(const Aws::String &value)
StopAutomationExecutionRequest & WithType(StopType &&value)
StopAutomationExecutionRequest & WithAutomationExecutionId(const Aws::String &value)
AWS_SSM_API StopAutomationExecutionRequest()
void SetAutomationExecutionId(Aws::String &&value)
AWS_SSM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
StopAutomationExecutionRequest & WithAutomationExecutionId(const char *value)
virtual const char * GetServiceRequestName() const override
StopAutomationExecutionRequest & WithAutomationExecutionId(Aws::String &&value)
void SetType(const StopType &value)
bool TypeHasBeenSet() const
StopAutomationExecutionRequest & WithType(const StopType &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String