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 ClientTokenT = Aws::String>
42 m_clientTokenHasBeenSet =
true;
43 m_clientToken = std::forward<ClientTokenT>(value);
45 template <
typename ClientTokenT = Aws::String>
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
78 template <
typename DomainIdentifierT = Aws::String>
80 m_domainIdentifierHasBeenSet =
true;
81 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
83 template <
typename DomainIdentifierT = Aws::String>
96 template <
typename IdentifierT = Aws::String>
98 m_identifierHasBeenSet =
true;
99 m_identifier = std::forward<IdentifierT>(value);
101 template <
typename IdentifierT = Aws::String>
114 template <
typename NameT = Aws::String>
116 m_nameHasBeenSet =
true;
117 m_name = std::forward<NameT>(value);
119 template <
typename NameT = Aws::String>
121 SetName(std::forward<NameT>(value));
134 m_statusHasBeenSet =
true;
144 bool m_clientTokenHasBeenSet =
true;
147 bool m_descriptionHasBeenSet =
false;
150 bool m_domainIdentifierHasBeenSet =
false;
153 bool m_identifierHasBeenSet =
false;
156 bool m_nameHasBeenSet =
false;
159 bool m_statusHasBeenSet =
false;
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