@Stability(value=Stable) @Internal public static final class HttpRoutePathMatchConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpRoutePathMatchConfig
HttpRoutePathMatchConfigsoftware.amazon.jsii.JsiiObject.InitializationModeHttpRoutePathMatchConfig.Builder, HttpRoutePathMatchConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpRoutePathMatchConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpRoutePathMatchConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getPrefixPathMatch()
Route configuration for matching on the prefix of the URL path of the request.
|
CfnRoute.HttpPathMatchProperty |
getWholePathMatch()
Route configuration for matching on the complete URL path of the request.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(HttpRoutePathMatchConfig.Builder builder)
HttpRoutePathMatchConfig.Builder.public final String getPrefixPathMatch()
HttpRoutePathMatchConfigDefault: - no matching will be performed on the prefix of the URL path
getPrefixPathMatch in interface HttpRoutePathMatchConfigpublic final CfnRoute.HttpPathMatchProperty getWholePathMatch()
HttpRoutePathMatchConfigDefault: - no matching will be performed on the complete URL path
getWholePathMatch in interface HttpRoutePathMatchConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.