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 CapacityProv
iderT = Aws::String>
42 m_capacityProviderHasBeenSet =
true;
43 m_capacityProvider = std::forward<CapacityProviderT>(value);
45 template <
typename CapacityProv
iderT = Aws::String>
60 template <
typename ClusterT = Aws::String>
62 m_clusterHasBeenSet =
true;
63 m_cluster = std::forward<ClusterT>(value);
65 template <
typename ClusterT = Aws::String>
75 bool m_capacityProviderHasBeenSet =
false;
76 bool m_clusterHasBeenSet =
false;
void SetCapacityProvider(CapacityProviderT &&value)
bool CapacityProviderHasBeenSet() const
const Aws::String & GetCluster() const
AWS_ECS_API Aws::String SerializePayload() const override
DeleteCapacityProviderRequest & WithCluster(ClusterT &&value)
AWS_ECS_API DeleteCapacityProviderRequest()=default
void SetCluster(ClusterT &&value)
bool ClusterHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCapacityProvider() const
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteCapacityProviderRequest & WithCapacityProvider(CapacityProviderT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String