7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ecs/model/StopServiceDeploymentStopType.h>
44 template<
typename ServiceDeploymentArnT = Aws::String>
45 void SetServiceDeploymentArn(ServiceDeploymentArnT&& value) { m_serviceDeploymentArnHasBeenSet =
true; m_serviceDeploymentArn = std::forward<ServiceDeploymentArnT>(value); }
46 template<
typename ServiceDeploymentArnT = Aws::String>
63 bool m_serviceDeploymentArnHasBeenSet =
false;
66 bool m_stopTypeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_ECS_API Aws::String SerializePayload() const override
StopServiceDeploymentStopType GetStopType() const
const Aws::String & GetServiceDeploymentArn() const
void SetStopType(StopServiceDeploymentStopType value)
StopServiceDeploymentRequest & WithServiceDeploymentArn(ServiceDeploymentArnT &&value)
StopServiceDeploymentRequest & WithStopType(StopServiceDeploymentStopType value)
AWS_ECS_API StopServiceDeploymentRequest()=default
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ServiceDeploymentArnHasBeenSet() const
bool StopTypeHasBeenSet() const
void SetServiceDeploymentArn(ServiceDeploymentArnT &&value)
StopServiceDeploymentStopType
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String