7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
77 template <
typename ClientTokenT = Aws::String>
79 m_clientTokenHasBeenSet =
true;
80 m_clientToken = std::forward<ClientTokenT>(value);
82 template <
typename ClientTokenT = Aws::String>
94 bool m_nameHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
96 bool m_clientTokenHasBeenSet =
true;
CreateGlossaryRequest & WithName(NameT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetClientToken() const
void SetDescription(DescriptionT &&value)
CreateGlossaryRequest & WithDescription(DescriptionT &&value)
AWS_GLUE_API CreateGlossaryRequest()=default
CreateGlossaryRequest & WithClientToken(ClientTokenT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
bool ClientTokenHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String