Class CfnBasePathMappingV2MixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnBasePathMappingV2MixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnBasePathMappingV2MixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBasePathMappingV2MixinProps
@Stability(Stable)
@Internal
public static final class CfnBasePathMappingV2MixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBasePathMappingV2MixinProps
An implementation for
CfnBasePathMappingV2MixinProps-
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.cfnpropertymixins.services.apigateway.CfnBasePathMappingV2MixinProps
CfnBasePathMappingV2MixinProps.Builder, CfnBasePathMappingV2MixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBasePathMappingV2MixinProps.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 theCfnBasePathMappingV2MixinProps.Builder.
-
-
Method Details
-
getBasePath
Description copied from interface:CfnBasePathMappingV2MixinPropsThe base path name that callers of the private API must provide as part of the URL after the domain name.- Specified by:
getBasePathin interfaceCfnBasePathMappingV2MixinProps- See Also:
-
getDomainNameArn
Description copied from interface:CfnBasePathMappingV2MixinPropsThe ARN of the domain name for the BasePathMappingV2 resource to be described.- Specified by:
getDomainNameArnin interfaceCfnBasePathMappingV2MixinProps- See Also:
-
getRestApiId
Description copied from interface:CfnBasePathMappingV2MixinPropsThe private API's identifier.This identifier is unique across all of your APIs in API Gateway.
- Specified by:
getRestApiIdin interfaceCfnBasePathMappingV2MixinProps- See Also:
-
getStage
Description copied from interface:CfnBasePathMappingV2MixinPropsRepresents 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 interfaceCfnBasePathMappingV2MixinProps- 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()
-