@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSqlInjectionMatchSetResult extends AmazonWebServiceResult<ResponseMetadata> 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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 of
SqlInjectionMatchTuple
objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple
object contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
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
of SqlInjectionMatchTuple
objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple
object contains
FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
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 of
SqlInjectionMatchTuple
objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple
object contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
GetSqlInjectionMatchSet
request. For more information, see the following topics:
SqlInjectionMatchSet: Contains Name
, SqlInjectionMatchSetId
, and an
array of SqlInjectionMatchTuple
objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple
object contains
FieldToMatch
and TextTransformation
FieldToMatch: Contains 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:
SqlInjectionMatchSet: Contains Name
, SqlInjectionMatchSetId
, and an array of
SqlInjectionMatchTuple
objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple
object contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
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
of SqlInjectionMatchTuple
objects
SqlInjectionMatchTuple: Each SqlInjectionMatchTuple
object contains
FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
public String toString()
toString
in class Object
Object.toString()
public GetSqlInjectionMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.