public static final class CfnGatewayRoute.GrpcGatewayRouteMatchProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGatewayRoute.GrpcGatewayRouteMatchProperty
CfnGatewayRoute.GrpcGatewayRouteMatchProperty
CfnGatewayRoute.GrpcGatewayRouteMatchProperty.Builder, CfnGatewayRoute.GrpcGatewayRouteMatchProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getHostname()
The gateway route host name to be matched on.
|
java.lang.Object |
getMetadata()
The gateway route metadata to be matched on.
|
java.lang.Number |
getPort()
The gateway route port to be matched on.
|
java.lang.String |
getServiceName()
The fully qualified domain name for the service to match from the request.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getHostname()
CfnGatewayRoute.GrpcGatewayRouteMatchProperty
getHostname
in interface CfnGatewayRoute.GrpcGatewayRouteMatchProperty
public final java.lang.Object getMetadata()
CfnGatewayRoute.GrpcGatewayRouteMatchProperty
getMetadata
in interface CfnGatewayRoute.GrpcGatewayRouteMatchProperty
public final java.lang.Number getPort()
CfnGatewayRoute.GrpcGatewayRouteMatchProperty
getPort
in interface CfnGatewayRoute.GrpcGatewayRouteMatchProperty
public final java.lang.String getServiceName()
CfnGatewayRoute.GrpcGatewayRouteMatchProperty
getServiceName
in interface CfnGatewayRoute.GrpcGatewayRouteMatchProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()