7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/network-firewall/NetworkFirewallRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/network-firewall/model/RuleGroupType.h>
15namespace NetworkFirewall
46 template<
typename RuleGroupNameT = Aws::String>
47 void SetRuleGroupName(RuleGroupNameT&& value) { m_ruleGroupNameHasBeenSet =
true; m_ruleGroupName = std::forward<RuleGroupNameT>(value); }
48 template<
typename RuleGroupNameT = Aws::String>
60 template<
typename RuleGroupArnT = Aws::String>
61 void SetRuleGroupArn(RuleGroupArnT&& value) { m_ruleGroupArnHasBeenSet =
true; m_ruleGroupArn = std::forward<RuleGroupArnT>(value); }
62 template<
typename RuleGroupArnT = Aws::String>
81 bool m_ruleGroupNameHasBeenSet =
false;
84 bool m_ruleGroupArnHasBeenSet =
false;
87 bool m_typeHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String