7#include <aws/fms/FMS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename RuleGroupNameT = Aws::String>
48 void SetRuleGroupName(RuleGroupNameT&& value) { m_ruleGroupNameHasBeenSet =
true; m_ruleGroupName = std::forward<RuleGroupNameT>(value); }
49 template<
typename RuleGroupNameT = Aws::String>
59 template<
typename ResourceIdT = Aws::String>
60 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
61 template<
typename ResourceIdT = Aws::String>
72 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
78 bool m_ruleGroupNameHasBeenSet =
false;
81 bool m_resourceIdHasBeenSet =
false;
84 bool m_priorityHasBeenSet =
false;
AWS_FMS_API Aws::Utils::Json::JsonValue Jsonize() const
StatelessRuleGroup & WithPriority(int value)
StatelessRuleGroup & WithRuleGroupName(RuleGroupNameT &&value)
void SetRuleGroupName(RuleGroupNameT &&value)
bool PriorityHasBeenSet() const
AWS_FMS_API StatelessRuleGroup()=default
const Aws::String & GetRuleGroupName() const
bool RuleGroupNameHasBeenSet() const
bool ResourceIdHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
void SetPriority(int value)
AWS_FMS_API StatelessRuleGroup(Aws::Utils::Json::JsonView jsonValue)
AWS_FMS_API StatelessRuleGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetResourceId() const
StatelessRuleGroup & WithResourceId(ResourceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue