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>
10#include <aws/waf/model/RegexMatchTuple.h>
73 template<
typename RegexMatchSetIdT = Aws::String>
74 void SetRegexMatchSetId(RegexMatchSetIdT&& value) { m_regexMatchSetIdHasBeenSet =
true; m_regexMatchSetId = std::forward<RegexMatchSetIdT>(value); }
75 template<
typename RegexMatchSetIdT = Aws::String>
86 template<
typename NameT = Aws::String>
87 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
88 template<
typename NameT = Aws::String>
105 template<
typename RegexMatchTuplesT = Aws::Vector<RegexMatchTuple>>
106 void SetRegexMatchTuples(RegexMatchTuplesT&& value) { m_regexMatchTuplesHasBeenSet =
true; m_regexMatchTuples = std::forward<RegexMatchTuplesT>(value); }
107 template<
typename RegexMatchTuplesT = Aws::Vector<RegexMatchTuple>>
109 template<
typename RegexMatchTuplesT = RegexMatchTuple>
110 RegexMatchSet&
AddRegexMatchTuples(RegexMatchTuplesT&& value) { m_regexMatchTuplesHasBeenSet =
true; m_regexMatchTuples.emplace_back(std::forward<RegexMatchTuplesT>(value));
return *
this; }
115 bool m_regexMatchSetIdHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
121 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