Package com.amazonaws.services.waf.model
Class GetSqlInjectionMatchSetResult
java.lang.Object
com.amazonaws.services.waf.model.GetSqlInjectionMatchSetResult
- All Implemented Interfaces:
Serializable,Cloneable
The response to a GetSqlInjectionMatchSet request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.inthashCode()voidsetSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet) Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.toString()Returns a string representation of this object; useful for testing and debugging.withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet) Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.
-
Constructor Details
-
GetSqlInjectionMatchSetResult
public GetSqlInjectionMatchSetResult()
-
-
Method Details
-
setSqlInjectionMatchSet
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSetrequest. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- Parameters:
sqlInjectionMatchSet- Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- SqlInjectionMatchSet: Contains
- SqlInjectionMatchSet: Contains
-
getSqlInjectionMatchSet
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSetrequest. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- Returns:
- Information about the SqlInjectionMatchSet that you
specified in the
GetSqlInjectionMatchSetrequest. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- SqlInjectionMatchSet: Contains
- SqlInjectionMatchSet: Contains
-
withSqlInjectionMatchSet
public GetSqlInjectionMatchSetResult withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet) Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSetrequest. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- Parameters:
sqlInjectionMatchSet- Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- SqlInjectionMatchSet: Contains
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- SqlInjectionMatchSet: Contains
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-