7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
37 template <
typename DescriptionT = Aws::String>
39 m_descriptionHasBeenSet =
true;
40 m_description = std::forward<DescriptionT>(value);
42 template <
typename DescriptionT = Aws::String>
55 template <
typename DomainIdentifierT = Aws::String>
57 m_domainIdentifierHasBeenSet =
true;
58 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
60 template <
typename DomainIdentifierT = Aws::String>
73 template <
typename IdentifierT = Aws::String>
75 m_identifierHasBeenSet =
true;
76 m_identifier = std::forward<IdentifierT>(value);
78 template <
typename IdentifierT = Aws::String>
91 template <
typename NameT = Aws::String>
93 m_nameHasBeenSet =
true;
94 m_name = std::forward<NameT>(value);
96 template <
typename NameT = Aws::String>
98 SetName(std::forward<NameT>(value));
104 bool m_descriptionHasBeenSet =
false;
107 bool m_domainIdentifierHasBeenSet =
false;
110 bool m_identifierHasBeenSet =
false;
113 bool m_nameHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
UpdateDomainUnitRequest & WithName(NameT &&value)
AWS_DATAZONE_API UpdateDomainUnitRequest()=default
UpdateDomainUnitRequest & WithDescription(DescriptionT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
bool NameHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
UpdateDomainUnitRequest & WithIdentifier(IdentifierT &&value)
void SetIdentifier(IdentifierT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool IdentifierHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
UpdateDomainUnitRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetIdentifier() const
const Aws::String & GetName() const
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String