@Stability(value=Stable) @Internal public static final class HttpGatewayRouteMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpGatewayRouteMatch
HttpGatewayRouteMatchsoftware.amazon.jsii.JsiiObject.InitializationModeHttpGatewayRouteMatch.Builder, HttpGatewayRouteMatch.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpGatewayRouteMatch.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpGatewayRouteMatch.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.
|
GatewayRouteHostnameMatch |
getHostname()
The gateway route host name to be matched on.
|
HttpRouteMethod |
getMethod()
The method to match on.
|
HttpGatewayRoutePathMatch |
getPath()
Specify how to match requests based on the 'path' part of their URL.
|
List<QueryParameterMatch> |
getQueryParameters()
The query parameters to match on.
|
Boolean |
getRewriteRequestHostname()
When `true`, rewrites the original request received at the Virtual Gateway to the destination Virtual Service name.
|
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(HttpGatewayRouteMatch.Builder builder)
HttpGatewayRouteMatch.Builder.public final List<HeaderMatch> getHeaders()
HttpGatewayRouteMatchAll specified headers must match for the gateway route to match.
Default: - do not match on headers
getHeaders in interface HttpGatewayRouteMatchpublic final GatewayRouteHostnameMatch getHostname()
HttpGatewayRouteMatchDefault: - do not match on host name
getHostname in interface HttpGatewayRouteMatchpublic final HttpRouteMethod getMethod()
HttpGatewayRouteMatchDefault: - do not match on method
getMethod in interface HttpGatewayRouteMatchpublic final HttpGatewayRoutePathMatch getPath()
HttpGatewayRouteMatchDefault: - matches requests with any path
getPath in interface HttpGatewayRouteMatchpublic final List<QueryParameterMatch> getQueryParameters()
HttpGatewayRouteMatchAll specified query parameters must match for the route to match.
Default: - do not match on query parameters
getQueryParameters in interface HttpGatewayRouteMatchpublic final Boolean getRewriteRequestHostname()
HttpGatewayRouteMatch
When false, retains the original hostname from the request.
Default: true
getRewriteRequestHostname in interface HttpGatewayRouteMatch@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.