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>
76 template<
typename LongDescriptionT = Aws::String>
77 void SetLongDescription(LongDescriptionT&& value) { m_longDescriptionHasBeenSet =
true; m_longDescription = std::forward<LongDescriptionT>(value); }
78 template<
typename LongDescriptionT = Aws::String>
87 template<
typename NameT = Aws::String>
88 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
89 template<
typename NameT = Aws::String>
98 template<
typename ShortDescriptionT = Aws::String>
99 void SetShortDescription(ShortDescriptionT&& value) { m_shortDescriptionHasBeenSet =
true; m_shortDescription = std::forward<ShortDescriptionT>(value); }
100 template<
typename ShortDescriptionT = Aws::String>
118 template<
typename TermRelationsT = TermRelations>
119 void SetTermRelations(TermRelationsT&& value) { m_termRelationsHasBeenSet =
true; m_termRelations = std::forward<TermRelationsT>(value); }
120 template<
typename TermRelationsT = TermRelations>
127 template<
typename RequestIdT = Aws::String>
128 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
129 template<
typename RequestIdT = Aws::String>
135 bool m_domainIdHasBeenSet =
false;
138 bool m_glossaryIdHasBeenSet =
false;
141 bool m_idHasBeenSet =
false;
144 bool m_longDescriptionHasBeenSet =
false;
147 bool m_nameHasBeenSet =
false;
150 bool m_shortDescriptionHasBeenSet =
false;
153 bool m_statusHasBeenSet =
false;
155 TermRelations m_termRelations;
156 bool m_termRelationsHasBeenSet =
false;
159 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetId() const
const Aws::String & GetLongDescription() const
const Aws::String & GetRequestId() const
void SetDomainId(DomainIdT &&value)
void SetName(NameT &&value)
void SetGlossaryId(GlossaryIdT &&value)
void SetRequestId(RequestIdT &&value)
void SetLongDescription(LongDescriptionT &&value)
AWS_DATAZONE_API CreateGlossaryTermResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const TermRelations & GetTermRelations() const
void SetStatus(GlossaryTermStatus value)
const Aws::String & GetGlossaryId() const
const Aws::String & GetShortDescription() const
CreateGlossaryTermResult & WithGlossaryId(GlossaryIdT &&value)
CreateGlossaryTermResult & WithShortDescription(ShortDescriptionT &&value)
GlossaryTermStatus GetStatus() const
CreateGlossaryTermResult & WithLongDescription(LongDescriptionT &&value)
CreateGlossaryTermResult & WithDomainId(DomainIdT &&value)
const Aws::String & GetDomainId() const
void SetTermRelations(TermRelationsT &&value)
CreateGlossaryTermResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API CreateGlossaryTermResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateGlossaryTermResult & WithName(NameT &&value)
const Aws::String & GetName() const
CreateGlossaryTermResult & WithTermRelations(TermRelationsT &&value)
CreateGlossaryTermResult & WithId(IdT &&value)
void SetShortDescription(ShortDescriptionT &&value)
CreateGlossaryTermResult & WithStatus(GlossaryTermStatus value)
AWS_DATAZONE_API CreateGlossaryTermResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue