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 GlossaryIdentifierT = Aws::String>
42 m_glossaryIdentifierHasBeenSet =
true;
43 m_glossaryIdentifier = std::forward<GlossaryIdentifierT>(value);
45 template <
typename GlossaryIdentifierT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename ShortDescriptionT = Aws::String>
78 m_shortDescriptionHasBeenSet =
true;
79 m_shortDescription = std::forward<ShortDescriptionT>(value);
81 template <
typename ShortDescriptionT = Aws::String>
94 template <
typename LongDescriptionT = Aws::String>
96 m_longDescriptionHasBeenSet =
true;
97 m_longDescription = std::forward<LongDescriptionT>(value);
99 template <
typename LongDescriptionT = Aws::String>
113 template <
typename ClientTokenT = Aws::String>
115 m_clientTokenHasBeenSet =
true;
116 m_clientToken = std::forward<ClientTokenT>(value);
118 template <
typename ClientTokenT = Aws::String>
134 bool m_glossaryIdentifierHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
136 bool m_shortDescriptionHasBeenSet =
false;
137 bool m_longDescriptionHasBeenSet =
false;
138 bool m_clientTokenHasBeenSet =
true;
virtual const char * GetServiceRequestName() const override
void SetLongDescription(LongDescriptionT &&value)
void SetGlossaryIdentifier(GlossaryIdentifierT &&value)
const Aws::String & GetClientToken() const
bool GlossaryIdentifierHasBeenSet() const
bool ShortDescriptionHasBeenSet() const
CreateGlossaryTermRequest & WithLongDescription(LongDescriptionT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetGlossaryIdentifier() const
AWS_GLUE_API CreateGlossaryTermRequest()=default
const Aws::String & GetShortDescription() const
bool LongDescriptionHasBeenSet() const
const Aws::String & GetLongDescription() const
CreateGlossaryTermRequest & WithGlossaryIdentifier(GlossaryIdentifierT &&value)
CreateGlossaryTermRequest & WithShortDescription(ShortDescriptionT &&value)
void SetName(NameT &&value)
void SetClientToken(ClientTokenT &&value)
CreateGlossaryTermRequest & WithName(NameT &&value)
CreateGlossaryTermRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
void SetShortDescription(ShortDescriptionT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String