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 GetSqlInjectionMatchSetResult
clone()
boolean
equals(Object obj)
SqlInjectionMatchSet
getSqlInjectionMatchSet()
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.GetSqlInjectionMatchSetResult
withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in theGetSqlInjectionMatchSet
request.
-
-
-
Method Detail
-
setSqlInjectionMatchSet
public void setSqlInjectionMatchSet(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
- SqlInjectionMatchSet: Contains
-
getSqlInjectionMatchSet
public SqlInjectionMatchSet 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetSqlInjectionMatchSetResult clone()
-
-