7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/CatalogInput.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 template <
typename CatalogInputT = CatalogInput>
62 m_catalogInputHasBeenSet =
true;
63 m_catalogInput = std::forward<CatalogInputT>(value);
65 template <
typename CatalogInputT = CatalogInput>
80 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
82 m_tagsHasBeenSet =
true;
83 m_tags = std::forward<TagsT>(value);
85 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
87 SetTags(std::forward<TagsT>(value));
90 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
92 m_tagsHasBeenSet =
true;
93 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
103 bool m_nameHasBeenSet =
false;
104 bool m_catalogInputHasBeenSet =
false;
105 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