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/SqlInjectionMatchTuple.h>
65 template <
typename SqlInjectionMatchSetIdT = Aws::String>
67 m_sqlInjectionMatchSetIdHasBeenSet =
true;
68 m_sqlInjectionMatchSetId = std::forward<SqlInjectionMatchSetIdT>(value);
70 template <
typename SqlInjectionMatchSetIdT = Aws::String>
83 template <
typename NameT = Aws::String>
85 m_nameHasBeenSet =
true;
86 m_name = std::forward<NameT>(value);
88 template <
typename NameT = Aws::String>
90 SetName(std::forward<NameT>(value));
102 template <
typename SqlInjectionMatchTuplesT = Aws::Vector<SqlInjectionMatchTuple>>
104 m_sqlInjectionMatchTuplesHasBeenSet =
true;
105 m_sqlInjectionMatchTuples = std::forward<SqlInjectionMatchTuplesT>(value);
107 template <
typename SqlInjectionMatchTuplesT = Aws::Vector<SqlInjectionMatchTuple>>
112 template <
typename SqlInjectionMatchTuplesT = SqlInjectionMatchTuple>
114 m_sqlInjectionMatchTuplesHasBeenSet =
true;
115 m_sqlInjectionMatchTuples.emplace_back(std::forward<SqlInjectionMatchTuplesT>(value));
125 bool m_sqlInjectionMatchSetIdHasBeenSet =
false;
126 bool m_nameHasBeenSet =
false;
127 bool m_sqlInjectionMatchTuplesHasBeenSet =
false;
void SetSqlInjectionMatchSetId(SqlInjectionMatchSetIdT &&value)
SqlInjectionMatchSet & WithSqlInjectionMatchTuples(SqlInjectionMatchTuplesT &&value)
void SetSqlInjectionMatchTuples(SqlInjectionMatchTuplesT &&value)
AWS_WAF_API SqlInjectionMatchSet()=default
const Aws::String & GetName() const
AWS_WAF_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
const Aws::Vector< SqlInjectionMatchTuple > & GetSqlInjectionMatchTuples() const
bool NameHasBeenSet() const
AWS_WAF_API SqlInjectionMatchSet & operator=(Aws::Utils::Json::JsonView jsonValue)
SqlInjectionMatchSet & AddSqlInjectionMatchTuples(SqlInjectionMatchTuplesT &&value)
bool SqlInjectionMatchTuplesHasBeenSet() const
AWS_WAF_API SqlInjectionMatchSet(Aws::Utils::Json::JsonView jsonValue)
SqlInjectionMatchSet & WithSqlInjectionMatchSetId(SqlInjectionMatchSetIdT &&value)
bool SqlInjectionMatchSetIdHasBeenSet() const
SqlInjectionMatchSet & WithName(NameT &&value)
const Aws::String & GetSqlInjectionMatchSetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue