7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
56 template <
typename RuleGroupIdT = Aws::String>
58 m_ruleGroupIdHasBeenSet =
true;
59 m_ruleGroupId = std::forward<RuleGroupIdT>(value);
61 template <
typename RuleGroupIdT = Aws::String>
75 template <
typename NameT = Aws::String>
77 m_nameHasBeenSet =
true;
78 m_name = std::forward<NameT>(value);
80 template <
typename NameT = Aws::String>
82 SetName(std::forward<NameT>(value));
90 bool m_ruleGroupIdHasBeenSet =
false;
91 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