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>
53 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