7#include <aws/wafv2/WAFV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wafv2/model/RuleAction.h>
53 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
75 bool m_nameHasBeenSet =
false;
78 bool m_actionHasBeenSet =
false;
const Aws::String & GetName() const
RuleSummary & WithAction(const RuleAction &value)
bool ActionHasBeenSet() const
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
void SetAction(const RuleAction &value)
const RuleAction & GetAction() const
AWS_WAFV2_API RuleSummary()
AWS_WAFV2_API RuleSummary(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFV2_API Aws::Utils::Json::JsonValue Jsonize() const
RuleSummary & WithName(const char *value)
void SetName(const char *value)
RuleSummary & WithName(const Aws::String &value)
AWS_WAFV2_API RuleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RuleSummary & WithName(Aws::String &&value)
RuleSummary & WithAction(RuleAction &&value)
void SetAction(RuleAction &&value)
void SetName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue