public static final class CfnRouteProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRouteProps
CfnRouteProps
CfnRouteProps.Builder, CfnRouteProps.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 |
getApplicationIdentifier()
The unique identifier of the application.
|
java.lang.Object |
getDefaultRoute()
`AWS::RefactorSpaces::Route.DefaultRoute`.
|
java.lang.String |
getEnvironmentIdentifier()
The unique identifier of the environment.
|
java.lang.String |
getRouteType()
The route type of the route.
|
java.lang.String |
getServiceIdentifier()
The unique identifier of the service.
|
java.util.List<CfnTag> |
getTags()
The tags assigned to the route.
|
java.lang.Object |
getUriPathRoute()
The configuration for the URI path route type.
|
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.String getApplicationIdentifier()
CfnRouteProps
getApplicationIdentifier
in interface CfnRouteProps
public final java.lang.String getEnvironmentIdentifier()
CfnRouteProps
getEnvironmentIdentifier
in interface CfnRouteProps
public final java.lang.String getServiceIdentifier()
CfnRouteProps
getServiceIdentifier
in interface CfnRouteProps
public final java.lang.Object getDefaultRoute()
CfnRouteProps
getDefaultRoute
in interface CfnRouteProps
public final java.lang.String getRouteType()
CfnRouteProps
getRouteType
in interface CfnRouteProps
public final java.util.List<CfnTag> getTags()
CfnRouteProps
getTags
in interface CfnRouteProps
public final java.lang.Object getUriPathRoute()
CfnRouteProps
getUriPathRoute
in interface CfnRouteProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()