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