@Generated(value="software.amazon.awssdk:codegen") public final class AwsEc2VpcPeeringConnectionVpcInfoDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder,AwsEc2VpcPeeringConnectionVpcInfoDetails>
Describes a VPC in a VPC peering connection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder |
builder() |
String |
cidrBlock()
The IPv4 CIDR block for the VPC.
|
List<VpcInfoCidrBlockSetDetails> |
cidrBlockSet()
Information about the IPv4 CIDR blocks for the VPC.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCidrBlockSet()
For responses, this returns true if the service returned a value for the CidrBlockSet property.
|
int |
hashCode() |
boolean |
hasIpv6CidrBlockSet()
For responses, this returns true if the service returned a value for the Ipv6CidrBlockSet property.
|
List<VpcInfoIpv6CidrBlockSetDetails> |
ipv6CidrBlockSet()
The IPv6 CIDR block for the VPC.
|
String |
ownerId()
The ID of the Amazon Web Services account that owns the VPC.
|
VpcInfoPeeringOptionsDetails |
peeringOptions()
Information about the VPC peering connection options for the accepter or requester VPC.
|
String |
region()
The Amazon Web Services Region in which the VPC is located.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder> |
serializableBuilderClass() |
AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the VPC.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String cidrBlock()
The IPv4 CIDR block for the VPC.
public final boolean hasCidrBlockSet()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<VpcInfoCidrBlockSetDetails> cidrBlockSet()
Information about the IPv4 CIDR blocks for the VPC.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCidrBlockSet() method.
public final boolean hasIpv6CidrBlockSet()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<VpcInfoIpv6CidrBlockSetDetails> ipv6CidrBlockSet()
The IPv6 CIDR block for the VPC.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIpv6CidrBlockSet() method.
public final String ownerId()
The ID of the Amazon Web Services account that owns the VPC.
public final VpcInfoPeeringOptionsDetails peeringOptions()
Information about the VPC peering connection options for the accepter or requester VPC.
public final String region()
The Amazon Web Services Region in which the VPC is located.
public final String vpcId()
The ID of the VPC.
public AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder,AwsEc2VpcPeeringConnectionVpcInfoDetails>public static AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder builder()
public static Class<? extends AwsEc2VpcPeeringConnectionVpcInfoDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.