7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/GlossaryStatus.h>
12#include <aws/datazone/model/GlossaryUsageRestriction.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
39 template <
typename DomainIdT = Aws::String>
41 m_domainIdHasBeenSet =
true;
42 m_domainId = std::forward<DomainIdT>(value);
44 template <
typename DomainIdT = Aws::String>
56 template <
typename IdT = Aws::String>
58 m_idHasBeenSet =
true;
59 m_id = std::forward<IdT>(value);
61 template <
typename IdT = Aws::String>
63 SetId(std::forward<IdT>(value));
73 template <
typename OwningProjectIdT = Aws::String>
75 m_owningProjectIdHasBeenSet =
true;
76 m_owningProjectId = std::forward<OwningProjectIdT>(value);
78 template <
typename OwningProjectIdT = Aws::String>
90 template <
typename NameT = Aws::String>
92 m_nameHasBeenSet =
true;
93 m_name = std::forward<NameT>(value);
95 template <
typename NameT = Aws::String>
97 SetName(std::forward<NameT>(value));
107 template <
typename DescriptionT = Aws::String>
109 m_descriptionHasBeenSet =
true;
110 m_description = std::forward<DescriptionT>(value);
112 template <
typename DescriptionT = Aws::String>
125 m_statusHasBeenSet =
true;
139 template <
typename CreatedAtT = Aws::Utils::DateTime>
141 m_createdAtHasBeenSet =
true;
142 m_createdAt = std::forward<CreatedAtT>(value);
144 template <
typename CreatedAtT = Aws::Utils::DateTime>
156 template <
typename CreatedByT = Aws::String>
158 m_createdByHasBeenSet =
true;
159 m_createdBy = std::forward<CreatedByT>(value);
161 template <
typename CreatedByT = Aws::String>
173 template <
typename UpdatedAtT = Aws::Utils::DateTime>
175 m_updatedAtHasBeenSet =
true;
176 m_updatedAt = std::forward<UpdatedAtT>(value);
178 template <
typename UpdatedAtT = Aws::Utils::DateTime>
190 template <
typename UpdatedByT = Aws::String>
192 m_updatedByHasBeenSet =
true;
193 m_updatedBy = std::forward<UpdatedByT>(value);
195 template <
typename UpdatedByT = Aws::String>
207 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
209 m_usageRestrictionsHasBeenSet =
true;
210 m_usageRestrictions = std::forward<UsageRestrictionsT>(value);
212 template <
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
218 m_usageRestrictionsHasBeenSet =
true;
219 m_usageRestrictions.push_back(value);
227 template <
typename RequestIdT = Aws::String>
229 m_requestIdHasBeenSet =
true;
230 m_requestId = std::forward<RequestIdT>(value);
232 template <
typename RequestIdT = Aws::String>
262 bool m_domainIdHasBeenSet =
false;
263 bool m_idHasBeenSet =
false;
264 bool m_owningProjectIdHasBeenSet =
false;
265 bool m_nameHasBeenSet =
false;
266 bool m_descriptionHasBeenSet =
false;
267 bool m_statusHasBeenSet =
false;
268 bool m_createdAtHasBeenSet =
false;
269 bool m_createdByHasBeenSet =
false;
270 bool m_updatedAtHasBeenSet =
false;
271 bool m_updatedByHasBeenSet =
false;
272 bool m_usageRestrictionsHasBeenSet =
false;
273 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)
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