Class CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty
An implementation for
CfnGatewayRoutePropsMixin.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.cfnpropertymixins.services.appmesh.CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty
CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty.Builder, CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayRoutePropsMixin.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 theCfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty.Builder.
-
-
Method Details
-
getHostname
Description copied from interface:CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchPropertyThe gateway route host name to be matched on.Returns union: either
IResolvableorCfnGatewayRoutePropsMixin.GatewayRouteHostnameMatchProperty- Specified by:
getHostnamein interfaceCfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty- See Also:
-
getMetadata
Description copied from interface:CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchPropertyThe gateway route metadata to be matched on.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnGatewayRoutePropsMixin.GrpcGatewayRouteMetadataProperty>- Specified by:
getMetadatain interfaceCfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty- See Also:
-
getPort
Description copied from interface:CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchPropertyThe gateway route port to be matched on.- Specified by:
getPortin interfaceCfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchProperty- See Also:
-
getServiceName
Description copied from interface:CfnGatewayRoutePropsMixin.GrpcGatewayRouteMatchPropertyThe fully qualified domain name for the service to match from the request.- Specified by:
getServiceNamein interfaceCfnGatewayRoutePropsMixin.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()
-