Class CfnRouteMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.refactorspaces.CfnRouteMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRouteMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouteMixinProps
@Stability(Stable)
@Internal
public static final class CfnRouteMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouteMixinProps
An implementation for
CfnRouteMixinProps-
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.cfnpropertymixins.services.refactorspaces.CfnRouteMixinProps
CfnRouteMixinProps.Builder, CfnRouteMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRouteMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouteMixinProps.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 ObjectThe unique identifier of the application.final ObjectConfiguration for the default route type.final ObjectThe unique identifier of the environment.final StringThe route type of the route.final ObjectThe 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 theCfnRouteMixinProps.Builder.
-
-
Method Details
-
getApplicationIdentifier
Description copied from interface:CfnRouteMixinPropsThe unique identifier of the application.Returns union: either
StringorIApplicationRef- Specified by:
getApplicationIdentifierin interfaceCfnRouteMixinProps- See Also:
-
getDefaultRoute
Description copied from interface:CfnRouteMixinPropsConfiguration for the default route type.Returns union: either
IResolvableorCfnRoutePropsMixin.DefaultRouteInputProperty- Specified by:
getDefaultRoutein interfaceCfnRouteMixinProps- See Also:
-
getEnvironmentIdentifier
Description copied from interface:CfnRouteMixinPropsThe unique identifier of the environment.Returns union: either
StringorIEnvironmentRef- Specified by:
getEnvironmentIdentifierin interfaceCfnRouteMixinProps- See Also:
-
getRouteType
Description copied from interface:CfnRouteMixinPropsThe route type of the route.- Specified by:
getRouteTypein interfaceCfnRouteMixinProps- See Also:
-
getServiceIdentifier
Description copied from interface:CfnRouteMixinPropsThe unique identifier of the service.Returns union: either
StringorIServiceRef- Specified by:
getServiceIdentifierin interfaceCfnRouteMixinProps- See Also:
-
getTags
Description copied from interface:CfnRouteMixinPropsThe tags assigned to the route.- Specified by:
getTagsin interfaceCfnRouteMixinProps- See Also:
-
getUriPathRoute
Description copied from interface:CfnRouteMixinPropsThe configuration for the URI path route type.Returns union: either
IResolvableorCfnRoutePropsMixin.UriPathRouteInputProperty- Specified by:
getUriPathRoutein interfaceCfnRouteMixinProps- 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()
-