7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMS_EXPORTS.h>
9#include <aws/fms/model/NetworkFirewallStatefulRuleGroupOverride.h>
42 template <
typename RuleGroupNameT = Aws::String>
44 m_ruleGroupNameHasBeenSet =
true;
45 m_ruleGroupName = std::forward<RuleGroupNameT>(value);
47 template <
typename RuleGroupNameT = Aws::String>
60 template <
typename ResourceIdT = Aws::String>
62 m_resourceIdHasBeenSet =
true;
63 m_resourceId = std::forward<ResourceIdT>(value);
65 template <
typename ResourceIdT = Aws::String>
88 m_priorityHasBeenSet =
true;
104 template <
typename Overr
ideT = NetworkFirewallStatefulRuleGroupOverr
ide>
106 m_overrideHasBeenSet =
true;
107 m_override = std::forward<OverrideT>(value);
109 template <
typename Overr
ideT = NetworkFirewallStatefulRuleGroupOverr
ide>
122 NetworkFirewallStatefulRuleGroupOverride m_override;
123 bool m_ruleGroupNameHasBeenSet =
false;
124 bool m_resourceIdHasBeenSet =
false;
125 bool m_priorityHasBeenSet =
false;
126 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