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 TextTransformationData 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 TextTransformationData and
Typepublic 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 TextTransformationData and Type
GetSqlInjectionMatchSet request.
For more information, see the following topics:
Name,
SqlInjectionMatchSetId, and an array of
SqlInjectionMatchTuple objectsSqlInjectionMatchTuple object contains
FieldToMatch and TextTransformationData and
Typepublic 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 TextTransformationData 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 TextTransformationData and
Typepublic String toString()
toString in class ObjectObject.toString()public GetSqlInjectionMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.