7#include <aws/network-firewall/NetworkFirewall_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/network-firewall/model/IPSet.h>
23namespace NetworkFirewall
53 template<
typename RuleVariablesT = Aws::Map<Aws::String, IPSet>>
54 void SetRuleVariables(RuleVariablesT&& value) { m_ruleVariablesHasBeenSet =
true; m_ruleVariables = std::forward<RuleVariablesT>(value); }
55 template<
typename RuleVariablesT = Aws::Map<Aws::String, IPSet>>
57 template<
typename RuleVariablesKeyT = Aws::String,
typename RuleVariablesValueT = IPSet>
59 m_ruleVariablesHasBeenSet =
true; m_ruleVariables.emplace(std::forward<RuleVariablesKeyT>(key), std::forward<RuleVariablesValueT>(value));
return *
this;
65 bool m_ruleVariablesHasBeenSet =
false;
PolicyVariables & AddRuleVariables(RuleVariablesKeyT &&key, RuleVariablesValueT &&value)
PolicyVariables & WithRuleVariables(RuleVariablesT &&value)
const Aws::Map< Aws::String, IPSet > & GetRuleVariables() const
void SetRuleVariables(RuleVariablesT &&value)
AWS_NETWORKFIREWALL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NETWORKFIREWALL_API PolicyVariables & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_NETWORKFIREWALL_API PolicyVariables()=default
AWS_NETWORKFIREWALL_API PolicyVariables(Aws::Utils::Json::JsonView jsonValue)
bool RuleVariablesHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue