7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/GlossaryStatus.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/GlossaryUsageRestriction.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
44 template<
typename DescriptionT = Aws::String>
45 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
46 template<
typename DescriptionT = Aws::String>
56 template<
typename DomainIdT = Aws::String>
57 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
58 template<
typename DomainIdT = Aws::String>
67 template<
typename IdT = Aws::String>
68 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
69 template<
typename IdT = Aws::String>
78 template<
typename NameT = Aws::String>
79 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
80 template<
typename NameT = Aws::String>
89 template<
typename OwningProjectIdT = Aws::String>
90 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
91 template<
typename OwningProjectIdT = Aws::String>
110 template<
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
111 void SetUsageRestrictions(UsageRestrictionsT&& value) { m_usageRestrictionsHasBeenSet =
true; m_usageRestrictions = std::forward<UsageRestrictionsT>(value); }
112 template<
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
120 template<
typename RequestIdT = Aws::String>
121 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
122 template<
typename RequestIdT = Aws::String>
128 bool m_descriptionHasBeenSet =
false;
131 bool m_domainIdHasBeenSet =
false;
134 bool m_idHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
140 bool m_owningProjectIdHasBeenSet =
false;
143 bool m_statusHasBeenSet =
false;
146 bool m_usageRestrictionsHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
UpdateGlossaryResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< GlossaryUsageRestriction > & GetUsageRestrictions() const
const Aws::String & GetDomainId() const
UpdateGlossaryResult & WithDescription(DescriptionT &&value)
void SetOwningProjectId(OwningProjectIdT &&value)
void SetStatus(GlossaryStatus value)
GlossaryStatus GetStatus() const
void SetUsageRestrictions(UsageRestrictionsT &&value)
const Aws::String & GetDescription() const
AWS_DATAZONE_API UpdateGlossaryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetId() const
UpdateGlossaryResult & WithStatus(GlossaryStatus value)
UpdateGlossaryResult & WithId(IdT &&value)
AWS_DATAZONE_API UpdateGlossaryResult()=default
UpdateGlossaryResult & AddUsageRestrictions(GlossaryUsageRestriction value)
void SetName(NameT &&value)
void SetDomainId(DomainIdT &&value)
AWS_DATAZONE_API UpdateGlossaryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
const Aws::String & GetOwningProjectId() const
UpdateGlossaryResult & WithDomainId(DomainIdT &&value)
UpdateGlossaryResult & WithName(NameT &&value)
UpdateGlossaryResult & WithOwningProjectId(OwningProjectIdT &&value)
UpdateGlossaryResult & WithUsageRestrictions(UsageRestrictionsT &&value)
void SetRequestId(RequestIdT &&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