7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/ProfileConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
70 template<
typename ConfigurationT = ProfileConfiguration>
71 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
72 template<
typename ConfigurationT = ProfileConfiguration>
82 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
83 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
84 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
86 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
88 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
94 bool m_nameHasBeenSet =
false;
97 bool m_descriptionHasBeenSet =
false;
100 bool m_configurationHasBeenSet =
false;
103 bool m_tagsHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
void SetConfiguration(ConfigurationT &&value)
virtual const char * GetServiceRequestName() const override
CreateUsageProfileRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateUsageProfileRequest & WithConfiguration(ConfigurationT &&value)
AWS_GLUE_API CreateUsageProfileRequest()=default
const Aws::String & GetDescription() const
CreateUsageProfileRequest & WithName(NameT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
CreateUsageProfileRequest & WithTags(TagsT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
bool DescriptionHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ConfigurationHasBeenSet() const
const Aws::String & GetName() const
CreateUsageProfileRequest & WithDescription(DescriptionT &&value)
const ProfileConfiguration & GetConfiguration() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TagsHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String