Class CfnRoute.GrpcRouteMatchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnRoute.GrpcRouteMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoute.GrpcRouteMatchProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRoute.GrpcRouteMatchProperty
@Stability(Stable)
@Internal
public static final class CfnRoute.GrpcRouteMatchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoute.GrpcRouteMatchProperty
An implementation for
CfnRoute.GrpcRouteMatchProperty
-
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.CfnRoute.GrpcRouteMatchProperty
CfnRoute.GrpcRouteMatchProperty.Builder, CfnRoute.GrpcRouteMatchProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRoute.GrpcRouteMatchProperty.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
An object that represents the data to match from the request.final String
The method name to match from the request.final Number
getPort()
The port number to match 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 theCfnRoute.GrpcRouteMatchProperty.Builder
.
-
-
Method Details
-
getMetadata
Description copied from interface:CfnRoute.GrpcRouteMatchProperty
An object that represents the data to match from the request.- Specified by:
getMetadata
in interfaceCfnRoute.GrpcRouteMatchProperty
-
getMethodName
Description copied from interface:CfnRoute.GrpcRouteMatchProperty
The method name to match from the request.If you specify a name, you must also specify a
serviceName
.- Specified by:
getMethodName
in interfaceCfnRoute.GrpcRouteMatchProperty
-
getPort
Description copied from interface:CfnRoute.GrpcRouteMatchProperty
The port number to match on.- Specified by:
getPort
in interfaceCfnRoute.GrpcRouteMatchProperty
-
getServiceName
Description copied from interface:CfnRoute.GrpcRouteMatchProperty
The fully qualified domain name for the service to match from the request.- Specified by:
getServiceName
in interfaceCfnRoute.GrpcRouteMatchProperty
-
$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()
-