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