7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/waf/WAF_EXPORTS.h>
57 template <
typename RegexPatternSetIdT = Aws::String>
59 m_regexPatternSetIdHasBeenSet =
true;
60 m_regexPatternSetId = std::forward<RegexPatternSetIdT>(value);
62 template <
typename RegexPatternSetIdT = Aws::String>
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
95 template <
typename RegexPatternStringsT = Aws::Vector<Aws::String>>
97 m_regexPatternStringsHasBeenSet =
true;
98 m_regexPatternStrings = std::forward<RegexPatternStringsT>(value);
100 template <
typename RegexPatternStringsT = Aws::Vector<Aws::String>>
105 template <
typename RegexPatternStringsT = Aws::String>
107 m_regexPatternStringsHasBeenSet =
true;
108 m_regexPatternStrings.emplace_back(std::forward<RegexPatternStringsT>(value));
118 bool m_regexPatternSetIdHasBeenSet =
false;
119 bool m_nameHasBeenSet =
false;
120 bool m_regexPatternStringsHasBeenSet =
false;
const Aws::String & GetRegexPatternSetId() const
bool NameHasBeenSet() const
AWS_WAF_API RegexPatternSet()=default
void SetName(NameT &&value)
void SetRegexPatternSetId(RegexPatternSetIdT &&value)
RegexPatternSet & AddRegexPatternStrings(RegexPatternStringsT &&value)
RegexPatternSet & WithName(NameT &&value)
const Aws::String & GetName() const
AWS_WAF_API RegexPatternSet(Aws::Utils::Json::JsonView jsonValue)
bool RegexPatternStringsHasBeenSet() const
AWS_WAF_API RegexPatternSet & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetRegexPatternStrings() const
void SetRegexPatternStrings(RegexPatternStringsT &&value)
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
RegexPatternSet & WithRegexPatternSetId(RegexPatternSetIdT &&value)
bool RegexPatternSetIdHasBeenSet() const
RegexPatternSet & WithRegexPatternStrings(RegexPatternStringsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue