78 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
307 bool m_nameHasBeenSet =
false;
310 bool m_autoScalingGroupProviderHasBeenSet =
false;
313 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