7#include <aws/waf-regional/WAFRegional_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;
bool NameHasBeenSet() const
AWS_WAFREGIONAL_API RuleGroupSummary()=default
void SetRuleGroupId(RuleGroupIdT &&value)
AWS_WAFREGIONAL_API RuleGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFREGIONAL_API RuleGroupSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::String & GetRuleGroupId() const
RuleGroupSummary & WithRuleGroupId(RuleGroupIdT &&value)
bool RuleGroupIdHasBeenSet() const
RuleGroupSummary & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue