public static final class HttpRoutePathMatchConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpRoutePathMatchConfig
HttpRoutePathMatchConfig
HttpRoutePathMatchConfig.Builder, HttpRoutePathMatchConfig.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getPrefixPathMatch()
HttpRoutePathMatchConfig
Default: - no matching will be performed on the prefix of the URL path
getPrefixPathMatch
in interface HttpRoutePathMatchConfig
public final CfnRoute.HttpPathMatchProperty getWholePathMatch()
HttpRoutePathMatchConfig
Default: - no matching will be performed on the complete URL path
getWholePathMatch
in interface HttpRoutePathMatchConfig
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()