7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/GlossaryStatus.h>
13#include <aws/datazone/model/GlossaryUsageRestriction.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
40 template <
typename DomainIdT = Aws::String>
42 m_domainIdHasBeenSet =
true;
43 m_domainId = std::forward<DomainIdT>(value);
45 template <
typename DomainIdT = Aws::String>
57 template <
typename IdT = Aws::String>
59 m_idHasBeenSet =
true;
60 m_id = std::forward<IdT>(value);
62 template <
typename IdT = Aws::String>
64 SetId(std::forward<IdT>(value));
74 template <
typename OwningProjectIdT = Aws::String>
76 m_owningProjectIdHasBeenSet =
true;
77 m_owningProjectId = std::forward<OwningProjectIdT>(value);
79 template <
typename OwningProjectIdT = Aws::String>
91 template <
typename NameT = Aws::String>
93 m_nameHasBeenSet =
true;
94 m_name = std::forward<NameT>(value);
96 template <
typename NameT = Aws::String>
98 SetName(std::forward<NameT>(value));
108 template <
typename DescriptionT = Aws::String>
110 m_descriptionHasBeenSet =
true;
111 m_description = std::forward<DescriptionT>(value);
113 template <
typename DescriptionT = Aws::String>
126 m_statusHasBeenSet =
true;
140 template <
typename CreatedAtT = Aws::Utils::DateTime>
142 m_createdAtHasBeenSet =
true;
143 m_createdAt = std::forward<CreatedAtT>(value);
145 template <
typename CreatedAtT = Aws::Utils::DateTime>
157 template <
typename CreatedByT = Aws::String>
159 m_createdByHasBeenSet =
true;
160 m_createdBy = std::forward<CreatedByT>(value);
162 template <
typename CreatedByT = Aws::String>
174 template <
typename UpdatedAtT = Aws::Utils::DateTime>
176 m_updatedAtHasBeenSet =
true;
177 m_updatedAt = std::forward<UpdatedAtT>(value);
179 template <
typename UpdatedAtT = Aws::Utils::DateTime>
191 template <
typename UpdatedByT = Aws::String>
193 m_updatedByHasBeenSet =
true;
194 m_updatedBy = std::forward<UpdatedByT>(value);
196 template <
typename UpdatedByT = Aws::String>
208 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
210 m_usageRestrictionsHasBeenSet =
true;
211 m_usageRestrictions = std::forward<UsageRestrictionsT>(value);
213 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
219 m_usageRestrictionsHasBeenSet =
true;
220 m_usageRestrictions.push_back(value);
228 template <
typename RequestIdT = Aws::String>
230 m_requestIdHasBeenSet =
true;
231 m_requestId = std::forward<RequestIdT>(value);
233 template <
typename RequestIdT = Aws::String>
266 bool m_domainIdHasBeenSet =
false;
267 bool m_idHasBeenSet =
false;
268 bool m_owningProjectIdHasBeenSet =
false;
269 bool m_nameHasBeenSet =
false;
270 bool m_descriptionHasBeenSet =
false;
271 bool m_statusHasBeenSet =
false;
272 bool m_createdAtHasBeenSet =
false;
273 bool m_createdByHasBeenSet =
false;
274 bool m_updatedAtHasBeenSet =
false;
275 bool m_updatedByHasBeenSet =
false;
276 bool m_usageRestrictionsHasBeenSet =
false;
277 bool m_requestIdHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
GetGlossaryResult & WithRequestId(RequestIdT &&value)
GetGlossaryResult & WithDomainId(DomainIdT &&value)
GetGlossaryResult & WithUpdatedAt(UpdatedAtT &&value)
GetGlossaryResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetOwningProjectId() const
void SetUpdatedBy(UpdatedByT &&value)
void SetUsageRestrictions(UsageRestrictionsT &&value)
void SetCreatedBy(CreatedByT &&value)
GetGlossaryResult & WithOwningProjectId(OwningProjectIdT &&value)
GetGlossaryResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetCreatedBy() const
void SetUpdatedAt(UpdatedAtT &&value)
GetGlossaryResult & WithDescription(DescriptionT &&value)
void SetDomainId(DomainIdT &&value)
AWS_DATAZONE_API GetGlossaryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetGlossaryResult & WithStatus(GlossaryStatus value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_DATAZONE_API GetGlossaryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDomainId() const
AWS_DATAZONE_API GetGlossaryResult()=default
GetGlossaryResult & WithId(IdT &&value)
const Aws::String & GetDescription() const
GetGlossaryResult & WithUsageRestrictions(UsageRestrictionsT &&value)
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::Vector< GlossaryUsageRestriction > & GetUsageRestrictions() const
GetGlossaryResult & WithUpdatedBy(UpdatedByT &&value)
void SetName(NameT &&value)
void SetCreatedAt(CreatedAtT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetGlossaryResult & WithName(NameT &&value)
const Aws::String & GetUpdatedBy() const
const Aws::String & GetId() const
GlossaryStatus GetStatus() const
void SetOwningProjectId(OwningProjectIdT &&value)
GetGlossaryResult & AddUsageRestrictions(GlossaryUsageRestriction value)
void SetStatus(GlossaryStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue