@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 location from which we advertise the IPV6 CIDR block.
|
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, waitcopypublic String associationId()
The association ID for the IPv6 CIDR block.
public String ipv6CidrBlock()
The IPv6 CIDR block.
public VpcCidrBlockState ipv6CidrBlockState()
Information about the state of the CIDR block.
public String ipv6Pool()
The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.
public String networkBorderGroup()
The name of the location from which we advertise the IPV6 CIDR block.
public VpcIpv6CidrBlockAssociation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpcIpv6CidrBlockAssociation.Builder,VpcIpv6CidrBlockAssociation>public static VpcIpv6CidrBlockAssociation.Builder builder()
public static Class<? extends VpcIpv6CidrBlockAssociation.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.