7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ecs/model/AutoScalingGroupProvider.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/ecs/model/Tag.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
101 bool m_nameHasBeenSet =
false;
104 bool m_autoScalingGroupProviderHasBeenSet =
false;
107 bool m_tagsHasBeenSet =
false;
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(Aws::Vector< Tag > &&value)
void SetAutoScalingGroupProvider(const AutoScalingGroupProvider &value)
CreateCapacityProviderRequest & WithName(const char *value)
bool AutoScalingGroupProviderHasBeenSet() const
CreateCapacityProviderRequest & AddTags(Tag &&value)
CreateCapacityProviderRequest & WithAutoScalingGroupProvider(const AutoScalingGroupProvider &value)
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
bool TagsHasBeenSet() const
CreateCapacityProviderRequest & WithTags(const Aws::Vector< Tag > &value)
AWS_ECS_API CreateCapacityProviderRequest()
CreateCapacityProviderRequest & WithName(Aws::String &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_ECS_API Aws::String SerializePayload() const override
void SetTags(const Aws::Vector< Tag > &value)
void SetName(Aws::String &&value)
CreateCapacityProviderRequest & AddTags(const Tag &value)
CreateCapacityProviderRequest & WithTags(Aws::Vector< Tag > &&value)
void SetName(const char *value)
const AutoScalingGroupProvider & GetAutoScalingGroupProvider() const
CreateCapacityProviderRequest & WithName(const Aws::String &value)
CreateCapacityProviderRequest & WithAutoScalingGroupProvider(AutoScalingGroupProvider &&value)
void SetAutoScalingGroupProvider(AutoScalingGroupProvider &&value)
const Aws::String & GetName() const
void SetName(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector