7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ClusterT = Aws::String>
45 void SetCluster(ClusterT&& value) { m_clusterHasBeenSet =
true; m_cluster = std::forward<ClusterT>(value); }
46 template<
typename ClusterT = Aws::String>
52 bool m_clusterHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCluster(ClusterT &&value)
AWS_ECS_API Aws::String SerializePayload() const override
DeleteClusterRequest & WithCluster(ClusterT &&value)
const Aws::String & GetCluster() const
AWS_ECS_API DeleteClusterRequest()=default
bool ClusterHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String