public class DeleteSqlInjectionMatchSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to delete a SqlInjectionMatchSet from AWS WAF.
NOOP| Constructor and Description |
|---|
DeleteSqlInjectionMatchSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteSqlInjectionMatchSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getChangeToken()
The value returned by the most recent call to GetChangeToken.
|
String |
getSqlInjectionMatchSetId()
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to delete. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
void |
setSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteSqlInjectionMatchSetRequest |
withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
DeleteSqlInjectionMatchSetRequest |
withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to delete. |
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 delete.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
sqlInjectionMatchSetId - The SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to delete.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.public String getSqlInjectionMatchSetId()
The SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to delete.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to delete.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.public DeleteSqlInjectionMatchSetRequest withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to delete.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
sqlInjectionMatchSetId - The SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to delete.
SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.public void setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to
GetChangeToken.public String getChangeToken()
The value returned by the most recent call to GetChangeToken.
public DeleteSqlInjectionMatchSetRequest withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to
GetChangeToken.public String toString()
toString in class ObjectObject.toString()public DeleteSqlInjectionMatchSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.