7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
64 inline void SetRuleGroupId(
const char* value) { m_ruleGroupIdHasBeenSet =
true; m_ruleGroupId.assign(value); }
79 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
87 bool m_ruleGroupIdHasBeenSet =
false;
90 bool m_nameHasBeenSet =
false;
AWS_WAFREGIONAL_API RuleGroupSummary()
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
void SetRuleGroupId(const char *value)
AWS_WAFREGIONAL_API RuleGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRuleGroupId(const Aws::String &value)
AWS_WAFREGIONAL_API RuleGroupSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
RuleGroupSummary & WithName(Aws::String &&value)
void SetRuleGroupId(Aws::String &&value)
RuleGroupSummary & WithName(const Aws::String &value)
RuleGroupSummary & WithRuleGroupId(Aws::String &&value)
RuleGroupSummary & WithRuleGroupId(const Aws::String &value)
const Aws::String & GetRuleGroupId() const
void SetName(Aws::String &&value)
RuleGroupSummary & WithName(const char *value)
bool RuleGroupIdHasBeenSet() const
RuleGroupSummary & WithRuleGroupId(const char *value)
void SetName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue