Class VpcInfoPeeringOptionsDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.VpcInfoPeeringOptionsDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VpcInfoPeeringOptionsDetails.Builder,VpcInfoPeeringOptionsDetails>
@Generated("software.amazon.awssdk:codegen") public final class VpcInfoPeeringOptionsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcInfoPeeringOptionsDetails.Builder,VpcInfoPeeringOptionsDetails>
Provides information about the VPC peering connection options for the accepter or requester VPC.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVpcInfoPeeringOptionsDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowDnsResolutionFromRemoteVpc()Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.BooleanallowEgressFromLocalClassicLinkToRemoteVpc()Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.BooleanallowEgressFromLocalVpcToRemoteClassicLink()Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.static VpcInfoPeeringOptionsDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VpcInfoPeeringOptionsDetails.Builder>serializableBuilderClass()VpcInfoPeeringOptionsDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
allowDnsResolutionFromRemoteVpc
public final Boolean allowDnsResolutionFromRemoteVpc()
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
- Returns:
- Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
-
allowEgressFromLocalClassicLinkToRemoteVpc
public final Boolean allowEgressFromLocalClassicLinkToRemoteVpc()
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
- Returns:
- Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC peering connection.
-
allowEgressFromLocalVpcToRemoteClassicLink
public final Boolean allowEgressFromLocalVpcToRemoteClassicLink()
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
- Returns:
- Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC peering connection.
-
toBuilder
public VpcInfoPeeringOptionsDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VpcInfoPeeringOptionsDetails.Builder,VpcInfoPeeringOptionsDetails>
-
builder
public static VpcInfoPeeringOptionsDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends VpcInfoPeeringOptionsDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-