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 IdentifierT = Aws::String>
42 m_identifierHasBeenSet =
true;
43 m_identifier = std::forward<IdentifierT>(value);
45 template <
typename IdentifierT = 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_identifierHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
136 bool m_shortDescriptionHasBeenSet =
false;
137 bool m_longDescriptionHasBeenSet =
false;
138 bool m_clientTokenHasBeenSet =
true;
UpdateGlossaryTermRequest & WithName(NameT &&value)
void SetLongDescription(LongDescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
const Aws::String & GetClientToken() const
void SetIdentifier(IdentifierT &&value)
UpdateGlossaryTermRequest & WithIdentifier(IdentifierT &&value)
void SetClientToken(ClientTokenT &&value)
void SetShortDescription(ShortDescriptionT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetName(NameT &&value)
const Aws::String & GetIdentifier() const
bool ClientTokenHasBeenSet() const
const Aws::String & GetLongDescription() const
const Aws::String & GetShortDescription() const
bool ShortDescriptionHasBeenSet() const
UpdateGlossaryTermRequest & WithLongDescription(LongDescriptionT &&value)
bool LongDescriptionHasBeenSet() const
UpdateGlossaryTermRequest & WithShortDescription(ShortDescriptionT &&value)
bool IdentifierHasBeenSet() const
UpdateGlossaryTermRequest & WithClientToken(ClientTokenT &&value)
AWS_GLUE_API UpdateGlossaryTermRequest()=default
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String