public static final class RouteBaseProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RouteBaseProps
RouteBaseProps
RouteBaseProps.Builder, RouteBaseProps.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 |
getRouteName()
The name of the route.
|
RouteSpec |
getRouteSpec()
Protocol specific 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 RouteSpec getRouteSpec()
RouteBaseProps
getRouteSpec
in interface RouteBaseProps
public final java.lang.String getRouteName()
RouteBaseProps
Default: - An automatically generated name
getRouteName
in interface RouteBaseProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()