7#include <aws/waf-regional/WAFRegional_EXPORTS.h>
8#include <aws/waf-regional/model/ChangeAction.h>
9#include <aws/waf-regional/model/SqlInjectionMatchTuple.h>
73 template<
typename SqlInjectionMatchTupleT = SqlInjectionMatchTuple>
74 void SetSqlInjectionMatchTuple(SqlInjectionMatchTupleT&& value) { m_sqlInjectionMatchTupleHasBeenSet =
true; m_sqlInjectionMatchTuple = std::forward<SqlInjectionMatchTupleT>(value); }
75 template<
typename SqlInjectionMatchTupleT = SqlInjectionMatchTuple>
81 bool m_actionHasBeenSet =
false;
83 SqlInjectionMatchTuple m_sqlInjectionMatchTuple;
84 bool m_sqlInjectionMatchTupleHasBeenSet =
false;
const SqlInjectionMatchTuple & GetSqlInjectionMatchTuple() const
bool ActionHasBeenSet() const
void SetAction(ChangeAction value)
AWS_WAFREGIONAL_API SqlInjectionMatchSetUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_WAFREGIONAL_API SqlInjectionMatchSetUpdate()=default
AWS_WAFREGIONAL_API SqlInjectionMatchSetUpdate(Aws::Utils::Json::JsonView jsonValue)
ChangeAction GetAction() const
AWS_WAFREGIONAL_API Aws::Utils::Json::JsonValue Jsonize() const
SqlInjectionMatchSetUpdate & WithAction(ChangeAction value)
SqlInjectionMatchSetUpdate & WithSqlInjectionMatchTuple(SqlInjectionMatchTupleT &&value)
bool SqlInjectionMatchTupleHasBeenSet() const
void SetSqlInjectionMatchTuple(SqlInjectionMatchTupleT &&value)
Aws::Utils::Json::JsonValue JsonValue