Class CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty
An implementation for
CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty-
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.CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty
CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty.Builder, CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayRoutePropsMixin.GatewayRouteSpecProperty.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 gateway route.final ObjectAn object that represents the specification of an HTTP/2 gateway route.final ObjectAn object that represents the specification of an HTTP gateway route.final NumberThe ordering of the gateway routes spec.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 theCfnGatewayRoutePropsMixin.GatewayRouteSpecProperty.Builder.
-
-
Method Details
-
getGrpcRoute
Description copied from interface:CfnGatewayRoutePropsMixin.GatewayRouteSpecPropertyAn object that represents the specification of a gRPC gateway route.Returns union: either
IResolvableorCfnGatewayRoutePropsMixin.GrpcGatewayRouteProperty- Specified by:
getGrpcRoutein interfaceCfnGatewayRoutePropsMixin.GatewayRouteSpecProperty- See Also:
-
getHttp2Route
Description copied from interface:CfnGatewayRoutePropsMixin.GatewayRouteSpecPropertyAn object that represents the specification of an HTTP/2 gateway route.Returns union: either
IResolvableorCfnGatewayRoutePropsMixin.HttpGatewayRouteProperty- Specified by:
getHttp2Routein interfaceCfnGatewayRoutePropsMixin.GatewayRouteSpecProperty- See Also:
-
getHttpRoute
Description copied from interface:CfnGatewayRoutePropsMixin.GatewayRouteSpecPropertyAn object that represents the specification of an HTTP gateway route.Returns union: either
IResolvableorCfnGatewayRoutePropsMixin.HttpGatewayRouteProperty- Specified by:
getHttpRoutein interfaceCfnGatewayRoutePropsMixin.GatewayRouteSpecProperty- See Also:
-
getPriority
Description copied from interface:CfnGatewayRoutePropsMixin.GatewayRouteSpecPropertyThe ordering of the gateway routes spec.- Specified by:
getPriorityin interfaceCfnGatewayRoutePropsMixin.GatewayRouteSpecProperty- 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()
-