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