public static final class GatewayRouteBaseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GatewayRouteBaseProps
GatewayRouteBaseProps
GatewayRouteBaseProps.Builder, GatewayRouteBaseProps.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.String |
getGatewayRouteName()
The name of the GatewayRoute.
|
GatewayRouteSpec |
getRouteSpec()
What protocol the route uses.
|
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 GatewayRouteSpec getRouteSpec()
GatewayRouteBaseProps
getRouteSpec
in interface GatewayRouteBaseProps
public final java.lang.String getGatewayRouteName()
GatewayRouteBaseProps
Default: - an automatically generated name
getGatewayRouteName
in interface GatewayRouteBaseProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()