7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
48 template <
typename RuleGroupIdT = Aws::String>
50 m_ruleGroupIdHasBeenSet =
true;
51 m_ruleGroupId = std::forward<RuleGroupIdT>(value);
53 template <
typename RuleGroupIdT = Aws::String>
67 template <
typename NameT = Aws::String>
69 m_nameHasBeenSet =
true;
70 m_name = std::forward<NameT>(value);
72 template <
typename NameT = Aws::String>
74 SetName(std::forward<NameT>(value));
90 template <
typename MetricNameT = Aws::String>
92 m_metricNameHasBeenSet =
true;
93 m_metricName = std::forward<MetricNameT>(value);
95 template <
typename MetricNameT = Aws::String>
107 bool m_ruleGroupIdHasBeenSet =
false;
108 bool m_nameHasBeenSet =
false;
109 bool m_metricNameHasBeenSet =
false;
SubscribedRuleGroupSummary & WithMetricName(MetricNameT &&value)
const Aws::String & GetName() const
void SetMetricName(MetricNameT &&value)
void SetRuleGroupId(RuleGroupIdT &&value)
bool MetricNameHasBeenSet() const
const Aws::String & GetRuleGroupId() const
void SetName(NameT &&value)
const Aws::String & GetMetricName() const
AWS_WAF_API SubscribedRuleGroupSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_WAF_API SubscribedRuleGroupSummary()=default
bool NameHasBeenSet() const
AWS_WAF_API SubscribedRuleGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
SubscribedRuleGroupSummary & WithRuleGroupId(RuleGroupIdT &&value)
SubscribedRuleGroupSummary & WithName(NameT &&value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
bool RuleGroupIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue