Class CfnRouteProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.refactorspaces.CfnRouteProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRouteProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouteProps
@Stability(Stable)
@Internal
public static final class CfnRouteProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouteProps
An implementation for
CfnRouteProps
-
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.CfnRouteProps
CfnRouteProps.Builder, CfnRouteProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRouteProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouteProps.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 unique identifier of the application.final Object
Configuration for the default route type.final String
The unique identifier of the environment.final String
The route type of the route.final String
The unique identifier of the service.getTags()
The tags assigned to the route.final Object
The configuration for the URI path route type.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 theCfnRouteProps.Builder
.
-
-
Method Details
-
getApplicationIdentifier
Description copied from interface:CfnRouteProps
The unique identifier of the application.- Specified by:
getApplicationIdentifier
in interfaceCfnRouteProps
- See Also:
-
getEnvironmentIdentifier
Description copied from interface:CfnRouteProps
The unique identifier of the environment.- Specified by:
getEnvironmentIdentifier
in interfaceCfnRouteProps
- See Also:
-
getRouteType
Description copied from interface:CfnRouteProps
The route type of the route.- Specified by:
getRouteType
in interfaceCfnRouteProps
- See Also:
-
getServiceIdentifier
Description copied from interface:CfnRouteProps
The unique identifier of the service.- Specified by:
getServiceIdentifier
in interfaceCfnRouteProps
- See Also:
-
getDefaultRoute
Description copied from interface:CfnRouteProps
Configuration for the default route type.- Specified by:
getDefaultRoute
in interfaceCfnRouteProps
- See Also:
-
getTags
Description copied from interface:CfnRouteProps
The tags assigned to the route.- Specified by:
getTags
in interfaceCfnRouteProps
- See Also:
-
getUriPathRoute
Description copied from interface:CfnRouteProps
The configuration for the URI path route type.- Specified by:
getUriPathRoute
in interfaceCfnRouteProps
- See Also:
-
$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()
-