7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/ecs/ECS_EXPORTS.h>
41 template <
typename ClusterT = Aws::String>
43 m_clusterHasBeenSet =
true;
44 m_cluster = std::forward<ClusterT>(value);
46 template <
typename ClusterT = Aws::String>
59 template <
typename ServiceT = Aws::String>
61 m_serviceHasBeenSet =
true;
62 m_service = std::forward<ServiceT>(value);
64 template <
typename ServiceT = Aws::String>
77 inline bool GetForce()
const {
return m_force; }
80 m_forceHasBeenSet =
true;
94 bool m_clusterHasBeenSet =
false;
95 bool m_serviceHasBeenSet =
false;
96 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