Class ApiMappingProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.ApiMappingProps.Jsii$Proxy
- All Implemented Interfaces:
ApiMappingProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApiMappingProps
@Stability(Experimental)
@Internal
public static final class ApiMappingProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ApiMappingProps
An implementation for
ApiMappingProps-
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.apigatewayv2.ApiMappingProps
ApiMappingProps.Builder, ApiMappingProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ApiMappingProps.Builder builder) Constructor that initializes the object based on literal property values passed by theApiMappingProps.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 IApigetApi()(experimental) The Api to which this mapping is applied.final String(experimental) Api mapping key.final IDomainName(experimental) custom domain name of the mapping target.final IStagegetStage()(experimental) stage for the ApiMapping resource required for WebSocket API defaults to default stage of an HTTP API.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 theApiMappingProps.Builder.
-
-
Method Details
-
getApi
Description copied from interface:ApiMappingProps(experimental) The Api to which this mapping is applied.- Specified by:
getApiin interfaceApiMappingProps
-
getDomainName
Description copied from interface:ApiMappingProps(experimental) custom domain name of the mapping target.- Specified by:
getDomainNamein interfaceApiMappingProps
-
getApiMappingKey
Description copied from interface:ApiMappingProps(experimental) Api mapping key.The path where this stage should be mapped to on the domain
Default: - undefined for the root path mapping.
- Specified by:
getApiMappingKeyin interfaceApiMappingProps
-
getStage
Description copied from interface:ApiMappingProps(experimental) stage for the ApiMapping resource required for WebSocket API defaults to default stage of an HTTP API.Default: - Default stage of the passed API for HTTP API, required for WebSocket API
- Specified by:
getStagein interfaceApiMappingProps
-
$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()
-