7#include <aws/athena/AthenaRequest.h>
8#include <aws/athena/Athena_EXPORTS.h>
9#include <aws/athena/model/Tag.h>
10#include <aws/athena/model/WorkGroupConfiguration.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
68 template <
typename ConfigurationT = WorkGroupConfiguration>
70 m_configurationHasBeenSet =
true;
71 m_configuration = std::forward<ConfigurationT>(value);
73 template <
typename ConfigurationT = WorkGroupConfiguration>
86 template <
typename DescriptionT = Aws::String>
88 m_descriptionHasBeenSet =
true;
89 m_description = std::forward<DescriptionT>(value);
91 template <
typename DescriptionT = Aws::String>
104 template <
typename TagsT = Aws::Vector<Tag>>
106 m_tagsHasBeenSet =
true;
107 m_tags = std::forward<TagsT>(value);
109 template <
typename TagsT = Aws::Vector<Tag>>
111 SetTags(std::forward<TagsT>(value));
114 template <
typename TagsT = Tag>
116 m_tagsHasBeenSet =
true;
117 m_tags.emplace_back(std::forward<TagsT>(value));
123 bool m_nameHasBeenSet =
false;
126 bool m_configurationHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
132 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