Class RouteReference.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.refactorspaces.RouteReference.Jsii$Proxy
- All Implemented Interfaces:
RouteReference
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RouteReference
@Stability(Stable)
@Internal
public static final class RouteReference.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RouteReference
An implementation for
RouteReference
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.refactorspaces.RouteReference
RouteReference.Builder, RouteReference.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(RouteReference.Builder builder) Constructor that initializes the object based on literal property values passed by theRouteReference.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The ApplicationIdentifier of the Route resource.final String
The EnvironmentIdentifier of the Route resource.final String
The ARN of the Route resource.final String
The RouteIdentifier of the Route resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theRouteReference.Builder
.
-
-
Method Details
-
getApplicationIdentifier
Description copied from interface:RouteReference
The ApplicationIdentifier of the Route resource.- Specified by:
getApplicationIdentifier
in interfaceRouteReference
-
getEnvironmentIdentifier
Description copied from interface:RouteReference
The EnvironmentIdentifier of the Route resource.- Specified by:
getEnvironmentIdentifier
in interfaceRouteReference
-
getRouteArn
Description copied from interface:RouteReference
The ARN of the Route resource.- Specified by:
getRouteArn
in interfaceRouteReference
-
getRouteIdentifier
Description copied from interface:RouteReference
The RouteIdentifier of the Route resource.- Specified by:
getRouteIdentifier
in interfaceRouteReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-