Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteIPSetRequest.Builder,DeleteIPSetRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteIPSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteIPSetRequest.Builder,DeleteIPSetRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteIPSetRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DeleteIPSetRequest.Builder |
builder() |
|
String |
changeToken() |
The value returned by the most recent call to GetChangeToken.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
ipSetId() |
The
IPSetId of the IPSet that you want to delete. |
static Class<? extends DeleteIPSetRequest.Builder> |
serializableBuilderClass() |
|
DeleteIPSetRequest.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, withSdkClientExecutionTimeout
public String ipSetId()
The IPSetId
of the IPSet that you want to delete. IPSetId
is returned by
CreateIPSet and by ListIPSets.
IPSetId
of the IPSet that you want to delete. IPSetId
is returned by
CreateIPSet and by ListIPSets.public String changeToken()
The value returned by the most recent call to GetChangeToken.
public DeleteIPSetRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteIPSetRequest.Builder,DeleteIPSetRequest>
public static DeleteIPSetRequest.Builder builder()
public static Class<? extends DeleteIPSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.