@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteSqlInjectionMatchSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.