7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/ProfileConfiguration.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
77 template <
typename ConfigurationT = ProfileConfiguration>
79 m_configurationHasBeenSet =
true;
80 m_configuration = std::forward<ConfigurationT>(value);
82 template <
typename ConfigurationT = ProfileConfiguration>
90 bool m_nameHasBeenSet =
false;
93 bool m_descriptionHasBeenSet =
false;
96 bool m_configurationHasBeenSet =
false;
const ProfileConfiguration & GetConfiguration() const
virtual const char * GetServiceRequestName() const override
void SetConfiguration(ConfigurationT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateUsageProfileRequest & WithConfiguration(ConfigurationT &&value)
UpdateUsageProfileRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool ConfigurationHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
UpdateUsageProfileRequest & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_GLUE_API UpdateUsageProfileRequest()=default
void SetName(NameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String