public static final class CfnRoute.RouteSpecProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.RouteSpecProperty
CfnRoute.RouteSpecProperty
CfnRoute.RouteSpecProperty.Builder, CfnRoute.RouteSpecProperty.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 route.
|
java.lang.Object |
getHttp2Route()
An object that represents the specification of an HTTP/2 route.
|
java.lang.Object |
getHttpRoute()
An object that represents the specification of an HTTP route.
|
java.lang.Number |
getPriority()
The priority for the route.
|
java.lang.Object |
getTcpRoute()
An object that represents the specification of a TCP route.
|
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()
CfnRoute.RouteSpecProperty
getGrpcRoute
in interface CfnRoute.RouteSpecProperty
public final java.lang.Object getHttp2Route()
CfnRoute.RouteSpecProperty
getHttp2Route
in interface CfnRoute.RouteSpecProperty
public final java.lang.Object getHttpRoute()
CfnRoute.RouteSpecProperty
getHttpRoute
in interface CfnRoute.RouteSpecProperty
public final java.lang.Number getPriority()
CfnRoute.RouteSpecProperty
Routes are matched based on the specified value, where 0 is the highest priority.
getPriority
in interface CfnRoute.RouteSpecProperty
public final java.lang.Object getTcpRoute()
CfnRoute.RouteSpecProperty
getTcpRoute
in interface CfnRoute.RouteSpecProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()