@Generated(value="software.amazon.awssdk:codegen") public final class AwsEc2VpcDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2VpcDetails.Builder,AwsEc2VpcDetails>
Details about an EC2 VPC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEc2VpcDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEc2VpcDetails.Builder |
builder() |
List<CidrBlockAssociation> |
cidrBlockAssociationSet()
Information about the IPv4 CIDR blocks associated with the VPC.
|
String |
dhcpOptionsId()
The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the VPC.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCidrBlockAssociationSet()
Returns true if the CidrBlockAssociationSet property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasIpv6CidrBlockAssociationSet()
Returns true if the Ipv6CidrBlockAssociationSet property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
List<Ipv6CidrBlockAssociation> |
ipv6CidrBlockAssociationSet()
Information about the IPv6 CIDR blocks associated with the VPC.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEc2VpcDetails.Builder> |
serializableBuilderClass() |
String |
state()
The current state of the VPC.
|
AwsEc2VpcDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasCidrBlockAssociationSet()
public final List<CidrBlockAssociation> cidrBlockAssociationSet()
Information about the IPv4 CIDR blocks associated with the VPC.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCidrBlockAssociationSet() to see if a value was sent in this field.
public final boolean hasIpv6CidrBlockAssociationSet()
public final List<Ipv6CidrBlockAssociation> ipv6CidrBlockAssociationSet()
Information about the IPv6 CIDR blocks associated with the VPC.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIpv6CidrBlockAssociationSet() to see if a value was sent in this field.
public final String dhcpOptionsId()
The identifier of the set of Dynamic Host Configuration Protocol (DHCP) options that are associated with the VPC. If the default options are associated with the VPC, then this is default.
public final String state()
The current state of the VPC.
public AwsEc2VpcDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsEc2VpcDetails.Builder,AwsEc2VpcDetails>public static AwsEc2VpcDetails.Builder builder()
public static Class<? extends AwsEc2VpcDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.