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()
boolean
Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request.int
hashCode()
void
setSqlInjectionMatchSet
(SqlInjectionMatchSet sqlInjectionMatchSet) Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request.toString()
Returns a string representation of this object; useful for testing and debugging.withSqlInjectionMatchSet
(SqlInjectionMatchSet sqlInjectionMatchSet) Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request.
-
Constructor Details
-
GetSqlInjectionMatchSetResult
public GetSqlInjectionMatchSetResult()
-
-
Method Details
-
setSqlInjectionMatchSet
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet
request. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name
,SqlInjectionMatchSetId
, and an array ofSqlInjectionMatchTuple
objects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- Parameters:
sqlInjectionMatchSet
- Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name
,SqlInjectionMatchSetId
, and an array ofSqlInjectionMatchTuple
objects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- SqlInjectionMatchSet: Contains
- SqlInjectionMatchSet: Contains
-
getSqlInjectionMatchSet
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet
request. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name
,SqlInjectionMatchSetId
, and an array ofSqlInjectionMatchTuple
objects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- Returns:
- Information about the SqlInjectionMatchSet that you
specified in the
GetSqlInjectionMatchSet
request. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name
,SqlInjectionMatchSetId
, and an array ofSqlInjectionMatchTuple
objects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- SqlInjectionMatchSet: Contains
- SqlInjectionMatchSet: Contains
-
withSqlInjectionMatchSet
public GetSqlInjectionMatchSetResult withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet) Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet
request. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name
,SqlInjectionMatchSetId
, and an array ofSqlInjectionMatchTuple
objects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- Parameters:
sqlInjectionMatchSet
- Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request. For more information, see the following topics:- SqlInjectionMatchSet: Contains
Name
,SqlInjectionMatchSetId
, and an array ofSqlInjectionMatchTuple
objects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- 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
-