7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/ProfileConfiguration.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
78 template <
typename ConfigurationT = ProfileConfiguration>
80 m_configurationHasBeenSet =
true;
81 m_configuration = std::forward<ConfigurationT>(value);
83 template <
typename ConfigurationT = ProfileConfiguration>
96 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
98 m_tagsHasBeenSet =
true;
99 m_tags = std::forward<TagsT>(value);
101 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
103 SetTags(std::forward<TagsT>(value));
106 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
108 m_tagsHasBeenSet =
true;
109 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
121 bool m_nameHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
123 bool m_configurationHasBeenSet =
false;
124 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