@Stability(value=Stable) @Internal public static final class GrpcGatewayRouteMatch.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GrpcGatewayRouteMatch
GrpcGatewayRouteMatchsoftware.amazon.jsii.JsiiObject.InitializationModeGrpcGatewayRouteMatch.Builder, GrpcGatewayRouteMatch.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GrpcGatewayRouteMatch.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GrpcGatewayRouteMatch.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) |
GatewayRouteHostnameMatch |
getHostname()
Create host name based gRPC gateway route match.
|
List<HeaderMatch> |
getMetadata()
Create metadata based gRPC gateway route match.
|
Boolean |
getRewriteRequestHostname()
When `true`, rewrites the original request received at the Virtual Gateway to the destination Virtual Service name.
|
String |
getServiceName()
Create service name based gRPC gateway route match.
|
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(GrpcGatewayRouteMatch.Builder builder)
GrpcGatewayRouteMatch.Builder.public final GatewayRouteHostnameMatch getHostname()
GrpcGatewayRouteMatchDefault: - no matching on host name
getHostname in interface GrpcGatewayRouteMatchpublic final List<HeaderMatch> getMetadata()
GrpcGatewayRouteMatchAll specified metadata must match for the route to match.
Default: - no matching on metadata
getMetadata in interface GrpcGatewayRouteMatchpublic final Boolean getRewriteRequestHostname()
GrpcGatewayRouteMatch
When false, retains the original hostname from the request.
Default: true
getRewriteRequestHostname in interface GrpcGatewayRouteMatchpublic final String getServiceName()
GrpcGatewayRouteMatchDefault: - no matching on service name
getServiceName in interface GrpcGatewayRouteMatch@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.