7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fms/model/NetworkFirewallStatefulRuleGroupOverride.h>
48 template<
typename RuleGroupNameT = Aws::String>
49 void SetRuleGroupName(RuleGroupNameT&& value) { m_ruleGroupNameHasBeenSet =
true; m_ruleGroupName = std::forward<RuleGroupNameT>(value); }
50 template<
typename RuleGroupNameT = Aws::String>
60 template<
typename ResourceIdT = Aws::String>
61 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
62 template<
typename ResourceIdT = Aws::String>
81 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
92 template<
typename Overr
ideT = NetworkFirewallStatefulRuleGroupOverr
ide>
93 void SetOverride(OverrideT&& value) { m_overrideHasBeenSet =
true; m_override = std::forward<OverrideT>(value); }
94 template<
typename Overr
ideT = NetworkFirewallStatefulRuleGroupOverr
ide>
100 bool m_ruleGroupNameHasBeenSet =
false;
103 bool m_resourceIdHasBeenSet =
false;
106 bool m_priorityHasBeenSet =
false;
108 NetworkFirewallStatefulRuleGroupOverride m_override;
109 bool m_overrideHasBeenSet =
false;
StatefulRuleGroup & WithOverride(OverrideT &&value)
bool ResourceIdHasBeenSet() const
void SetPriority(int value)
StatefulRuleGroup & WithPriority(int value)
StatefulRuleGroup & WithRuleGroupName(RuleGroupNameT &&value)
const NetworkFirewallStatefulRuleGroupOverride & GetOverride() const
void SetOverride(OverrideT &&value)
AWS_FMS_API StatefulRuleGroup()=default
void SetRuleGroupName(RuleGroupNameT &&value)
bool PriorityHasBeenSet() const
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FMS_API StatefulRuleGroup(Aws::Utils::Json::JsonView jsonValue)
StatefulRuleGroup & WithResourceId(ResourceIdT &&value)
const Aws::String & GetRuleGroupName() const
const Aws::String & GetResourceId() const
bool RuleGroupNameHasBeenSet() const
AWS_FMS_API StatefulRuleGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceId(ResourceIdT &&value)
bool OverrideHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue