7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename IdT = Aws::String>
37 m_idHasBeenSet =
true;
38 m_id = std::forward<IdT>(value);
40 template <
typename IdT = Aws::String>
42 SetId(std::forward<IdT>(value));
52 template <
typename GlossaryIdT = Aws::String>
54 m_glossaryIdHasBeenSet =
true;
55 m_glossaryId = std::forward<GlossaryIdT>(value);
57 template <
typename GlossaryIdT = Aws::String>
69 template <
typename NameT = Aws::String>
71 m_nameHasBeenSet =
true;
72 m_name = std::forward<NameT>(value);
74 template <
typename NameT = Aws::String>
76 SetName(std::forward<NameT>(value));
86 template <
typename ShortDescriptionT = Aws::String>
88 m_shortDescriptionHasBeenSet =
true;
89 m_shortDescription = std::forward<ShortDescriptionT>(value);
91 template <
typename ShortDescriptionT = Aws::String>
103 template <
typename LongDescriptionT = Aws::String>
105 m_longDescriptionHasBeenSet =
true;
106 m_longDescription = std::forward<LongDescriptionT>(value);
108 template <
typename LongDescriptionT = Aws::String>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
144 bool m_idHasBeenSet =
false;
145 bool m_glossaryIdHasBeenSet =
false;
146 bool m_nameHasBeenSet =
false;
147 bool m_shortDescriptionHasBeenSet =
false;
148 bool m_longDescriptionHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
UpdateGlossaryTermResult & WithId(IdT &&value)
const Aws::String & GetName() const
UpdateGlossaryTermResult & WithRequestId(RequestIdT &&value)
UpdateGlossaryTermResult & WithShortDescription(ShortDescriptionT &&value)
void SetLongDescription(LongDescriptionT &&value)
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetShortDescription() const
const Aws::String & GetRequestId() const
const Aws::String & GetLongDescription() const
UpdateGlossaryTermResult & WithGlossaryId(GlossaryIdT &&value)
const Aws::String & GetId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GLUE_API UpdateGlossaryTermResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGlossaryId(GlossaryIdT &&value)
void SetShortDescription(ShortDescriptionT &&value)
AWS_GLUE_API UpdateGlossaryTermResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateGlossaryTermResult & WithLongDescription(LongDescriptionT &&value)
AWS_GLUE_API UpdateGlossaryTermResult()=default
const Aws::String & GetGlossaryId() const
UpdateGlossaryTermResult & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue