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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnRoute.GrpcRouteMatchProperty
CfnRoute.GrpcRouteMatchProperty.Builder, CfnRoute.GrpcRouteMatchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoute.GrpcRouteMatchProperty.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 data to match from the request.final StringThe method name to match from the request.final NumbergetPort()The port number to match on.final StringThe fully qualified domain name for the service to match from the request.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 theCfnRoute.GrpcRouteMatchProperty.Builder.
-
-
Method Details
-
getMetadata
Description copied from interface:CfnRoute.GrpcRouteMatchPropertyAn object that represents the data to match from the request.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoute.GrpcRouteMetadataProperty>- Specified by:
getMetadatain interfaceCfnRoute.GrpcRouteMatchProperty- See Also:
-
getMethodName
Description copied from interface:CfnRoute.GrpcRouteMatchPropertyThe method name to match from the request.If you specify a name, you must also specify a
serviceName.- Specified by:
getMethodNamein interfaceCfnRoute.GrpcRouteMatchProperty- See Also:
-
getPort
Description copied from interface:CfnRoute.GrpcRouteMatchPropertyThe port number to match on.- Specified by:
getPortin interfaceCfnRoute.GrpcRouteMatchProperty- See Also:
-
getServiceName
Description copied from interface:CfnRoute.GrpcRouteMatchPropertyThe fully qualified domain name for the service to match from the request.- Specified by:
getServiceNamein interfaceCfnRoute.GrpcRouteMatchProperty- 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()
-