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>
10#include <aws/waf/model/RegexMatchTuple.h>
67 template <
typename RegexMatchSetIdT = Aws::String>
69 m_regexMatchSetIdHasBeenSet =
true;
70 m_regexMatchSetId = std::forward<RegexMatchSetIdT>(value);
72 template <
typename RegexMatchSetIdT = Aws::String>
86 template <
typename NameT = Aws::String>
88 m_nameHasBeenSet =
true;
89 m_name = std::forward<NameT>(value);
91 template <
typename NameT = Aws::String>
93 SetName(std::forward<NameT>(value));
111 template <
typename RegexMatchTuplesT = Aws::Vector<RegexMatchTuple>>
113 m_regexMatchTuplesHasBeenSet =
true;
114 m_regexMatchTuples = std::forward<RegexMatchTuplesT>(value);
116 template <
typename RegexMatchTuplesT = Aws::Vector<RegexMatchTuple>>
121 template <
typename RegexMatchTuplesT = RegexMatchTuple>
123 m_regexMatchTuplesHasBeenSet =
true;
124 m_regexMatchTuples.emplace_back(std::forward<RegexMatchTuplesT>(value));
134 bool m_regexMatchSetIdHasBeenSet =
false;
135 bool m_nameHasBeenSet =
false;
136 bool m_regexMatchTuplesHasBeenSet =
false;
RegexMatchSet & WithRegexMatchTuples(RegexMatchTuplesT &&value)
const Aws::String & GetName() const
RegexMatchSet & WithName(NameT &&value)
RegexMatchSet & WithRegexMatchSetId(RegexMatchSetIdT &&value)
RegexMatchSet & AddRegexMatchTuples(RegexMatchTuplesT &&value)
void SetName(NameT &&value)
const Aws::Vector< RegexMatchTuple > & GetRegexMatchTuples() const
const Aws::String & GetRegexMatchSetId() const
AWS_WAF_API RegexMatchSet()=default
bool RegexMatchTuplesHasBeenSet() const
bool RegexMatchSetIdHasBeenSet() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRegexMatchSetId(RegexMatchSetIdT &&value)
AWS_WAF_API RegexMatchSet(Aws::Utils::Json::JsonView jsonValue)
void SetRegexMatchTuples(RegexMatchTuplesT &&value)
bool NameHasBeenSet() const
AWS_WAF_API RegexMatchSet & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue