7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/athena/model/WorkGroupConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/athena/model/Tag.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
66 template<
typename ConfigurationT = WorkGroupConfiguration>
67 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
68 template<
typename ConfigurationT = WorkGroupConfiguration>
78 template<
typename DescriptionT = Aws::String>
79 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
80 template<
typename DescriptionT = Aws::String>
90 template<
typename TagsT = Aws::Vector<Tag>>
91 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
92 template<
typename TagsT = Aws::Vector<Tag>>
94 template<
typename TagsT = Tag>
100 bool m_nameHasBeenSet =
false;
103 bool m_configurationHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_tagsHasBeenSet =
false;
const Aws::String & GetName() const
CreateWorkGroupRequest & AddTags(TagsT &&value)
bool DescriptionHasBeenSet() const
CreateWorkGroupRequest & WithConfiguration(ConfigurationT &&value)
void SetTags(TagsT &&value)
void SetConfiguration(ConfigurationT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateWorkGroupRequest & WithDescription(DescriptionT &&value)
CreateWorkGroupRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
CreateWorkGroupRequest & WithTags(TagsT &&value)
const Aws::String & GetDescription() const
AWS_ATHENA_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const WorkGroupConfiguration & GetConfiguration() const
AWS_ATHENA_API CreateWorkGroupRequest()=default
bool TagsHasBeenSet() const
bool ConfigurationHasBeenSet() const
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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