7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53globalresolver/Route53GlobalResolverRequest.h>
9#include <aws/route53globalresolver/Route53GlobalResolver_EXPORTS.h>
14namespace Route53GlobalResolver {
38 template <
typename DomainFileUrlT = Aws::String>
40 m_domainFileUrlHasBeenSet =
true;
41 m_domainFileUrl = std::forward<DomainFileUrlT>(value);
43 template <
typename DomainFileUrlT = Aws::String>
57 template <
typename FirewallDomainListIdT = Aws::String>
59 m_firewallDomainListIdHasBeenSet =
true;
60 m_firewallDomainListId = std::forward<FirewallDomainListIdT>(value);
62 template <
typename FirewallDomainListIdT = Aws::String>
76 template <
typename OperationT = Aws::String>
78 m_operationHasBeenSet =
true;
79 m_operation = std::forward<OperationT>(value);
81 template <
typename OperationT = Aws::String>
93 bool m_domainFileUrlHasBeenSet =
false;
94 bool m_firewallDomainListIdHasBeenSet =
false;
95 bool m_operationHasBeenSet =
false;
ImportFirewallDomainsRequest & WithDomainFileUrl(DomainFileUrlT &&value)
const Aws::String & GetOperation() const
const Aws::String & GetDomainFileUrl() const
bool DomainFileUrlHasBeenSet() const
void SetOperation(OperationT &&value)
bool OperationHasBeenSet() const
ImportFirewallDomainsRequest & WithFirewallDomainListId(FirewallDomainListIdT &&value)
AWS_ROUTE53GLOBALRESOLVER_API ImportFirewallDomainsRequest()=default
virtual const char * GetServiceRequestName() const override
void SetDomainFileUrl(DomainFileUrlT &&value)
const Aws::String & GetFirewallDomainListId() const
AWS_ROUTE53GLOBALRESOLVER_API Aws::String SerializePayload() const override
void SetFirewallDomainListId(FirewallDomainListIdT &&value)
ImportFirewallDomainsRequest & WithOperation(OperationT &&value)
bool FirewallDomainListIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String