public static final class CfnRoute.HeaderMatchMethodProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.HeaderMatchMethodProperty
CfnRoute.HeaderMatchMethodProperty
CfnRoute.HeaderMatchMethodProperty.Builder, CfnRoute.HeaderMatchMethodProperty.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.HeaderMatchMethodProperty
getExact
in interface CfnRoute.HeaderMatchMethodProperty
public final java.lang.String getPrefix()
CfnRoute.HeaderMatchMethodProperty
getPrefix
in interface CfnRoute.HeaderMatchMethodProperty
public final java.lang.Object getRange()
CfnRoute.HeaderMatchMethodProperty
getRange
in interface CfnRoute.HeaderMatchMethodProperty
public final java.lang.String getRegex()
CfnRoute.HeaderMatchMethodProperty
getRegex
in interface CfnRoute.HeaderMatchMethodProperty
public final java.lang.String getSuffix()
CfnRoute.HeaderMatchMethodProperty
getSuffix
in interface CfnRoute.HeaderMatchMethodProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()