Class RouteReference.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.interfaces.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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.refactorspaces.RouteReference
RouteReference.Builder, RouteReference.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RouteReference.Builder builder) Constructor that initializes the object based on literal property values passed by theRouteReference.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe ApplicationIdentifier of the Route resource.final StringThe EnvironmentIdentifier of the Route resource.final StringThe ARN of the Route resource.final StringThe RouteIdentifier of the Route resource.final inthashCode()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:RouteReferenceThe ApplicationIdentifier of the Route resource.- Specified by:
getApplicationIdentifierin interfaceRouteReference
-
getEnvironmentIdentifier
Description copied from interface:RouteReferenceThe EnvironmentIdentifier of the Route resource.- Specified by:
getEnvironmentIdentifierin interfaceRouteReference
-
getRouteArn
Description copied from interface:RouteReferenceThe ARN of the Route resource.- Specified by:
getRouteArnin interfaceRouteReference
-
getRouteIdentifier
Description copied from interface:RouteReferenceThe RouteIdentifier of the Route resource.- Specified by:
getRouteIdentifierin interfaceRouteReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-