7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/fms/model/NetworkFirewallStatefulRuleGroupOverride.h>
50 inline void SetRuleGroupName(
const char* value) { m_ruleGroupNameHasBeenSet =
true; m_ruleGroupName.assign(value); }
64 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
85 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
104 bool m_ruleGroupNameHasBeenSet =
false;
107 bool m_resourceIdHasBeenSet =
false;
110 bool m_priorityHasBeenSet =
false;
113 bool m_overrideHasBeenSet =
false;
StatefulRuleGroup & WithResourceId(const Aws::String &value)
StatefulRuleGroup & WithRuleGroupName(const Aws::String &value)
StatefulRuleGroup & WithResourceId(Aws::String &&value)
bool ResourceIdHasBeenSet() const
void SetPriority(int value)
void SetResourceId(Aws::String &&value)
StatefulRuleGroup & WithPriority(int value)
void SetRuleGroupName(const Aws::String &value)
const NetworkFirewallStatefulRuleGroupOverride & GetOverride() const
StatefulRuleGroup & WithResourceId(const char *value)
void SetOverride(NetworkFirewallStatefulRuleGroupOverride &&value)
StatefulRuleGroup & WithOverride(NetworkFirewallStatefulRuleGroupOverride &&value)
StatefulRuleGroup & WithRuleGroupName(const char *value)
void SetRuleGroupName(Aws::String &&value)
void SetRuleGroupName(const char *value)
void SetOverride(const NetworkFirewallStatefulRuleGroupOverride &value)
bool PriorityHasBeenSet() const
StatefulRuleGroup & WithOverride(const NetworkFirewallStatefulRuleGroupOverride &value)
AWS_FMS_API StatefulRuleGroup()
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceId(const Aws::String &value)
AWS_FMS_API StatefulRuleGroup(Aws::Utils::Json::JsonView jsonValue)
StatefulRuleGroup & WithRuleGroupName(Aws::String &&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(const char *value)
bool OverrideHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue