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;
43 template<
typename DescriptionT = Aws::String>
44 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
45 template<
typename DescriptionT = Aws::String>
55 template<
typename DomainIdT = Aws::String>
56 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
57 template<
typename DomainIdT = Aws::String>
66 template<
typename IdT = Aws::String>
67 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
68 template<
typename IdT = Aws::String>
77 template<
typename NameT = Aws::String>
78 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
79 template<
typename NameT = Aws::String>
88 template<
typename OwningProjectIdT = Aws::String>
89 void SetOwningProjectId(OwningProjectIdT&& value) { m_owningProjectIdHasBeenSet =
true; m_owningProjectId = std::forward<OwningProjectIdT>(value); }
90 template<
typename OwningProjectIdT = Aws::String>
108 template<
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
109 void SetUsageRestrictions(UsageRestrictionsT&& value) { m_usageRestrictionsHasBeenSet =
true; m_usageRestrictions = std::forward<UsageRestrictionsT>(value); }
110 template<
typename UsageRestrictionsT = Aws::Vector<GlossaryUsageRestriction>>
118 template<
typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
120 template<
typename RequestIdT = Aws::String>
126 bool m_descriptionHasBeenSet =
false;
129 bool m_domainIdHasBeenSet =
false;
132 bool m_idHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
138 bool m_owningProjectIdHasBeenSet =
false;
141 bool m_statusHasBeenSet =
false;
144 bool m_usageRestrictionsHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
void SetUsageRestrictions(UsageRestrictionsT &&value)
void SetDomainId(DomainIdT &&value)
AWS_DATAZONE_API CreateGlossaryResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API CreateGlossaryResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
CreateGlossaryResult & WithDomainId(DomainIdT &&value)
CreateGlossaryResult & WithStatus(GlossaryStatus value)
CreateGlossaryResult & WithName(NameT &&value)
const Aws::String & GetDomainId() const
GlossaryStatus GetStatus() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
CreateGlossaryResult & WithDescription(DescriptionT &&value)
CreateGlossaryResult & WithOwningProjectId(OwningProjectIdT &&value)
const Aws::String & GetId() const
void SetStatus(GlossaryStatus value)
AWS_DATAZONE_API CreateGlossaryResult()=default
void SetOwningProjectId(OwningProjectIdT &&value)
const Aws::Vector< GlossaryUsageRestriction > & GetUsageRestrictions() const
CreateGlossaryResult & WithUsageRestrictions(UsageRestrictionsT &&value)
const Aws::String & GetOwningProjectId() const
CreateGlossaryResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
CreateGlossaryResult & AddUsageRestrictions(GlossaryUsageRestriction value)
CreateGlossaryResult & WithId(IdT &&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