@Stability(value=Stable) @Internal public static final class HttpRouteMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpRouteMatch
HttpRouteMatch
software.amazon.jsii.JsiiObject.InitializationMode
HttpRouteMatch.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, jsiiStaticSet
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.protected Jsii$Proxy(HttpRouteMatch.Builder builder)
HttpRouteMatch.Builder
.public final List<HeaderMatch> getHeaders()
HttpRouteMatch
All specified headers must match for the route to match.
Default: - do not match on headers
getHeaders
in interface HttpRouteMatch
public final HttpRouteMethod getMethod()
HttpRouteMatch
Default: - do not match on request method
getMethod
in interface HttpRouteMatch
public final HttpRoutePathMatch getPath()
HttpRouteMatch
Default: - matches requests with all paths
getPath
in interface HttpRouteMatch
public final HttpRouteProtocol getProtocol()
HttpRouteMatch
Applicable only for HTTP2 routes.
Default: - do not match on HTTP2 request protocol
getProtocol
in interface HttpRouteMatch
public final List<QueryParameterMatch> getQueryParameters()
HttpRouteMatch
All 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.JsiiSerializable
Copyright © 2022. All rights reserved.