Class CfnGatewayRoute.GrpcGatewayRouteMatchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnGatewayRoute.GrpcGatewayRouteMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayRoute.GrpcGatewayRouteMatchProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayRoute.GrpcGatewayRouteMatchProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayRoute.GrpcGatewayRouteMatchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayRoute.GrpcGatewayRouteMatchProperty
An implementation for
CfnGatewayRoute.GrpcGatewayRouteMatchProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnGatewayRoute.GrpcGatewayRouteMatchProperty
CfnGatewayRoute.GrpcGatewayRouteMatchProperty.Builder, CfnGatewayRoute.GrpcGatewayRouteMatchProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGatewayRoute.GrpcGatewayRouteMatchProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The gateway route host name to be matched on.final Object
The gateway route metadata to be matched on.final Number
getPort()
The gateway route port to be matched on.final String
The fully qualified domain name for the service to match from the request.final int
hashCode()
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.GrpcGatewayRouteMatchProperty.Builder
.
-
-
Method Details
-
getHostname
Description copied from interface:CfnGatewayRoute.GrpcGatewayRouteMatchProperty
The gateway route host name to be matched on.- Specified by:
getHostname
in interfaceCfnGatewayRoute.GrpcGatewayRouteMatchProperty
- See Also:
-
getMetadata
Description copied from interface:CfnGatewayRoute.GrpcGatewayRouteMatchProperty
The gateway route metadata to be matched on.- Specified by:
getMetadata
in interfaceCfnGatewayRoute.GrpcGatewayRouteMatchProperty
- See Also:
-
getPort
Description copied from interface:CfnGatewayRoute.GrpcGatewayRouteMatchProperty
The gateway route port to be matched on.- Specified by:
getPort
in interfaceCfnGatewayRoute.GrpcGatewayRouteMatchProperty
- See Also:
-
getServiceName
Description copied from interface:CfnGatewayRoute.GrpcGatewayRouteMatchProperty
The fully qualified domain name for the service to match from the request.- Specified by:
getServiceName
in interfaceCfnGatewayRoute.GrpcGatewayRouteMatchProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-