7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/GlossaryTermStatus.h>
10#include <aws/datazone/model/TermRelations.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename DomainIdT = Aws::String>
44 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
45 template<
typename DomainIdT = Aws::String>
54 template<
typename GlossaryIdT = Aws::String>
55 void SetGlossaryId(GlossaryIdT&& value) { m_glossaryIdHasBeenSet =
true; m_glossaryId = std::forward<GlossaryIdT>(value); }
56 template<
typename GlossaryIdT = Aws::String>
65 template<
typename IdT = Aws::String>
66 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
67 template<
typename IdT = Aws::String>
77 template<
typename LongDescriptionT = Aws::String>
78 void SetLongDescription(LongDescriptionT&& value) { m_longDescriptionHasBeenSet =
true; m_longDescription = std::forward<LongDescriptionT>(value); }
79 template<
typename LongDescriptionT = Aws::String>
89 template<
typename NameT = Aws::String>
90 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
91 template<
typename NameT = Aws::String>
101 template<
typename ShortDescriptionT = Aws::String>
102 void SetShortDescription(ShortDescriptionT&& value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription = std::forward<ShortDescriptionT>(value); }
103 template<
typename ShortDescriptionT = Aws::String>
123 template<
typename TermRelationsT = TermRelations>
124 void SetTermRelations(TermRelationsT&& value) { m_termRelationsHasBeenSet =
true; m_termRelations = std::forward<TermRelationsT>(value); }
125 template<
typename TermRelationsT = TermRelations>
132 template<
typename RequestIdT = Aws::String>
133 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
134 template<
typename RequestIdT = Aws::String>
140 bool m_domainIdHasBeenSet =
false;
143 bool m_glossaryIdHasBeenSet =
false;
146 bool m_idHasBeenSet =
false;
149 bool m_longDescriptionHasBeenSet =
false;
152 bool m_nameHasBeenSet =
false;
155 bool m_shortDescriptionHasBeenSet =
false;
158 bool m_statusHasBeenSet =
false;
160 TermRelations m_termRelations;
161 bool m_termRelationsHasBeenSet =
false;
164 bool m_requestIdHasBeenSet =
false;
void SetShortDescription(ShortDescriptionT &&value)
const Aws::String & GetLongDescription() const
UpdateGlossaryTermResult & WithTermRelations(TermRelationsT &&value)
UpdateGlossaryTermResult & WithLongDescription(LongDescriptionT &&value)
UpdateGlossaryTermResult & WithShortDescription(ShortDescriptionT &&value)
const Aws::String & GetName() const
void SetTermRelations(TermRelationsT &&value)
UpdateGlossaryTermResult & WithStatus(GlossaryTermStatus value)
UpdateGlossaryTermResult & WithName(NameT &&value)
UpdateGlossaryTermResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API UpdateGlossaryTermResult()=default
const Aws::String & GetId() const
void SetStatus(GlossaryTermStatus value)
const Aws::String & GetRequestId() const
const TermRelations & GetTermRelations() const
void SetRequestId(RequestIdT &&value)
UpdateGlossaryTermResult & WithId(IdT &&value)
void SetDomainId(DomainIdT &&value)
void SetLongDescription(LongDescriptionT &&value)
GlossaryTermStatus GetStatus() const
const Aws::String & GetShortDescription() const
void SetGlossaryId(GlossaryIdT &&value)
AWS_DATAZONE_API UpdateGlossaryTermResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
const Aws::String & GetGlossaryId() const
UpdateGlossaryTermResult & WithGlossaryId(GlossaryIdT &&value)
UpdateGlossaryTermResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API UpdateGlossaryTermResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDomainId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue