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>
41 template <
typename AccountSourceT = AccountSource>
43 m_accountSourceHasBeenSet =
true;
44 m_accountSource = std::forward<AccountSourceT>(value);
46 template <
typename AccountSourceT = AccountSource>
59 template <
typename DescriptionT = Aws::String>
61 m_descriptionHasBeenSet =
true;
62 m_description = std::forward<DescriptionT>(value);
64 template <
typename DescriptionT = Aws::String>
77 template <
typename DomainIdentifierT = Aws::String>
79 m_domainIdentifierHasBeenSet =
true;
80 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
82 template <
typename DomainIdentifierT = Aws::String>
95 template <
typename NameT = Aws::String>
97 m_nameHasBeenSet =
true;
98 m_name = std::forward<NameT>(value);
100 template <
typename NameT = Aws::String>
102 SetName(std::forward<NameT>(value));
115 m_resolutionStrategyHasBeenSet =
true;
116 m_resolutionStrategy = value;
125 bool m_accountSourceHasBeenSet =
false;
128 bool m_descriptionHasBeenSet =
false;
131 bool m_domainIdentifierHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
137 bool m_resolutionStrategyHasBeenSet =
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