7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename ClusterT = Aws::String>
46 void SetCluster(ClusterT&& value) { m_clusterHasBeenSet =
true; m_cluster = std::forward<ClusterT>(value); }
47 template<
typename ClusterT = Aws::String>
57 template<
typename ServiceT = Aws::String>
58 void SetService(ServiceT&& value) { m_serviceHasBeenSet =
true; m_service = std::forward<ServiceT>(value); }
59 template<
typename ServiceT = Aws::String>
69 inline bool GetForce()
const {
return m_force; }
71 inline void SetForce(
bool value) { m_forceHasBeenSet =
true; m_force = value; }
77 bool m_clusterHasBeenSet =
false;
80 bool m_serviceHasBeenSet =
false;
83 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