public static final class BasePathMappingOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BasePathMappingOptions
BasePathMappingOptions
BasePathMappingOptions.Builder, BasePathMappingOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getBasePath()
The base path name that callers of the API must provide in the URL after the domain name (e.g.
|
Stage |
getStage()
The Deployment stage of API [disable-awslint:ref-via-interface].
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBasePath()
BasePathMappingOptions
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.
getBasePath
in interface BasePathMappingOptions
public final Stage getStage()
BasePathMappingOptions
Default: - map to deploymentStage of restApi otherwise stage needs to pass in URL
getStage
in interface BasePathMappingOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()