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/DataCatalogType.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/athena/model/Tag.h>
59 template<
typename NameT = Aws::String>
60 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
61 template<
typename NameT = Aws::String>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
132 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
133 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
134 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
136 template<
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
138 m_parametersHasBeenSet =
true; m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
return *
this;
153 template<
typename TagsT = Aws::Vector<Tag>>
154 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
155 template<
typename TagsT = Aws::Vector<Tag>>
157 template<
typename TagsT = Tag>
163 bool m_nameHasBeenSet =
false;
166 bool m_typeHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
172 bool m_parametersHasBeenSet =
false;
175 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Tag > & GetTags() const
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
bool TagsHasBeenSet() const
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ATHENA_API Aws::String SerializePayload() const override
CreateDataCatalogRequest & WithTags(TagsT &&value)
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
bool ParametersHasBeenSet() const
CreateDataCatalogRequest & WithName(NameT &&value)
bool TypeHasBeenSet() const
AWS_ATHENA_API CreateDataCatalogRequest()=default
void SetParameters(ParametersT &&value)
bool NameHasBeenSet() const
CreateDataCatalogRequest & AddTags(TagsT &&value)
DataCatalogType GetType() const
CreateDataCatalogRequest & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
CreateDataCatalogRequest & WithParameters(ParametersT &&value)
CreateDataCatalogRequest & WithType(DataCatalogType value)
const Aws::String & GetDescription() const
CreateDataCatalogRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
void SetTags(TagsT &&value)
void SetType(DataCatalogType value)
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
std::vector< T, Aws::Allocator< T > > Vector