public static final class CfnBasePathMappingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBasePathMappingProps
CfnBasePathMappingProps
CfnBasePathMappingProps.Builder, CfnBasePathMappingProps.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.
|
java.lang.String |
getDomainName()
The `DomainName` of an [AWS::ApiGateway::DomainName](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html) resource.
|
java.lang.String |
getId()
`AWS::ApiGateway::BasePathMapping.Id`.
|
java.lang.String |
getRestApiId()
The ID of the API.
|
java.lang.String |
getStage()
The name of the API's stage.
|
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 getDomainName()
CfnBasePathMappingProps
getDomainName
in interface CfnBasePathMappingProps
public final java.lang.String getBasePath()
CfnBasePathMappingProps
getBasePath
in interface CfnBasePathMappingProps
public final java.lang.String getId()
CfnBasePathMappingProps
getId
in interface CfnBasePathMappingProps
public final java.lang.String getRestApiId()
CfnBasePathMappingProps
getRestApiId
in interface CfnBasePathMappingProps
public final java.lang.String getStage()
CfnBasePathMappingProps
getStage
in interface CfnBasePathMappingProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()