7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/model/AccountSource.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/ResolutionStrategy.h>
45 template<
typename AccountSourceT = AccountSource>
46 void SetAccountSource(AccountSourceT&& value) { m_accountSourceHasBeenSet =
true; m_accountSource = std::forward<AccountSourceT>(value); }
47 template<
typename AccountSourceT = AccountSource>
57 template<
typename DescriptionT = Aws::String>
58 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
59 template<
typename DescriptionT = Aws::String>
69 template<
typename DomainIdentifierT = Aws::String>
70 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
71 template<
typename DomainIdentifierT = Aws::String>
81 template<
typename IdentifierT = Aws::String>
82 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
83 template<
typename IdentifierT = Aws::String>
93 template<
typename NameT = Aws::String>
94 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
95 template<
typename NameT = Aws::String>
112 bool m_accountSourceHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
118 bool m_domainIdentifierHasBeenSet =
false;
121 bool m_identifierHasBeenSet =
false;
124 bool m_nameHasBeenSet =
false;
127 bool m_resolutionStrategyHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
AWS_DATAZONE_API UpdateAccountPoolRequest()=default
void SetIdentifier(IdentifierT &&value)
const AccountSource & GetAccountSource() const
UpdateAccountPoolRequest & WithDescription(DescriptionT &&value)
UpdateAccountPoolRequest & WithAccountSource(AccountSourceT &&value)
UpdateAccountPoolRequest & WithIdentifier(IdentifierT &&value)
void SetResolutionStrategy(ResolutionStrategy value)
void SetDomainIdentifier(DomainIdentifierT &&value)
bool IdentifierHasBeenSet() const
bool ResolutionStrategyHasBeenSet() const
bool AccountSourceHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetName() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
const Aws::String & GetDomainIdentifier() const
const Aws::String & GetIdentifier() const
UpdateAccountPoolRequest & WithDomainIdentifier(DomainIdentifierT &&value)
UpdateAccountPoolRequest & WithName(NameT &&value)
ResolutionStrategy GetResolutionStrategy() const
bool DomainIdentifierHasBeenSet() const
bool NameHasBeenSet() const
UpdateAccountPoolRequest & WithResolutionStrategy(ResolutionStrategy value)
virtual const char * GetServiceRequestName() const override
void SetAccountSource(AccountSourceT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String