7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
55 template <
typename RuleIdT = Aws::String>
57 m_ruleIdHasBeenSet =
true;
58 m_ruleId = std::forward<RuleIdT>(value);
60 template <
typename RuleIdT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
89 bool m_ruleIdHasBeenSet =
false;
90 bool m_nameHasBeenSet =
false;
RuleSummary & WithName(NameT &&value)
void SetRuleId(RuleIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetRuleId() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
RuleSummary & WithRuleId(RuleIdT &&value)
bool RuleIdHasBeenSet() const
const Aws::String & GetName() const
AWS_WAF_API RuleSummary()=default
AWS_WAF_API RuleSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
AWS_WAF_API RuleSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue