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/SqlInjectionMatchTuple.h>
73 inline void SetSqlInjectionMatchSetId(
const char* value) { m_sqlInjectionMatchSetIdHasBeenSet =
true; m_sqlInjectionMatchSetId.assign(value); }
87 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
110 bool m_sqlInjectionMatchSetIdHasBeenSet =
false;
113 bool m_nameHasBeenSet =
false;
116 bool m_sqlInjectionMatchTuplesHasBeenSet =
false;
void SetName(const Aws::String &value)
SqlInjectionMatchSet & AddSqlInjectionMatchTuples(SqlInjectionMatchTuple &&value)
SqlInjectionMatchSet & WithName(Aws::String &&value)
void SetName(Aws::String &&value)
const Aws::String & GetName() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSqlInjectionMatchSetId(Aws::String &&value)
void SetSqlInjectionMatchTuples(Aws::Vector< SqlInjectionMatchTuple > &&value)
void SetSqlInjectionMatchSetId(const char *value)
SqlInjectionMatchSet & WithSqlInjectionMatchTuples(const Aws::Vector< SqlInjectionMatchTuple > &value)
SqlInjectionMatchSet & AddSqlInjectionMatchTuples(const SqlInjectionMatchTuple &value)
const Aws::Vector< SqlInjectionMatchTuple > & GetSqlInjectionMatchTuples() const
bool NameHasBeenSet() const
void SetName(const char *value)
AWS_WAF_API SqlInjectionMatchSet & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSqlInjectionMatchTuples(const Aws::Vector< SqlInjectionMatchTuple > &value)
bool SqlInjectionMatchTuplesHasBeenSet() const
AWS_WAF_API SqlInjectionMatchSet(Aws::Utils::Json::JsonView jsonValue)
SqlInjectionMatchSet & WithSqlInjectionMatchTuples(Aws::Vector< SqlInjectionMatchTuple > &&value)
bool SqlInjectionMatchSetIdHasBeenSet() const
SqlInjectionMatchSet & WithSqlInjectionMatchSetId(Aws::String &&value)
void SetSqlInjectionMatchSetId(const Aws::String &value)
SqlInjectionMatchSet & WithSqlInjectionMatchSetId(const char *value)
SqlInjectionMatchSet & WithSqlInjectionMatchSetId(const Aws::String &value)
SqlInjectionMatchSet & WithName(const char *value)
SqlInjectionMatchSet & WithName(const Aws::String &value)
const Aws::String & GetSqlInjectionMatchSetId() const
AWS_WAF_API SqlInjectionMatchSet()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue