@Generated(value="software.amazon.awssdk:codegen") public final class VpcPeeringConnectionVpcInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcPeeringConnectionVpcInfo.Builder,VpcPeeringConnectionVpcInfo>
Describes a VPC in a VPC peering connection.
Modifier and Type | Class and Description |
---|---|
static interface |
VpcPeeringConnectionVpcInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static VpcPeeringConnectionVpcInfo.Builder |
builder() |
String |
cidrBlock()
The IPv4 CIDR block for the VPC.
|
List<CidrBlock> |
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<Ipv6CidrBlock> |
ipv6CidrBlockSet()
The IPv6 CIDR block for the VPC.
|
String |
ownerId()
The ID of the Amazon Web Services account that owns the VPC.
|
VpcPeeringConnectionOptionsDescription |
peeringOptions()
Information about the VPC peering connection options for the accepter or requester VPC.
|
String |
region()
The Region in which the VPC is located.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcPeeringConnectionVpcInfo.Builder> |
serializableBuilderClass() |
VpcPeeringConnectionVpcInfo.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, wait
copy
public final String cidrBlock()
The IPv4 CIDR block for the VPC.
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<Ipv6CidrBlock> 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 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<CidrBlock> 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 String ownerId()
The ID of the Amazon Web Services account that owns the VPC.
public final VpcPeeringConnectionOptionsDescription peeringOptions()
Information about the VPC peering connection options for the accepter or requester VPC.
public final String vpcId()
The ID of the VPC.
public final String region()
The Region in which the VPC is located.
public VpcPeeringConnectionVpcInfo.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<VpcPeeringConnectionVpcInfo.Builder,VpcPeeringConnectionVpcInfo>
public static VpcPeeringConnectionVpcInfo.Builder builder()
public static Class<? extends VpcPeeringConnectionVpcInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.