Cloneable, ReadLimitInfo, ToCopyableBuilder<UpdateIPSetRequest.Builder,UpdateIPSetRequest>@Generated("software.amazon.awssdk:codegen") public class UpdateIPSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateIPSetRequest.Builder,UpdateIPSetRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UpdateIPSetRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static UpdateIPSetRequest.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 update. |
static Class<? extends UpdateIPSetRequest.Builder> |
serializableBuilderClass() |
|
UpdateIPSetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<IPSetUpdate> |
updates() |
An array of
IPSetUpdate objects that you want to insert into or delete from an IPSet. |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String ipSetId()
The IPSetId of the IPSet that you want to update. IPSetId is returned by
CreateIPSet and by ListIPSets.
IPSetId of the IPSet that you want to update. IPSetId is returned by
CreateIPSet and by ListIPSets.public String changeToken()
The value returned by the most recent call to GetChangeToken.
public List<IPSetUpdate> updates()
An array of IPSetUpdate objects that you want to insert into or delete from an IPSet. For
more information, see the applicable data types:
IPSetUpdate: Contains Action and IPSetDescriptor
IPSetDescriptor: Contains Type and Value
IPSetUpdate objects that you want to insert into or delete from an IPSet.
For more information, see the applicable data types:
IPSetUpdate: Contains Action and IPSetDescriptor
IPSetDescriptor: Contains Type and Value
public UpdateIPSetRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateIPSetRequest.Builder,UpdateIPSetRequest>public static UpdateIPSetRequest.Builder builder()
public static Class<? extends UpdateIPSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.