@Generated(value="software.amazon.awssdk:codegen") public final class Ipv4PrefixSpecificationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Ipv4PrefixSpecificationResponse.Builder,Ipv4PrefixSpecificationResponse>
Information about the IPv4 delegated prefixes assigned to a network interface.
Modifier and Type | Class and Description |
---|---|
static interface |
Ipv4PrefixSpecificationResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static Ipv4PrefixSpecificationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipv4Prefix()
The IPv4 delegated prefixes assigned to the network interface.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Ipv4PrefixSpecificationResponse.Builder> |
serializableBuilderClass() |
Ipv4PrefixSpecificationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String ipv4Prefix()
The IPv4 delegated prefixes assigned to the network interface.
public Ipv4PrefixSpecificationResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Ipv4PrefixSpecificationResponse.Builder,Ipv4PrefixSpecificationResponse>
public static Ipv4PrefixSpecificationResponse.Builder builder()
public static Class<? extends Ipv4PrefixSpecificationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.