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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.refactorspaces.CfnRouteProps
CfnRouteProps.Builder, CfnRouteProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRouteProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouteProps.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 unique identifier of the application.final ObjectConfiguration for the default route type.final StringThe unique identifier of the environment.final StringThe route type of the route.final StringThe unique identifier of the service.getTags()The tags assigned to the route.final ObjectThe configuration for the URI path route type.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 theCfnRouteProps.Builder.
-
-
Method Details
-
getApplicationIdentifier
Description copied from interface:CfnRoutePropsThe unique identifier of the application.- Specified by:
getApplicationIdentifierin interfaceCfnRouteProps- See Also:
-
getEnvironmentIdentifier
Description copied from interface:CfnRoutePropsThe unique identifier of the environment.- Specified by:
getEnvironmentIdentifierin interfaceCfnRouteProps- See Also:
-
getRouteType
Description copied from interface:CfnRoutePropsThe route type of the route.- Specified by:
getRouteTypein interfaceCfnRouteProps- See Also:
-
getServiceIdentifier
Description copied from interface:CfnRoutePropsThe unique identifier of the service.- Specified by:
getServiceIdentifierin interfaceCfnRouteProps- See Also:
-
getDefaultRoute
Description copied from interface:CfnRoutePropsConfiguration for the default route type.Returns union: either
IResolvableorCfnRoute.DefaultRouteInputProperty- Specified by:
getDefaultRoutein interfaceCfnRouteProps- See Also:
-
getTags
Description copied from interface:CfnRoutePropsThe tags assigned to the route.- Specified by:
getTagsin interfaceCfnRouteProps- See Also:
-
getUriPathRoute
Description copied from interface:CfnRoutePropsThe configuration for the URI path route type.Returns union: either
IResolvableorCfnRoute.UriPathRouteInputProperty- Specified by:
getUriPathRoutein interfaceCfnRouteProps- See Also:
-
$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()
-