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/CatalogInput.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
58 template<
typename CatalogInputT = CatalogInput>
59 void SetCatalogInput(CatalogInputT&& value) { m_catalogInputHasBeenSet =
true; m_catalogInput = std::forward<CatalogInputT>(value); }
60 template<
typename CatalogInputT = CatalogInput>
72 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
73 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
74 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
76 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
78 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
84 bool m_nameHasBeenSet =
false;
87 bool m_catalogInputHasBeenSet =
false;
90 bool m_tagsHasBeenSet =
false;
CreateCatalogRequest & WithTags(TagsT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_GLUE_API CreateCatalogRequest()=default
void SetCatalogInput(CatalogInputT &&value)
bool NameHasBeenSet() const
bool CatalogInputHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
const CatalogInput & GetCatalogInput() const
CreateCatalogRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateCatalogRequest & WithName(NameT &&value)
CreateCatalogRequest & WithCatalogInput(CatalogInputT &&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