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>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
69 template<
typename ConfigurationT = ProfileConfiguration>
70 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
71 template<
typename ConfigurationT = ProfileConfiguration>
77 bool m_nameHasBeenSet =
false;
80 bool m_descriptionHasBeenSet =
false;
83 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