7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53resolver/Route53Resolver_EXPORTS.h>
19namespace Route53Resolver {
41 template <
typename FirewallRuleGroupIdT = Aws::String>
43 m_firewallRuleGroupIdHasBeenSet =
true;
44 m_firewallRuleGroupId = std::forward<FirewallRuleGroupIdT>(value);
46 template <
typename FirewallRuleGroupIdT = Aws::String>
59 template <
typename FirewallDomainListIdT = Aws::String>
61 m_firewallDomainListIdHasBeenSet =
true;
62 m_firewallDomainListId = std::forward<FirewallDomainListIdT>(value);
64 template <
typename FirewallDomainListIdT = Aws::String>
77 template <
typename FirewallThreatProtectionIdT = Aws::String>
79 m_firewallThreatProtectionIdHasBeenSet =
true;
80 m_firewallThreatProtectionId = std::forward<FirewallThreatProtectionIdT>(value);
82 template <
typename FirewallThreatProtectionIdT = Aws::String>
95 template <
typename QtypeT = Aws::String>
97 m_qtypeHasBeenSet =
true;
98 m_qtype = std::forward<QtypeT>(value);
100 template <
typename QtypeT = Aws::String>
102 SetQtype(std::forward<QtypeT>(value));
114 bool m_firewallRuleGroupIdHasBeenSet =
false;
115 bool m_firewallDomainListIdHasBeenSet =
false;
116 bool m_firewallThreatProtectionIdHasBeenSet =
false;
117 bool m_qtypeHasBeenSet =
false;
DeleteFirewallRuleEntry & WithFirewallRuleGroupId(FirewallRuleGroupIdT &&value)
bool FirewallRuleGroupIdHasBeenSet() const
void SetFirewallRuleGroupId(FirewallRuleGroupIdT &&value)
bool QtypeHasBeenSet() const
void SetFirewallThreatProtectionId(FirewallThreatProtectionIdT &&value)
const Aws::String & GetFirewallRuleGroupId() const
DeleteFirewallRuleEntry & WithFirewallThreatProtectionId(FirewallThreatProtectionIdT &&value)
DeleteFirewallRuleEntry & WithQtype(QtypeT &&value)
DeleteFirewallRuleEntry & WithFirewallDomainListId(FirewallDomainListIdT &&value)
const Aws::String & GetFirewallDomainListId() const
const Aws::String & GetFirewallThreatProtectionId() const
AWS_ROUTE53RESOLVER_API DeleteFirewallRuleEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FirewallDomainListIdHasBeenSet() const
bool FirewallThreatProtectionIdHasBeenSet() const
AWS_ROUTE53RESOLVER_API DeleteFirewallRuleEntry()=default
AWS_ROUTE53RESOLVER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ROUTE53RESOLVER_API DeleteFirewallRuleEntry(Aws::Utils::Json::JsonView jsonValue)
void SetQtype(QtypeT &&value)
void SetFirewallDomainListId(FirewallDomainListIdT &&value)
const Aws::String & GetQtype() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue