7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/AccountSource.h>
11#include <aws/datazone/model/ResolutionStrategy.h>
39 template <
typename DomainIdentifierT = Aws::String>
41 m_domainIdentifierHasBeenSet =
true;
42 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
44 template <
typename DomainIdentifierT = Aws::String>
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
95 m_resolutionStrategyHasBeenSet =
true;
96 m_resolutionStrategy = value;
112 template <
typename AccountSourceT = AccountSource>
114 m_accountSourceHasBeenSet =
true;
115 m_accountSource = std::forward<AccountSourceT>(value);
117 template <
typename AccountSourceT = AccountSource>
132 AccountSource m_accountSource;
133 bool m_domainIdentifierHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
136 bool m_resolutionStrategyHasBeenSet =
false;
137 bool m_accountSourceHasBeenSet =
false;
ResolutionStrategy GetResolutionStrategy() const
CreateAccountPoolRequest & WithResolutionStrategy(ResolutionStrategy value)
void SetName(NameT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool DomainIdentifierHasBeenSet() const
CreateAccountPoolRequest & WithAccountSource(AccountSourceT &&value)
CreateAccountPoolRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
CreateAccountPoolRequest & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetResolutionStrategy(ResolutionStrategy value)
CreateAccountPoolRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
void SetDescription(DescriptionT &&value)
bool ResolutionStrategyHasBeenSet() const
const AccountSource & GetAccountSource() const
AWS_DATAZONE_API CreateAccountPoolRequest()=default
const Aws::String & GetDomainIdentifier() const
bool AccountSourceHasBeenSet() const
void SetAccountSource(AccountSourceT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String