public class GetSqlInjectionMatchSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to get a SqlInjectionMatchSet.
NOOP| Constructor and Description |
|---|
GetSqlInjectionMatchSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSqlInjectionMatchSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getSqlInjectionMatchSetId()
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to get. |
int |
hashCode() |
void |
setSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to get. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetSqlInjectionMatchSetRequest |
withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to get. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to get.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
sqlInjectionMatchSetId - The SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to get.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.public String getSqlInjectionMatchSetId()
The SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to get.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to get.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.public GetSqlInjectionMatchSetRequest withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to get.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
sqlInjectionMatchSetId - The SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to get.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.public String toString()
toString in class ObjectObject.toString()public GetSqlInjectionMatchSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.