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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.CfnBasePathMappingProps
CfnBasePathMappingProps.Builder, CfnBasePathMappingProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBasePathMappingProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe base path name that callers of the API must provide as part of the URL after the domain name.final StringThe domain name of the BasePathMapping resource to be described.final StringgetId()final StringThe string identifier of the associated RestApi.final StringgetStage()The name of the associated stage.final inthashCode()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:CfnBasePathMappingPropsThe domain name of the BasePathMapping resource to be described.- Specified by:
getDomainNamein interfaceCfnBasePathMappingProps- See Also:
-
getBasePath
Description copied from interface:CfnBasePathMappingPropsThe base path name that callers of the API must provide as part of the URL after the domain name.- Specified by:
getBasePathin interfaceCfnBasePathMappingProps- See Also:
-
getId
- Specified by:
getIdin interfaceCfnBasePathMappingProps- See Also:
-
getRestApiId
Description copied from interface:CfnBasePathMappingPropsThe string identifier of the associated RestApi.- Specified by:
getRestApiIdin interfaceCfnBasePathMappingProps- See Also:
-
getStage
Description copied from interface:CfnBasePathMappingPropsThe name of the associated stage.- Specified by:
getStagein interfaceCfnBasePathMappingProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-