Class CfnHostedZone.VPCProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53.CfnHostedZone.VPCProperty.Jsii$Proxy
All Implemented Interfaces:
CfnHostedZone.VPCProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnHostedZone.VPCProperty

@Stability(Stable) @Internal public static final class CfnHostedZone.VPCProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnHostedZone.VPCProperty
An implementation for CfnHostedZone.VPCProperty
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnHostedZone.VPCProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnHostedZone.VPCProperty.Builder.
  • Method Details

    • getVpcId

      public final String getVpcId()
      Description copied from interface: CfnHostedZone.VPCProperty
      Private hosted zones only: The ID of an Amazon VPC.

      For public hosted zones, omit VPCs , VPCId , and VPCRegion .

      Specified by:
      getVpcId in interface CfnHostedZone.VPCProperty
    • getVpcRegion

      public final String getVpcRegion()
      Description copied from interface: CfnHostedZone.VPCProperty
      Private hosted zones only: The region that an Amazon VPC was created in.

      For public hosted zones, omit VPCs , VPCId , and VPCRegion .

      Specified by:
      getVpcRegion in interface CfnHostedZone.VPCProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object