7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
59 template <
typename RuleGroupIdT = Aws::String>
61 m_ruleGroupIdHasBeenSet =
true;
62 m_ruleGroupId = std::forward<RuleGroupIdT>(value);
64 template <
typename RuleGroupIdT = Aws::String>
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
101 template <
typename MetricNameT = Aws::String>
103 m_metricNameHasBeenSet =
true;
104 m_metricName = std::forward<MetricNameT>(value);
106 template <
typename MetricNameT = Aws::String>
118 bool m_ruleGroupIdHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
120 bool m_metricNameHasBeenSet =
false;
const Aws::String & GetRuleGroupId() const
RuleGroup & WithName(NameT &&value)
RuleGroup & WithMetricName(MetricNameT &&value)
AWS_WAF_API RuleGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RuleGroupIdHasBeenSet() const
AWS_WAF_API RuleGroup()=default
void SetRuleGroupId(RuleGroupIdT &&value)
void SetMetricName(MetricNameT &&value)
bool MetricNameHasBeenSet() const
RuleGroup & WithRuleGroupId(RuleGroupIdT &&value)
const Aws::String & GetMetricName() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
AWS_WAF_API RuleGroup(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue