7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
62 template<
typename RuleGroupIdT = Aws::String>
63 void SetRuleGroupId(RuleGroupIdT&& value) { m_ruleGroupIdHasBeenSet =
true; m_ruleGroupId = std::forward<RuleGroupIdT>(value); }
64 template<
typename RuleGroupIdT = Aws::String>
75 template<
typename NameT = Aws::String>
76 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
77 template<
typename NameT = Aws::String>
83 bool m_ruleGroupIdHasBeenSet =
false;
86 bool m_nameHasBeenSet =
false;
void SetName(NameT &&value)
const Aws::String & GetRuleGroupId() const
AWS_WAF_API RuleGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRuleGroupId(RuleGroupIdT &&value)
AWS_WAF_API RuleGroupSummary(Aws::Utils::Json::JsonView jsonValue)
RuleGroupSummary & WithRuleGroupId(RuleGroupIdT &&value)
bool NameHasBeenSet() const
RuleGroupSummary & WithName(NameT &&value)
AWS_WAF_API RuleGroupSummary()=default
const Aws::String & GetName() const
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