@Stability(value=Experimental) @Internal public static final class HttpApiMappingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpApiMappingProps
HttpApiMappingPropssoftware.amazon.jsii.JsiiObject.InitializationModeHttpApiMappingProps.Builder, HttpApiMappingProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IHttpApi api,
IDomainName domainName,
String apiMappingKey,
IHttpStage stage)
Constructor that initializes the object based on literal property values passed by the
HttpApiMappingProps.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) |
IHttpApi |
getApi()
(experimental) The HttpApi to which this mapping is applied.
|
String |
getApiMappingKey()
(experimental) Api mapping key.
|
IDomainName |
getDomainName()
(experimental) custom domain name of the mapping target.
|
IHttpStage |
getStage()
(experimental) stage for the HttpApiMapping resource.
|
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(IHttpApi api, IDomainName domainName, String apiMappingKey, IHttpStage stage)
HttpApiMappingProps.Builder.public final IHttpApi getApi()
HttpApiMappingPropsgetApi in interface HttpApiMappingPropspublic final IDomainName getDomainName()
HttpApiMappingPropsgetDomainName in interface HttpApiMappingPropspublic final String getApiMappingKey()
HttpApiMappingPropsThe path where this stage should be mapped to on the domain
Default: - undefined for the root path mapping.
getApiMappingKey in interface HttpApiMappingPropspublic final IHttpStage getStage()
HttpApiMappingPropsDefault: - the $default stage
getStage in interface HttpApiMappingProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.