@Generated(value="software.amazon.awssdk:codegen") public final class IpSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IpSet.Builder,IpSet>
A complex type for the set of IP addresses for an accelerator.
Modifier and Type | Class and Description |
---|---|
static interface |
IpSet.Builder |
Modifier and Type | Method and Description |
---|---|
static IpSet.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
ipAddresses()
The array of IP addresses in the IP address set.
|
String |
ipFamily()
The types of IP addresses included in this IP set.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IpSet.Builder> |
serializableBuilderClass() |
IpSet.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String ipFamily()
The types of IP addresses included in this IP set.
public List<String> ipAddresses()
The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public IpSet.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IpSet.Builder,IpSet>
public static IpSet.Builder builder()
public static Class<? extends IpSet.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.