7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/waf/WAF_EXPORTS.h>
56 template <
typename RegexPatternSetIdT = Aws::String>
58 m_regexPatternSetIdHasBeenSet =
true;
59 m_regexPatternSetId = std::forward<RegexPatternSetIdT>(value);
61 template <
typename RegexPatternSetIdT = 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_regexPatternSetIdHasBeenSet =
false;
91 bool m_nameHasBeenSet =
false;
RegexPatternSetSummary & WithName(NameT &&value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WAF_API RegexPatternSetSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRegexPatternSetId() const
const Aws::String & GetName() const
bool RegexPatternSetIdHasBeenSet() const
bool NameHasBeenSet() const
AWS_WAF_API RegexPatternSetSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
RegexPatternSetSummary & WithRegexPatternSetId(RegexPatternSetIdT &&value)
AWS_WAF_API RegexPatternSetSummary()=default
void SetName(NameT &&value)
void SetRegexPatternSetId(RegexPatternSetIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue