7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
65 template<
typename RuleGroupIdT = Aws::String>
66 void SetRuleGroupId(RuleGroupIdT&& value) { m_ruleGroupIdHasBeenSet =
true; m_ruleGroupId = std::forward<RuleGroupIdT>(value); }
67 template<
typename RuleGroupIdT = Aws::String>
78 template<
typename NameT = Aws::String>
79 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
80 template<
typename NameT = Aws::String>
95 template<
typename MetricNameT = Aws::String>
96 void SetMetricName(MetricNameT&& value) { m_metricNameHasBeenSet =
true; m_metricName = std::forward<MetricNameT>(value); }
97 template<
typename MetricNameT = Aws::String>
103 bool m_ruleGroupIdHasBeenSet =
false;
106 bool m_nameHasBeenSet =
false;
109 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