7#include <aws/waf/WAF_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
63 template<
typename RegexPatternSetIdT = Aws::String>
64 void SetRegexPatternSetId(RegexPatternSetIdT&& value) { m_regexPatternSetIdHasBeenSet =
true; m_regexPatternSetId = std::forward<RegexPatternSetIdT>(value); }
65 template<
typename RegexPatternSetIdT = Aws::String>
76 template<
typename NameT = Aws::String>
77 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
78 template<
typename NameT = Aws::String>
89 template<
typename RegexPatternStringsT = Aws::Vector<Aws::String>>
90 void SetRegexPatternStrings(RegexPatternStringsT&& value) { m_regexPatternStringsHasBeenSet =
true; m_regexPatternStrings = std::forward<RegexPatternStringsT>(value); }
91 template<
typename RegexPatternStringsT = Aws::Vector<Aws::String>>
93 template<
typename RegexPatternStringsT = Aws::String>
94 RegexPatternSet&
AddRegexPatternStrings(RegexPatternStringsT&& value) { m_regexPatternStringsHasBeenSet =
true; m_regexPatternStrings.emplace_back(std::forward<RegexPatternStringsT>(value));
return *
this; }
99 bool m_regexPatternSetIdHasBeenSet =
false;
102 bool m_nameHasBeenSet =
false;
105 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