Class HttpGatewayRoutePathMatchConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.HttpGatewayRoutePathMatchConfig.Jsii$Proxy
- All Implemented Interfaces:
HttpGatewayRoutePathMatchConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HttpGatewayRoutePathMatchConfig
@Stability(Stable)
@Internal
public static final class HttpGatewayRoutePathMatchConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HttpGatewayRoutePathMatchConfig
An implementation for
HttpGatewayRoutePathMatchConfig-
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.appmesh.HttpGatewayRoutePathMatchConfig
HttpGatewayRoutePathMatchConfig.Builder, HttpGatewayRoutePathMatchConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theHttpGatewayRoutePathMatchConfig.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 StringGateway route configuration for matching on the prefix of the URL path of the request.Gateway route configuration for rewriting the prefix of the URL path of the request.Gateway route configuration for matching on the complete URL path of the request.Gateway route configuration for rewriting the complete URL path of the request..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 theHttpGatewayRoutePathMatchConfig.Builder.
-
-
Method Details
-
getPrefixPathMatch
Description copied from interface:HttpGatewayRoutePathMatchConfigGateway route configuration for matching on the prefix of the URL path of the request.Default: - no matching will be performed on the prefix of the URL path
- Specified by:
getPrefixPathMatchin interfaceHttpGatewayRoutePathMatchConfig
-
getPrefixPathRewrite
Description copied from interface:HttpGatewayRoutePathMatchConfigGateway route configuration for rewriting the prefix of the URL path of the request.Default: - rewrites the request's URL path to '/'
- Specified by:
getPrefixPathRewritein interfaceHttpGatewayRoutePathMatchConfig
-
getWholePathMatch
Description copied from interface:HttpGatewayRoutePathMatchConfigGateway route configuration for matching on the complete URL path of the request.Default: - no matching will be performed on the complete URL path
- Specified by:
getWholePathMatchin interfaceHttpGatewayRoutePathMatchConfig
-
getWholePathRewrite
Description copied from interface:HttpGatewayRoutePathMatchConfigGateway route configuration for rewriting the complete URL path of the request..Default: - no rewrite will be performed on the request's complete URL path
- Specified by:
getWholePathRewritein interfaceHttpGatewayRoutePathMatchConfig
-
$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()
-