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 IdentifierT = Aws::String>
59 m_identifierHasBeenSet =
true;
60 m_identifier = std::forward<IdentifierT>(value);
62 template <
typename IdentifierT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
93 template <
typename DescriptionT = Aws::String>
95 m_descriptionHasBeenSet =
true;
96 m_description = std::forward<DescriptionT>(value);
98 template <
typename DescriptionT = Aws::String>
113 m_resolutionStrategyHasBeenSet =
true;
114 m_resolutionStrategy = value;
130 template <
typename AccountSourceT = AccountSource>
132 m_accountSourceHasBeenSet =
true;
133 m_accountSource = std::forward<AccountSourceT>(value);
135 template <
typename AccountSourceT = AccountSource>
152 AccountSource m_accountSource;
153 bool m_domainIdentifierHasBeenSet =
false;
154 bool m_identifierHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
157 bool m_resolutionStrategyHasBeenSet =
false;
158 bool m_accountSourceHasBeenSet =
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