7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/GlossaryStatus.h>
40 template <
typename DomainIdentifierT = Aws::String>
42 m_domainIdentifierHasBeenSet =
true;
43 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
45 template <
typename DomainIdentifierT = Aws::String>
58 template <
typename IdentifierT = Aws::String>
60 m_identifierHasBeenSet =
true;
61 m_identifier = std::forward<IdentifierT>(value);
63 template <
typename IdentifierT = Aws::String>
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
115 m_statusHasBeenSet =
true;
131 template <
typename ClientTokenT = Aws::String>
133 m_clientTokenHasBeenSet =
true;
134 m_clientToken = std::forward<ClientTokenT>(value);
136 template <
typename ClientTokenT = Aws::String>
154 bool m_domainIdentifierHasBeenSet =
false;
155 bool m_identifierHasBeenSet =
false;
156 bool m_nameHasBeenSet =
false;
157 bool m_descriptionHasBeenSet =
false;
158 bool m_statusHasBeenSet =
false;
159 bool m_clientTokenHasBeenSet =
true;
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetIdentifier() const
UpdateGlossaryRequest & WithDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
bool IdentifierHasBeenSet() const
AWS_DATAZONE_API UpdateGlossaryRequest()=default
UpdateGlossaryRequest & WithClientToken(ClientTokenT &&value)
virtual const char * GetServiceRequestName() const override
GlossaryStatus GetStatus() const
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
UpdateGlossaryRequest & WithDomainIdentifier(DomainIdentifierT &&value)
UpdateGlossaryRequest & WithIdentifier(IdentifierT &&value)
void SetStatus(GlossaryStatus value)
UpdateGlossaryRequest & WithStatus(GlossaryStatus value)
void SetDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
const Aws::String & GetClientToken() const
bool StatusHasBeenSet() const
void SetDescription(DescriptionT &&value)
UpdateGlossaryRequest & WithName(NameT &&value)
void SetName(NameT &&value)
const Aws::String & GetDomainIdentifier() const
const Aws::String & GetDescription() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String