Cloneable, ReadLimitInfo, ToCopyableBuilder<DeleteSqlInjectionMatchSetRequest.Builder,DeleteSqlInjectionMatchSetRequest>@Generated("software.amazon.awssdk:codegen") public class DeleteSqlInjectionMatchSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteSqlInjectionMatchSetRequest.Builder,DeleteSqlInjectionMatchSetRequest>
A request to delete a SqlInjectionMatchSet from AWS WAF.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DeleteSqlInjectionMatchSetRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DeleteSqlInjectionMatchSetRequest.Builder |
builder() |
|
String |
changeToken() |
The value returned by the most recent call to GetChangeToken.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteSqlInjectionMatchSetRequest.Builder> |
serializableBuilderClass() |
|
String |
sqlInjectionMatchSetId() |
The
SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. |
DeleteSqlInjectionMatchSetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String sqlInjectionMatchSetId()
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 String changeToken()
The value returned by the most recent call to GetChangeToken.
public DeleteSqlInjectionMatchSetRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteSqlInjectionMatchSetRequest.Builder,DeleteSqlInjectionMatchSetRequest>public static DeleteSqlInjectionMatchSetRequest.Builder builder()
public static Class<? extends DeleteSqlInjectionMatchSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.