AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateGlossaryTermResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace DataZone
26{
27namespace Model
28{
30 {
31 public:
32 AWS_DATAZONE_API UpdateGlossaryTermResult();
35
36
38
42 inline const Aws::String& GetDomainId() const{ return m_domainId; }
43 inline void SetDomainId(const Aws::String& value) { m_domainId = value; }
44 inline void SetDomainId(Aws::String&& value) { m_domainId = std::move(value); }
45 inline void SetDomainId(const char* value) { m_domainId.assign(value); }
46 inline UpdateGlossaryTermResult& WithDomainId(const Aws::String& value) { SetDomainId(value); return *this;}
47 inline UpdateGlossaryTermResult& WithDomainId(Aws::String&& value) { SetDomainId(std::move(value)); return *this;}
48 inline UpdateGlossaryTermResult& WithDomainId(const char* value) { SetDomainId(value); return *this;}
50
52
55 inline const Aws::String& GetGlossaryId() const{ return m_glossaryId; }
56 inline void SetGlossaryId(const Aws::String& value) { m_glossaryId = value; }
57 inline void SetGlossaryId(Aws::String&& value) { m_glossaryId = std::move(value); }
58 inline void SetGlossaryId(const char* value) { m_glossaryId.assign(value); }
59 inline UpdateGlossaryTermResult& WithGlossaryId(const Aws::String& value) { SetGlossaryId(value); return *this;}
60 inline UpdateGlossaryTermResult& WithGlossaryId(Aws::String&& value) { SetGlossaryId(std::move(value)); return *this;}
61 inline UpdateGlossaryTermResult& WithGlossaryId(const char* value) { SetGlossaryId(value); return *this;}
63
65
68 inline const Aws::String& GetId() const{ return m_id; }
69 inline void SetId(const Aws::String& value) { m_id = value; }
70 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
71 inline void SetId(const char* value) { m_id.assign(value); }
72 inline UpdateGlossaryTermResult& WithId(const Aws::String& value) { SetId(value); return *this;}
73 inline UpdateGlossaryTermResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
74 inline UpdateGlossaryTermResult& WithId(const char* value) { SetId(value); return *this;}
76
78
82 inline const Aws::String& GetLongDescription() const{ return m_longDescription; }
83 inline void SetLongDescription(const Aws::String& value) { m_longDescription = value; }
84 inline void SetLongDescription(Aws::String&& value) { m_longDescription = std::move(value); }
85 inline void SetLongDescription(const char* value) { m_longDescription.assign(value); }
86 inline UpdateGlossaryTermResult& WithLongDescription(const Aws::String& value) { SetLongDescription(value); return *this;}
87 inline UpdateGlossaryTermResult& WithLongDescription(Aws::String&& value) { SetLongDescription(std::move(value)); return *this;}
88 inline UpdateGlossaryTermResult& WithLongDescription(const char* value) { SetLongDescription(value); return *this;}
90
92
96 inline const Aws::String& GetName() const{ return m_name; }
97 inline void SetName(const Aws::String& value) { m_name = value; }
98 inline void SetName(Aws::String&& value) { m_name = std::move(value); }
99 inline void SetName(const char* value) { m_name.assign(value); }
100 inline UpdateGlossaryTermResult& WithName(const Aws::String& value) { SetName(value); return *this;}
101 inline UpdateGlossaryTermResult& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
102 inline UpdateGlossaryTermResult& WithName(const char* value) { SetName(value); return *this;}
104
106
110 inline const Aws::String& GetShortDescription() const{ return m_shortDescription; }
111 inline void SetShortDescription(const Aws::String& value) { m_shortDescription = value; }
112 inline void SetShortDescription(Aws::String&& value) { m_shortDescription = std::move(value); }
113 inline void SetShortDescription(const char* value) { m_shortDescription.assign(value); }
115 inline UpdateGlossaryTermResult& WithShortDescription(Aws::String&& value) { SetShortDescription(std::move(value)); return *this;}
116 inline UpdateGlossaryTermResult& WithShortDescription(const char* value) { SetShortDescription(value); return *this;}
118
120
124 inline const GlossaryTermStatus& GetStatus() const{ return m_status; }
125 inline void SetStatus(const GlossaryTermStatus& value) { m_status = value; }
126 inline void SetStatus(GlossaryTermStatus&& value) { m_status = std::move(value); }
127 inline UpdateGlossaryTermResult& WithStatus(const GlossaryTermStatus& value) { SetStatus(value); return *this;}
128 inline UpdateGlossaryTermResult& WithStatus(GlossaryTermStatus&& value) { SetStatus(std::move(value)); return *this;}
130
132
136 inline const TermRelations& GetTermRelations() const{ return m_termRelations; }
137 inline void SetTermRelations(const TermRelations& value) { m_termRelations = value; }
138 inline void SetTermRelations(TermRelations&& value) { m_termRelations = std::move(value); }
139 inline UpdateGlossaryTermResult& WithTermRelations(const TermRelations& value) { SetTermRelations(value); return *this;}
140 inline UpdateGlossaryTermResult& WithTermRelations(TermRelations&& value) { SetTermRelations(std::move(value)); return *this;}
142
144
145 inline const Aws::String& GetRequestId() const{ return m_requestId; }
146 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
147 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
148 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
149 inline UpdateGlossaryTermResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
150 inline UpdateGlossaryTermResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
151 inline UpdateGlossaryTermResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
153 private:
154
155 Aws::String m_domainId;
156
157 Aws::String m_glossaryId;
158
159 Aws::String m_id;
160
161 Aws::String m_longDescription;
162
163 Aws::String m_name;
164
165 Aws::String m_shortDescription;
166
167 GlossaryTermStatus m_status;
168
169 TermRelations m_termRelations;
170
171 Aws::String m_requestId;
172 };
173
174} // namespace Model
175} // namespace DataZone
176} // namespace Aws
UpdateGlossaryTermResult & WithLongDescription(Aws::String &&value)
UpdateGlossaryTermResult & WithName(Aws::String &&value)
UpdateGlossaryTermResult & WithId(const char *value)
UpdateGlossaryTermResult & WithTermRelations(TermRelations &&value)
UpdateGlossaryTermResult & WithShortDescription(const Aws::String &value)
UpdateGlossaryTermResult & WithGlossaryId(const char *value)
UpdateGlossaryTermResult & WithGlossaryId(Aws::String &&value)
UpdateGlossaryTermResult & WithId(Aws::String &&value)
UpdateGlossaryTermResult & WithRequestId(Aws::String &&value)
UpdateGlossaryTermResult & WithId(const Aws::String &value)
UpdateGlossaryTermResult & WithDomainId(const Aws::String &value)
UpdateGlossaryTermResult & WithShortDescription(Aws::String &&value)
UpdateGlossaryTermResult & WithStatus(const GlossaryTermStatus &value)
UpdateGlossaryTermResult & WithDomainId(Aws::String &&value)
UpdateGlossaryTermResult & WithShortDescription(const char *value)
UpdateGlossaryTermResult & WithRequestId(const Aws::String &value)
UpdateGlossaryTermResult & WithLongDescription(const char *value)
UpdateGlossaryTermResult & WithDomainId(const char *value)
UpdateGlossaryTermResult & WithLongDescription(const Aws::String &value)
UpdateGlossaryTermResult & WithTermRelations(const TermRelations &value)
UpdateGlossaryTermResult & WithName(const Aws::String &value)
AWS_DATAZONE_API UpdateGlossaryTermResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(const GlossaryTermStatus &value)
UpdateGlossaryTermResult & WithRequestId(const char *value)
UpdateGlossaryTermResult & WithGlossaryId(const Aws::String &value)
UpdateGlossaryTermResult & WithName(const char *value)
AWS_DATAZONE_API UpdateGlossaryTermResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateGlossaryTermResult & WithStatus(GlossaryTermStatus &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue