public static final class CfnGatewayRoute.GatewayRouteSpecProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGatewayRoute.GatewayRouteSpecProperty
CfnGatewayRoute.GatewayRouteSpecProperty
CfnGatewayRoute.GatewayRouteSpecProperty.Builder, CfnGatewayRoute.GatewayRouteSpecProperty.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.Object |
getGrpcRoute()
An object that represents the specification of a gRPC gateway route.
|
java.lang.Object |
getHttp2Route()
An object that represents the specification of an HTTP/2 gateway route.
|
java.lang.Object |
getHttpRoute()
An object that represents the specification of an HTTP gateway route.
|
java.lang.Number |
getPriority()
The ordering of the gateway routes spec.
|
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.Object getGrpcRoute()
CfnGatewayRoute.GatewayRouteSpecProperty
getGrpcRoute
in interface CfnGatewayRoute.GatewayRouteSpecProperty
public final java.lang.Object getHttp2Route()
CfnGatewayRoute.GatewayRouteSpecProperty
getHttp2Route
in interface CfnGatewayRoute.GatewayRouteSpecProperty
public final java.lang.Object getHttpRoute()
CfnGatewayRoute.GatewayRouteSpecProperty
getHttpRoute
in interface CfnGatewayRoute.GatewayRouteSpecProperty
public final java.lang.Number getPriority()
CfnGatewayRoute.GatewayRouteSpecProperty
getPriority
in interface CfnGatewayRoute.GatewayRouteSpecProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()