Class DomainNameV2Reference.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class DomainNameV2Reference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DomainNameV2Reference
An implementation for DomainNameV2Reference
  • 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(DomainNameV2Reference.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DomainNameV2Reference.Builder.
  • Method Details

    • getDomainNameArn

      public final String getDomainNameArn()
      Description copied from interface: DomainNameV2Reference
      The DomainNameArn of the DomainNameV2 resource.
      Specified by:
      getDomainNameArn in interface DomainNameV2Reference
    • $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