public class GetSqlInjectionMatchSetResult extends Object implements Serializable, Cloneable
The response to a GetSqlInjectionMatchSet request.
Constructor and Description |
---|
GetSqlInjectionMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
GetSqlInjectionMatchSetResult |
clone() |
boolean |
equals(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. |
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. |
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 String toString()
toString
in class Object
Object.toString()
public GetSqlInjectionMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.