Class SqlInjectionMatchSetUpdate
- All Implemented Interfaces:
Serializable,Cloneable
Specifies the part of a web request that you want to inspect for snippets of
malicious SQL code and indicates whether you want to add the specification to
a SqlInjectionMatchSet or delete it from a
SqlInjectionMatchSet.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanSpecifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.inthashCode()voidsetAction(ChangeAction action) voidvoidsetSqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple) Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.toString()Returns a string representation of this object; useful for testing and debugging.withAction(ChangeAction action) withAction(String action) withSqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple) Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
-
Constructor Details
-
SqlInjectionMatchSetUpdate
public SqlInjectionMatchSetUpdate()
-
-
Method Details
-
setAction
Specify
INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Parameters:
action- SpecifyINSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- See Also:
-
getAction
Specify
INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Returns:
- Specify
INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet. - See Also:
-
withAction
Specify
INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Parameters:
action- SpecifyINSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setAction
Specify
INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Parameters:
action- SpecifyINSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- See Also:
-
withAction
Specify
INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Parameters:
action- SpecifyINSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setSqlInjectionMatchTuple
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
- Parameters:
sqlInjectionMatchTuple- Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
-
getSqlInjectionMatchTuple
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
- Returns:
- Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
-
withSqlInjectionMatchTuple
public SqlInjectionMatchSetUpdate withSqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple) Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
- Parameters:
sqlInjectionMatchTuple- Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-