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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnGatewayRoute.GrpcGatewayRouteMatchProperty
CfnGatewayRoute.GrpcGatewayRouteMatchProperty.Builder, CfnGatewayRoute.GrpcGatewayRouteMatchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayRoute.GrpcGatewayRouteMatchProperty.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 ObjectThe gateway route host name to be matched on.final ObjectThe gateway route metadata to be matched on.final NumbergetPort()The gateway route port to be matched 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 theCfnGatewayRoute.GrpcGatewayRouteMatchProperty.Builder.
-
-
Method Details
-
getHostname
Description copied from interface:CfnGatewayRoute.GrpcGatewayRouteMatchPropertyThe gateway route host name to be matched on.Returns union: either
IResolvableorCfnGatewayRoute.GatewayRouteHostnameMatchProperty- Specified by:
getHostnamein interfaceCfnGatewayRoute.GrpcGatewayRouteMatchProperty- See Also:
-
getMetadata
Description copied from interface:CfnGatewayRoute.GrpcGatewayRouteMatchPropertyThe gateway route metadata to be matched on.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayRoute.GrpcGatewayRouteMetadataProperty>- Specified by:
getMetadatain interfaceCfnGatewayRoute.GrpcGatewayRouteMatchProperty- See Also:
-
getPort
Description copied from interface:CfnGatewayRoute.GrpcGatewayRouteMatchPropertyThe gateway route port to be matched on.- Specified by:
getPortin interfaceCfnGatewayRoute.GrpcGatewayRouteMatchProperty- See Also:
-
getServiceName
Description copied from interface:CfnGatewayRoute.GrpcGatewayRouteMatchPropertyThe fully qualified domain name for the service to match from the request.- Specified by:
getServiceNamein interfaceCfnGatewayRoute.GrpcGatewayRouteMatchProperty- 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()
-