Class CfnBasePathMappingProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnBasePathMappingProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBasePathMappingProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBasePathMappingProps
@Stability(Stable)
@Internal
public static final class CfnBasePathMappingProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBasePathMappingProps
An implementation for
CfnBasePathMappingProps
-
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.apigateway.CfnBasePathMappingProps
CfnBasePathMappingProps.Builder, CfnBasePathMappingProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnBasePathMappingProps.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The base path name that callers of the API must provide as part of the URL after the domain name.final String
The domain name of the BasePathMapping resource to be described.final String
getId()
final String
The string identifier of the associated RestApi.final String
getStage()
The name of the associated stage.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theCfnBasePathMappingProps.Builder
.
-
-
Method Details
-
getDomainName
Description copied from interface:CfnBasePathMappingProps
The domain name of the BasePathMapping resource to be described.- Specified by:
getDomainName
in interfaceCfnBasePathMappingProps
- See Also:
-
getBasePath
Description copied from interface:CfnBasePathMappingProps
The base path name that callers of the API must provide as part of the URL after the domain name.- Specified by:
getBasePath
in interfaceCfnBasePathMappingProps
- See Also:
-
getId
- Specified by:
getId
in interfaceCfnBasePathMappingProps
- See Also:
-
getRestApiId
Description copied from interface:CfnBasePathMappingProps
The string identifier of the associated RestApi.- Specified by:
getRestApiId
in interfaceCfnBasePathMappingProps
- See Also:
-
getStage
Description copied from interface:CfnBasePathMappingProps
The name of the associated stage.- Specified by:
getStage
in interfaceCfnBasePathMappingProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-