7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/ecs/ECS_EXPORTS.h>
40 template <
typename ClusterT = Aws::String>
42 m_clusterHasBeenSet =
true;
43 m_cluster = std::forward<ClusterT>(value);
45 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>
78 template <
typename TaskSetT = Aws::String>
80 m_taskSetHasBeenSet =
true;
81 m_taskSet = std::forward<TaskSetT>(value);
83 template <
typename TaskSetT = Aws::String>
95 inline bool GetForce()
const {
return m_force; }
98 m_forceHasBeenSet =
true;
114 bool m_clusterHasBeenSet =
false;
115 bool m_serviceHasBeenSet =
false;
116 bool m_taskSetHasBeenSet =
false;
117 bool m_forceHasBeenSet =
false;
void SetTaskSet(TaskSetT &&value)
DeleteTaskSetRequest & WithService(ServiceT &&value)
virtual const char * GetServiceRequestName() const override
DeleteTaskSetRequest & WithCluster(ClusterT &&value)
void SetService(ServiceT &&value)
bool ClusterHasBeenSet() const
const Aws::String & GetService() const
AWS_ECS_API DeleteTaskSetRequest()=default
const Aws::String & GetTaskSet() const
void SetForce(bool value)
DeleteTaskSetRequest & WithForce(bool value)
DeleteTaskSetRequest & WithTaskSet(TaskSetT &&value)
bool ForceHasBeenSet() const
void SetCluster(ClusterT &&value)
AWS_ECS_API Aws::String SerializePayload() const override
bool ServiceHasBeenSet() const
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TaskSetHasBeenSet() const
const Aws::String & GetCluster() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String