7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/route53globalresolver/Route53GlobalResolverRequest.h>
10#include <aws/route53globalresolver/Route53GlobalResolver_EXPORTS.h>
15namespace Route53GlobalResolver {
38 template <
typename DomainsT = Aws::Vector<Aws::String>>
40 m_domainsHasBeenSet =
true;
41 m_domains = std::forward<DomainsT>(value);
43 template <
typename DomainsT = Aws::Vector<Aws::String>>
48 template <
typename DomainsT = Aws::String>
50 m_domainsHasBeenSet =
true;
51 m_domains.emplace_back(std::forward<DomainsT>(value));
63 template <
typename FirewallDomainListIdT = Aws::String>
65 m_firewallDomainListIdHasBeenSet =
true;
66 m_firewallDomainListId = std::forward<FirewallDomainListIdT>(value);
68 template <
typename FirewallDomainListIdT = Aws::String>
82 template <
typename OperationT = Aws::String>
84 m_operationHasBeenSet =
true;
85 m_operation = std::forward<OperationT>(value);
87 template <
typename OperationT = Aws::String>
99 bool m_domainsHasBeenSet =
false;
100 bool m_firewallDomainListIdHasBeenSet =
false;
101 bool m_operationHasBeenSet =
false;
AWS_ROUTE53GLOBALRESOLVER_API UpdateFirewallDomainsRequest()=default
const Aws::String & GetFirewallDomainListId() const
void SetDomains(DomainsT &&value)
AWS_ROUTE53GLOBALRESOLVER_API Aws::String SerializePayload() const override
UpdateFirewallDomainsRequest & AddDomains(DomainsT &&value)
void SetOperation(OperationT &&value)
const Aws::Vector< Aws::String > & GetDomains() const
bool OperationHasBeenSet() const
UpdateFirewallDomainsRequest & WithOperation(OperationT &&value)
bool DomainsHasBeenSet() const
UpdateFirewallDomainsRequest & WithFirewallDomainListId(FirewallDomainListIdT &&value)
UpdateFirewallDomainsRequest & WithDomains(DomainsT &&value)
const Aws::String & GetOperation() const
bool FirewallDomainListIdHasBeenSet() const
void SetFirewallDomainListId(FirewallDomainListIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector