StructuredPojo, ToCopyableBuilder<IPSetUpdate.Builder,IPSetUpdate>@Generated("software.amazon.awssdk:codegen") public class IPSetUpdate extends Object implements StructuredPojo, ToCopyableBuilder<IPSetUpdate.Builder,IPSetUpdate>
Specifies the type of update to perform to an IPSet with UpdateIPSet.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
IPSetUpdate.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
String |
action() |
Specifies whether to insert or delete an IP address with UpdateIPSet.
|
static IPSetUpdate.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
IPSetDescriptor |
ipSetDescriptor() |
The IP address type (
IPV4 or IPV6) and the IP address range (in CIDR notation) that web
requests originate from. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends IPSetUpdate.Builder> |
serializableBuilderClass() |
|
IPSetUpdate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String action()
Specifies whether to insert or delete an IP address with UpdateIPSet.
ChangeActionpublic IPSetDescriptor ipSetDescriptor()
The IP address type (IPV4 or IPV6) and the IP address range (in CIDR notation) that web
requests originate from.
IPV4 or IPV6) and the IP address range (in CIDR notation)
that web requests originate from.public IPSetUpdate.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<IPSetUpdate.Builder,IPSetUpdate>public static IPSetUpdate.Builder builder()
public static Class<? extends IPSetUpdate.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.