public class GetSqlInjectionMatchSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The response to a GetSqlInjectionMatchSet request.
Modifier and Type | Field and Description |
---|---|
private SqlInjectionMatchSet |
sqlInjectionMatchSet
Information about the SqlInjectionMatchSet that you specified in
the
GetSqlInjectionMatchSet request. |
Constructor and Description |
---|
GetSqlInjectionMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
GetSqlInjectionMatchSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
SqlInjectionMatchSet |
getSqlInjectionMatchSet()
Information about the SqlInjectionMatchSet that you specified in
the
GetSqlInjectionMatchSet request. |
int |
hashCode() |
void |
setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in
the
GetSqlInjectionMatchSet request. |
java.lang.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
the
GetSqlInjectionMatchSet request. |
private SqlInjectionMatchSet sqlInjectionMatchSet
Information about the SqlInjectionMatchSet that you specified in
the GetSqlInjectionMatchSet
request. For more information,
see the following topics:
Name
,
SqlInjectionMatchSetId
, and an array of
SqlInjectionMatchTuple
objectsSqlInjectionMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and Type
public void setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in
the GetSqlInjectionMatchSet
request. For more information,
see the following topics:
Name
,
SqlInjectionMatchSetId
, and an array of
SqlInjectionMatchTuple
objectsSqlInjectionMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and Type
sqlInjectionMatchSet
- Information about the SqlInjectionMatchSet that you
specified in the GetSqlInjectionMatchSet
request. For
more information, see the following topics:
Name
,
SqlInjectionMatchSetId
, and an array of
SqlInjectionMatchTuple
objectsSqlInjectionMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and
Type
public SqlInjectionMatchSet getSqlInjectionMatchSet()
Information about the SqlInjectionMatchSet that you specified in
the GetSqlInjectionMatchSet
request. For more information,
see the following topics:
Name
,
SqlInjectionMatchSetId
, and an array of
SqlInjectionMatchTuple
objectsSqlInjectionMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and Type
GetSqlInjectionMatchSet
request.
For more information, see the following topics:
Name
,
SqlInjectionMatchSetId
, and an array of
SqlInjectionMatchTuple
objectsSqlInjectionMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and
Type
public GetSqlInjectionMatchSetResult withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
Information about the SqlInjectionMatchSet that you specified in
the GetSqlInjectionMatchSet
request. For more information,
see the following topics:
Name
,
SqlInjectionMatchSetId
, and an array of
SqlInjectionMatchTuple
objectsSqlInjectionMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and Type
sqlInjectionMatchSet
- Information about the SqlInjectionMatchSet that you
specified in the GetSqlInjectionMatchSet
request. For
more information, see the following topics:
Name
,
SqlInjectionMatchSetId
, and an array of
SqlInjectionMatchTuple
objectsSqlInjectionMatchTuple
object contains
FieldToMatch
and TextTransformation
Data
and
Type
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetSqlInjectionMatchSetResult clone()
clone
in class java.lang.Object