Class CfnBasePathMappingV2Props.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnBasePathMappingV2Props.Jsii$Proxy
- All Implemented Interfaces:
 CfnBasePathMappingV2Props,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnBasePathMappingV2Props
@Stability(Stable)
@Internal
public static final class CfnBasePathMappingV2Props.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBasePathMappingV2Props
An implementation for 
CfnBasePathMappingV2Props- 
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.CfnBasePathMappingV2Props
CfnBasePathMappingV2Props.Builder, CfnBasePathMappingV2Props.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBasePathMappingV2Props.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 private API must provide as part of the URL after the domain name.final StringThe ARN of the domain name for the BasePathMappingV2 resource to be described.final StringThe private API's identifier.final StringgetStage()Represents a unique identifier for a version of a deployed private RestApi that is callable by users.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 theCfnBasePathMappingV2Props.Builder. 
 - 
 - 
Method Details
- 
getDomainNameArn
Description copied from interface:CfnBasePathMappingV2PropsThe ARN of the domain name for the BasePathMappingV2 resource to be described.- Specified by:
 getDomainNameArnin interfaceCfnBasePathMappingV2Props- See Also:
 
 - 
getRestApiId
Description copied from interface:CfnBasePathMappingV2PropsThe private API's identifier.This identifier is unique across all of your APIs in API Gateway.
- Specified by:
 getRestApiIdin interfaceCfnBasePathMappingV2Props- See Also:
 
 - 
getBasePath
Description copied from interface:CfnBasePathMappingV2PropsThe base path name that callers of the private API must provide as part of the URL after the domain name.- Specified by:
 getBasePathin interfaceCfnBasePathMappingV2Props- See Also:
 
 - 
getStage
Description copied from interface:CfnBasePathMappingV2PropsRepresents a unique identifier for a version of a deployed private RestApi that is callable by users.The Stage must depend on the
RestApi's stage. To create a dependency, add a DependsOn attribute to the BasePathMappingV2 resource.- Specified by:
 getStagein interfaceCfnBasePathMappingV2Props- 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() 
 -