7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53resolver/Route53ResolverRequest.h>
9#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
14namespace Route53Resolver {
40 template <
typename FirewallRuleGroupIdT = Aws::String>
42 m_firewallRuleGroupIdHasBeenSet =
true;
43 m_firewallRuleGroupId = std::forward<FirewallRuleGroupIdT>(value);
45 template <
typename FirewallRuleGroupIdT = Aws::String>
58 template <
typename FirewallDomainListIdT = Aws::String>
60 m_firewallDomainListIdHasBeenSet =
true;
61 m_firewallDomainListId = std::forward<FirewallDomainListIdT>(value);
63 template <
typename FirewallDomainListIdT = Aws::String>
76 template <
typename FirewallThreatProtectionIdT = Aws::String>
78 m_firewallThreatProtectionIdHasBeenSet =
true;
79 m_firewallThreatProtectionId = std::forward<FirewallThreatProtectionIdT>(value);
81 template <
typename FirewallThreatProtectionIdT = Aws::String>
110 template <
typename QtypeT = Aws::String>
112 m_qtypeHasBeenSet =
true;
113 m_qtype = std::forward<QtypeT>(value);
115 template <
typename QtypeT = Aws::String>
117 SetQtype(std::forward<QtypeT>(value));
123 bool m_firewallRuleGroupIdHasBeenSet =
false;
126 bool m_firewallDomainListIdHasBeenSet =
false;
129 bool m_firewallThreatProtectionIdHasBeenSet =
false;
132 bool m_qtypeHasBeenSet =
false;
const Aws::String & GetQtype() const
DeleteFirewallRuleRequest & WithFirewallRuleGroupId(FirewallRuleGroupIdT &&value)
bool QtypeHasBeenSet() const
const Aws::String & GetFirewallThreatProtectionId() const
DeleteFirewallRuleRequest & WithQtype(QtypeT &&value)
virtual const char * GetServiceRequestName() const override
void SetQtype(QtypeT &&value)
void SetFirewallRuleGroupId(FirewallRuleGroupIdT &&value)
void SetFirewallDomainListId(FirewallDomainListIdT &&value)
const Aws::String & GetFirewallDomainListId() const
const Aws::String & GetFirewallRuleGroupId() const
AWS_ROUTE53RESOLVER_API DeleteFirewallRuleRequest()=default
bool FirewallThreatProtectionIdHasBeenSet() const
bool FirewallDomainListIdHasBeenSet() const
bool FirewallRuleGroupIdHasBeenSet() const
DeleteFirewallRuleRequest & WithFirewallThreatProtectionId(FirewallThreatProtectionIdT &&value)
AWS_ROUTE53RESOLVER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteFirewallRuleRequest & WithFirewallDomainListId(FirewallDomainListIdT &&value)
void SetFirewallThreatProtectionId(FirewallThreatProtectionIdT &&value)
AWS_ROUTE53RESOLVER_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String