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>
38 template <
typename DomainIdentifierT = Aws::String>
40 m_domainIdentifierHasBeenSet =
true;
41 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
43 template <
typename DomainIdentifierT = Aws::String>
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
74 template <
typename ParentDomainUnitIdentifierT = Aws::String>
76 m_parentDomainUnitIdentifierHasBeenSet =
true;
77 m_parentDomainUnitIdentifier = std::forward<ParentDomainUnitIdentifierT>(value);
79 template <
typename ParentDomainUnitIdentifierT = Aws::String>
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
111 template <
typename ClientTokenT = Aws::String>
113 m_clientTokenHasBeenSet =
true;
114 m_clientToken = std::forward<ClientTokenT>(value);
116 template <
typename ClientTokenT = Aws::String>
132 bool m_domainIdentifierHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
134 bool m_parentDomainUnitIdentifierHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
136 bool m_clientTokenHasBeenSet =
true;
const Aws::String & GetName() const
CreateDomainUnitRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool ParentDomainUnitIdentifierHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
bool DomainIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetParentDomainUnitIdentifier() const
const Aws::String & GetClientToken() const
const Aws::String & GetDomainIdentifier() const
void SetClientToken(ClientTokenT &&value)
AWS_DATAZONE_API CreateDomainUnitRequest()=default
void SetParentDomainUnitIdentifier(ParentDomainUnitIdentifierT &&value)
CreateDomainUnitRequest & WithParentDomainUnitIdentifier(ParentDomainUnitIdentifierT &&value)
bool NameHasBeenSet() const
CreateDomainUnitRequest & WithDescription(DescriptionT &&value)
bool ClientTokenHasBeenSet() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetDomainIdentifier(DomainIdentifierT &&value)
CreateDomainUnitRequest & WithName(NameT &&value)
CreateDomainUnitRequest & WithClientToken(ClientTokenT &&value)
bool DescriptionHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String