@Stability(value=Experimental) @Internal public static final class ApiMappingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApiMappingProps
ApiMappingPropssoftware.amazon.jsii.JsiiObject.InitializationModeApiMappingProps.Builder, ApiMappingProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IApi api,
IDomainName domainName,
String apiMappingKey,
IStage stage)
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IApi |
getApi()
(experimental) The Api to which this mapping is applied.
|
String |
getApiMappingKey()
(experimental) Api mapping key.
|
IDomainName |
getDomainName()
(experimental) custom domain name of the mapping target.
|
IStage |
getStage()
(experimental) stage for the ApiMapping resource required for WebSocket API defaults to default stage of an HTTP API.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IApi api, IDomainName domainName, String apiMappingKey, IStage stage)
ApiMappingProps.Builder.public final IApi getApi()
ApiMappingPropsgetApi in interface ApiMappingPropspublic final IDomainName getDomainName()
ApiMappingPropsgetDomainName in interface ApiMappingPropspublic final String getApiMappingKey()
ApiMappingPropsThe path where this stage should be mapped to on the domain
Default: - undefined for the root path mapping.
getApiMappingKey in interface ApiMappingPropspublic final IStage getStage()
ApiMappingPropsDefault: - Default stage of the passed API for HTTP API, required for WebSocket API
getStage in interface ApiMappingProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.