Class BasePathMappingOptions.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class BasePathMappingOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BasePathMappingOptions
An implementation for BasePathMappingOptions
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.BasePathMappingOptions

    BasePathMappingOptions.Builder, BasePathMappingOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the BasePathMappingOptions.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Boolean
    Whether to attach the base path mapping to a stage.
    final String
    The base path name that callers of the API must provide in the URL after the domain name (e.g.
    final Stage
    The Deployment stage of API [disable-awslint:ref-via-interface].
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(BasePathMappingOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the BasePathMappingOptions.Builder.
  • Method Details

    • getAttachToStage

      public final Boolean getAttachToStage()
      Description copied from interface: BasePathMappingOptions
      Whether to attach the base path mapping to a stage.

      Use this property to create a base path mapping without attaching it to the Rest API default stage. This property is ignored if stage is provided.

      Default: - true

      Specified by:
      getAttachToStage in interface BasePathMappingOptions
    • getBasePath

      public final String getBasePath()
      Description copied from interface: BasePathMappingOptions
      The base path name that callers of the API must provide in the URL after the domain name (e.g. example.com/base-path). If you specify this property, it can't be an empty string.

      Default: - map requests from the domain root (e.g. `example.com`). If this is undefined, no additional mappings will be allowed on this domain name.

      Specified by:
      getBasePath in interface BasePathMappingOptions
    • getStage

      public final Stage getStage()
      Description copied from interface: BasePathMappingOptions
      The Deployment stage of API [disable-awslint:ref-via-interface].

      Default: - map to deploymentStage of restApi otherwise stage needs to pass in URL

      Specified by:
      getStage in interface BasePathMappingOptions
    • $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