Class ApiMappingProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class ApiMappingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApiMappingProps
An implementation for ApiMappingProps
  • 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.apigatewayv2.ApiMappingProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ApiMappingProps.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 IApi
    The Api to which this mapping is applied.
    final String
    Api mapping key.
    custom domain name of the mapping target.
    final IStage
    stage for the ApiMapping resource required for WebSocket API defaults to default stage of an HTTP API.
    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(ApiMappingProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ApiMappingProps.Builder.
  • Method Details

    • getApi

      public final IApi getApi()
      Description copied from interface: ApiMappingProps
      The Api to which this mapping is applied.
      Specified by:
      getApi in interface ApiMappingProps
    • getDomainName

      public final IDomainName getDomainName()
      Description copied from interface: ApiMappingProps
      custom domain name of the mapping target.
      Specified by:
      getDomainName in interface ApiMappingProps
    • getApiMappingKey

      public final String getApiMappingKey()
      Description copied from interface: ApiMappingProps
      Api mapping key.

      The path where this stage should be mapped to on the domain

      Default: - undefined for the root path mapping.

      Specified by:
      getApiMappingKey in interface ApiMappingProps
    • getStage

      public final IStage getStage()
      Description copied from interface: ApiMappingProps
      stage for the ApiMapping resource required for WebSocket API defaults to default stage of an HTTP API.

      Default: - Default stage of the passed API for HTTP API, required for WebSocket API

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