public static final class CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGatewayRoute.GatewayRouteMetadataMatchProperty
CfnGatewayRoute.GatewayRouteMetadataMatchProperty
CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder, CfnGatewayRoute.GatewayRouteMetadataMatchProperty.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.String |
getExact()
The exact method header to be matched on.
|
java.lang.String |
getPrefix()
The specified beginning characters of the method header to be matched on.
|
java.lang.Object |
getRange()
An object that represents the range of values to match on.
|
java.lang.String |
getRegex()
The regex used to match the method header.
|
java.lang.String |
getSuffix()
The specified ending characters of the method header to match on.
|
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.String getExact()
CfnGatewayRoute.GatewayRouteMetadataMatchProperty
getExact
in interface CfnGatewayRoute.GatewayRouteMetadataMatchProperty
public final java.lang.String getPrefix()
CfnGatewayRoute.GatewayRouteMetadataMatchProperty
getPrefix
in interface CfnGatewayRoute.GatewayRouteMetadataMatchProperty
public final java.lang.Object getRange()
CfnGatewayRoute.GatewayRouteMetadataMatchProperty
getRange
in interface CfnGatewayRoute.GatewayRouteMetadataMatchProperty
public final java.lang.String getRegex()
CfnGatewayRoute.GatewayRouteMetadataMatchProperty
getRegex
in interface CfnGatewayRoute.GatewayRouteMetadataMatchProperty
public final java.lang.String getSuffix()
CfnGatewayRoute.GatewayRouteMetadataMatchProperty
getSuffix
in interface CfnGatewayRoute.GatewayRouteMetadataMatchProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()