Class CfnRoutePropsMixin.RouteSpecProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnRoutePropsMixin.RouteSpecProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutePropsMixin.RouteSpecProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutePropsMixin.RouteSpecProperty
@Stability(Stable)
@Internal
public static final class CfnRoutePropsMixin.RouteSpecProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutePropsMixin.RouteSpecProperty
An implementation for
CfnRoutePropsMixin.RouteSpecProperty-
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.appmesh.CfnRoutePropsMixin.RouteSpecProperty
CfnRoutePropsMixin.RouteSpecProperty.Builder, CfnRoutePropsMixin.RouteSpecProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutePropsMixin.RouteSpecProperty.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 ObjectAn object that represents the specification of a gRPC route.final ObjectAn object that represents the specification of an HTTP/2 route.final ObjectAn object that represents the specification of an HTTP route.final NumberThe priority for the route.final ObjectAn object that represents the specification of a TCP route.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 theCfnRoutePropsMixin.RouteSpecProperty.Builder.
-
-
Method Details
-
getGrpcRoute
Description copied from interface:CfnRoutePropsMixin.RouteSpecPropertyAn object that represents the specification of a gRPC route.Returns union: either
IResolvableorCfnRoutePropsMixin.GrpcRouteProperty- Specified by:
getGrpcRoutein interfaceCfnRoutePropsMixin.RouteSpecProperty- See Also:
-
getHttp2Route
Description copied from interface:CfnRoutePropsMixin.RouteSpecPropertyAn object that represents the specification of an HTTP/2 route.Returns union: either
IResolvableorCfnRoutePropsMixin.HttpRouteProperty- Specified by:
getHttp2Routein interfaceCfnRoutePropsMixin.RouteSpecProperty- See Also:
-
getHttpRoute
Description copied from interface:CfnRoutePropsMixin.RouteSpecPropertyAn object that represents the specification of an HTTP route.Returns union: either
IResolvableorCfnRoutePropsMixin.HttpRouteProperty- Specified by:
getHttpRoutein interfaceCfnRoutePropsMixin.RouteSpecProperty- See Also:
-
getPriority
Description copied from interface:CfnRoutePropsMixin.RouteSpecPropertyThe priority for the route.Routes are matched based on the specified value, where 0 is the highest priority.
- Specified by:
getPriorityin interfaceCfnRoutePropsMixin.RouteSpecProperty- See Also:
-
getTcpRoute
Description copied from interface:CfnRoutePropsMixin.RouteSpecPropertyAn object that represents the specification of a TCP route.Returns union: either
IResolvableorCfnRoutePropsMixin.TcpRouteProperty- Specified by:
getTcpRoutein interfaceCfnRoutePropsMixin.RouteSpecProperty- 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()
-