7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/ecs/ECS_EXPORTS.h>
44 template <
typename ClusterT = Aws::String>
46 m_clusterHasBeenSet =
true;
47 m_cluster = std::forward<ClusterT>(value);
49 template <
typename ClusterT = Aws::String>
62 template <
typename ServiceT = Aws::String>
64 m_serviceHasBeenSet =
true;
65 m_service = std::forward<ServiceT>(value);
67 template <
typename ServiceT = Aws::String>
80 inline bool GetForce()
const {
return m_force; }
83 m_forceHasBeenSet =
true;
97 bool m_clusterHasBeenSet =
false;
98 bool m_serviceHasBeenSet =
false;
99 bool m_forceHasBeenSet =
false;
AWS_ECS_API DeleteServiceRequest()=default
bool ClusterHasBeenSet() const
const Aws::String & GetService() const
void SetService(ServiceT &&value)
DeleteServiceRequest & WithCluster(ClusterT &&value)
void SetForce(bool value)
const Aws::String & GetCluster() const
DeleteServiceRequest & WithService(ServiceT &&value)
void SetCluster(ClusterT &&value)
virtual const char * GetServiceRequestName() const override
DeleteServiceRequest & WithForce(bool value)
bool ForceHasBeenSet() const
AWS_ECS_API Aws::String SerializePayload() const override
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ServiceHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String