7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetCapacityProvider(
const char* value) { m_capacityProviderHasBeenSet =
true; m_capacityProvider.assign(value); }
54 bool m_capacityProviderHasBeenSet =
false;
bool CapacityProviderHasBeenSet() const
DeleteCapacityProviderRequest & WithCapacityProvider(const char *value)
DeleteCapacityProviderRequest & WithCapacityProvider(Aws::String &&value)
AWS_ECS_API Aws::String SerializePayload() const override
void SetCapacityProvider(Aws::String &&value)
void SetCapacityProvider(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetCapacityProvider(const char *value)
DeleteCapacityProviderRequest & WithCapacityProvider(const Aws::String &value)
const Aws::String & GetCapacityProvider() const
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ECS_API DeleteCapacityProviderRequest()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String