public static final class CfnRoute.GrpcRouteMetadataMatchMethodProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.GrpcRouteMetadataMatchMethodProperty
CfnRoute.GrpcRouteMetadataMatchMethodProperty
CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder, CfnRoute.GrpcRouteMetadataMatchMethodProperty.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 value sent by the client must match the specified value exactly.
|
java.lang.String |
getPrefix()
The value sent by the client must begin with the specified characters.
|
java.lang.Object |
getRange()
An object that represents the range of values to match on.
|
java.lang.String |
getRegex()
The value sent by the client must include the specified characters.
|
java.lang.String |
getSuffix()
The value sent by the client must end with the specified characters.
|
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()
CfnRoute.GrpcRouteMetadataMatchMethodProperty
getExact
in interface CfnRoute.GrpcRouteMetadataMatchMethodProperty
public final java.lang.String getPrefix()
CfnRoute.GrpcRouteMetadataMatchMethodProperty
getPrefix
in interface CfnRoute.GrpcRouteMetadataMatchMethodProperty
public final java.lang.Object getRange()
CfnRoute.GrpcRouteMetadataMatchMethodProperty
getRange
in interface CfnRoute.GrpcRouteMetadataMatchMethodProperty
public final java.lang.String getRegex()
CfnRoute.GrpcRouteMetadataMatchMethodProperty
getRegex
in interface CfnRoute.GrpcRouteMetadataMatchMethodProperty
public final java.lang.String getSuffix()
CfnRoute.GrpcRouteMetadataMatchMethodProperty
getSuffix
in interface CfnRoute.GrpcRouteMetadataMatchMethodProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()