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>
71 template<
typename SqlInjectionMatchSetIdT = Aws::String>
72 void SetSqlInjectionMatchSetId(SqlInjectionMatchSetIdT&& value) { m_sqlInjectionMatchSetIdHasBeenSet =
true; m_sqlInjectionMatchSetId = std::forward<SqlInjectionMatchSetIdT>(value); }
73 template<
typename SqlInjectionMatchSetIdT = Aws::String>
83 template<
typename NameT = Aws::String>
84 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
85 template<
typename NameT = Aws::String>
96 template<
typename SqlInjectionMatchTuplesT = Aws::Vector<SqlInjectionMatchTuple>>
97 void SetSqlInjectionMatchTuples(SqlInjectionMatchTuplesT&& value) { m_sqlInjectionMatchTuplesHasBeenSet =
true; m_sqlInjectionMatchTuples = std::forward<SqlInjectionMatchTuplesT>(value); }
98 template<
typename SqlInjectionMatchTuplesT = Aws::Vector<SqlInjectionMatchTuple>>
100 template<
typename SqlInjectionMatchTuplesT = SqlInjectionMatchTuple>
106 bool m_sqlInjectionMatchSetIdHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
112 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