7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
43 template<
typename ClientTokenT = Aws::String>
44 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
45 template<
typename ClientTokenT = Aws::String>
55 template<
typename DescriptionT = Aws::String>
56 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
57 template<
typename DescriptionT = Aws::String>
67 template<
typename DomainIdentifierT = Aws::String>
68 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
69 template<
typename DomainIdentifierT = Aws::String>
79 template<
typename NameT = Aws::String>
80 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
81 template<
typename NameT = Aws::String>
91 template<
typename ParentDomainUnitIdentifierT = Aws::String>
92 void SetParentDomainUnitIdentifier(ParentDomainUnitIdentifierT&& value) { m_parentDomainUnitIdentifierHasBeenSet =
true; m_parentDomainUnitIdentifier = std::forward<ParentDomainUnitIdentifierT>(value); }
93 template<
typename ParentDomainUnitIdentifierT = Aws::String>
99 bool m_clientTokenHasBeenSet =
true;
102 bool m_descriptionHasBeenSet =
false;
105 bool m_domainIdentifierHasBeenSet =
false;
108 bool m_nameHasBeenSet =
false;
111 bool m_parentDomainUnitIdentifierHasBeenSet =
false;
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