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>
75 inline void SetRegexMatchSetId(
const char* value) { m_regexMatchSetIdHasBeenSet =
true; m_regexMatchSetId.assign(value); }
90 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
119 bool m_regexMatchSetIdHasBeenSet =
false;
122 bool m_nameHasBeenSet =
false;
125 bool m_regexMatchTuplesHasBeenSet =
false;
const Aws::String & GetName() const
void SetRegexMatchSetId(const Aws::String &value)
RegexMatchSet & AddRegexMatchTuples(const RegexMatchTuple &value)
void SetName(Aws::String &&value)
RegexMatchSet & WithRegexMatchTuples(Aws::Vector< RegexMatchTuple > &&value)
RegexMatchSet & WithRegexMatchSetId(Aws::String &&value)
RegexMatchSet & WithName(const char *value)
RegexMatchSet & WithName(const Aws::String &value)
const Aws::Vector< RegexMatchTuple > & GetRegexMatchTuples() const
void SetRegexMatchSetId(const char *value)
const Aws::String & GetRegexMatchSetId() const
RegexMatchSet & WithRegexMatchTuples(const Aws::Vector< RegexMatchTuple > &value)
void SetRegexMatchSetId(Aws::String &&value)
void SetRegexMatchTuples(Aws::Vector< RegexMatchTuple > &&value)
bool RegexMatchTuplesHasBeenSet() const
bool RegexMatchSetIdHasBeenSet() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
RegexMatchSet & WithRegexMatchSetId(const Aws::String &value)
RegexMatchSet & WithRegexMatchSetId(const char *value)
AWS_WAF_API RegexMatchSet(Aws::Utils::Json::JsonView jsonValue)
RegexMatchSet & AddRegexMatchTuples(RegexMatchTuple &&value)
RegexMatchSet & WithName(Aws::String &&value)
AWS_WAF_API RegexMatchSet()
void SetRegexMatchTuples(const Aws::Vector< RegexMatchTuple > &value)
void SetName(const char *value)
void SetName(const Aws::String &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