@Stability(value=Stable) @Internal public static final class HttpRouteMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpRouteMatch
HttpRouteMatchsoftware.amazon.jsii.JsiiObject.InitializationModeHttpRouteMatch.Builder, HttpRouteMatch.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpRouteMatch.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpRouteMatch.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) |
List<HeaderMatch> |
getHeaders()
Specifies the client request headers to match on.
|
HttpRouteMethod |
getMethod()
The HTTP client request method to match on.
|
HttpRoutePathMatch |
getPath()
Specifies how is the request matched based on the path part of its URL.
|
HttpRouteProtocol |
getProtocol()
The client request protocol to match on.
|
List<QueryParameterMatch> |
getQueryParameters()
The query parameters to match on.
|
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(HttpRouteMatch.Builder builder)
HttpRouteMatch.Builder.public final List<HeaderMatch> getHeaders()
HttpRouteMatchAll specified headers must match for the route to match.
Default: - do not match on headers
getHeaders in interface HttpRouteMatchpublic final HttpRouteMethod getMethod()
HttpRouteMatchDefault: - do not match on request method
getMethod in interface HttpRouteMatchpublic final HttpRoutePathMatch getPath()
HttpRouteMatchDefault: - matches requests with all paths
getPath in interface HttpRouteMatchpublic final HttpRouteProtocol getProtocol()
HttpRouteMatchApplicable only for HTTP2 routes.
Default: - do not match on HTTP2 request protocol
getProtocol in interface HttpRouteMatchpublic final List<QueryParameterMatch> getQueryParameters()
HttpRouteMatchAll specified query parameters must match for the route to match.
Default: - do not match on query parameters
getQueryParameters in interface HttpRouteMatch@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.