7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMS_EXPORTS.h>
41 template <
typename RuleGroupNameT = Aws::String>
43 m_ruleGroupNameHasBeenSet =
true;
44 m_ruleGroupName = std::forward<RuleGroupNameT>(value);
46 template <
typename RuleGroupNameT = Aws::String>
59 template <
typename ResourceIdT = Aws::String>
61 m_resourceIdHasBeenSet =
true;
62 m_resourceId = std::forward<ResourceIdT>(value);
64 template <
typename ResourceIdT = Aws::String>
79 m_priorityHasBeenSet =
true;
93 bool m_ruleGroupNameHasBeenSet =
false;
94 bool m_resourceIdHasBeenSet =
false;
95 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