7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/GlossaryStatus.h>
12#include <aws/core/utils/UUID.h>
44 template<
typename ClientTokenT = Aws::String>
45 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
46 template<
typename ClientTokenT = Aws::String>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
70 template<
typename DomainIdentifierT = Aws::String>
71 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
72 template<
typename DomainIdentifierT = Aws::String>
82 template<
typename IdentifierT = Aws::String>
83 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
84 template<
typename IdentifierT = Aws::String>
94 template<
typename NameT = Aws::String>
95 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
96 template<
typename NameT = Aws::String>
113 bool m_clientTokenHasBeenSet =
true;
116 bool m_descriptionHasBeenSet =
false;
119 bool m_domainIdentifierHasBeenSet =
false;
122 bool m_identifierHasBeenSet =
false;
125 bool m_nameHasBeenSet =
false;
128 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