@Generated(value="software.amazon.awssdk:codegen") public final class VpcIpv6CidrBlockAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcIpv6CidrBlockAssociation.Builder,VpcIpv6CidrBlockAssociation>
Describes an IPv6 CIDR block associated with a VPC.
Modifier and Type | Class and Description |
---|---|
static interface |
VpcIpv6CidrBlockAssociation.Builder |
Modifier and Type | Method and Description |
---|---|
String |
associationId()
The association ID for the IPv6 CIDR block.
|
static VpcIpv6CidrBlockAssociation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipv6CidrBlock()
The IPv6 CIDR block.
|
VpcCidrBlockState |
ipv6CidrBlockState()
Information about the state of the CIDR block.
|
String |
ipv6Pool()
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
|
String |
networkBorderGroup()
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services
advertises IP addresses, for example,
us-east-1-wl1-bos-wlz-1 . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcIpv6CidrBlockAssociation.Builder> |
serializableBuilderClass() |
VpcIpv6CidrBlockAssociation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String associationId()
The association ID for the IPv6 CIDR block.
public final String ipv6CidrBlock()
The IPv6 CIDR block.
public final VpcCidrBlockState ipv6CidrBlockState()
Information about the state of the CIDR block.
public final String networkBorderGroup()
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services
advertises IP addresses, for example, us-east-1-wl1-bos-wlz-1
.
us-east-1-wl1-bos-wlz-1
.public final String ipv6Pool()
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
public VpcIpv6CidrBlockAssociation.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VpcIpv6CidrBlockAssociation.Builder,VpcIpv6CidrBlockAssociation>
public static VpcIpv6CidrBlockAssociation.Builder builder()
public static Class<? extends VpcIpv6CidrBlockAssociation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.