Package com.amazonaws.services.waf.model
Class GetSqlInjectionMatchSetResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.GetSqlInjectionMatchSetResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class GetSqlInjectionMatchSetResult extends Object implements Serializable, Cloneable
The response to a GetSqlInjectionMatchSet request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetSqlInjectionMatchSetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetSqlInjectionMatchSetResultclone()booleanequals(Object obj)SqlInjectionMatchSetgetSqlInjectionMatchSet()Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.inthashCode()voidsetSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetSqlInjectionMatchSetResultwithSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSetrequest.
-
-
-
Method Detail
-
setSqlInjectionMatchSet
public void setSqlInjectionMatchSet(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
- SqlInjectionMatchSet: Contains
-
getSqlInjectionMatchSet
public SqlInjectionMatchSet 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetSqlInjectionMatchSetResult clone()
-
-