Class CfnRoutePropsMixin.GrpcRouteMatchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnRoutePropsMixin.GrpcRouteMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutePropsMixin.GrpcRouteMatchProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutePropsMixin.GrpcRouteMatchProperty
@Stability(Stable)
@Internal
public static final class CfnRoutePropsMixin.GrpcRouteMatchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutePropsMixin.GrpcRouteMatchProperty
An implementation for
CfnRoutePropsMixin.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.cfnpropertymixins.services.appmesh.CfnRoutePropsMixin.GrpcRouteMatchProperty
CfnRoutePropsMixin.GrpcRouteMatchProperty.Builder, CfnRoutePropsMixin.GrpcRouteMatchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutePropsMixin.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 theCfnRoutePropsMixin.GrpcRouteMatchProperty.Builder.
-
-
Method Details
-
getMetadata
Description copied from interface:CfnRoutePropsMixin.GrpcRouteMatchPropertyAn object that represents the data to match from the request.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoutePropsMixin.GrpcRouteMetadataProperty>- Specified by:
getMetadatain interfaceCfnRoutePropsMixin.GrpcRouteMatchProperty- See Also:
-
getMethodName
Description copied from interface:CfnRoutePropsMixin.GrpcRouteMatchPropertyThe method name to match from the request.If you specify a name, you must also specify a
serviceName.- Specified by:
getMethodNamein interfaceCfnRoutePropsMixin.GrpcRouteMatchProperty- See Also:
-
getPort
Description copied from interface:CfnRoutePropsMixin.GrpcRouteMatchPropertyThe port number to match on.- Specified by:
getPortin interfaceCfnRoutePropsMixin.GrpcRouteMatchProperty- See Also:
-
getServiceName
Description copied from interface:CfnRoutePropsMixin.GrpcRouteMatchPropertyThe fully qualified domain name for the service to match from the request.- Specified by:
getServiceNamein interfaceCfnRoutePropsMixin.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()
-