public static final class CfnRoute.HttpRouteHeaderProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRoute.HttpRouteHeaderProperty
CfnRoute.HttpRouteHeaderProperty
CfnRoute.HttpRouteHeaderProperty.Builder, CfnRoute.HttpRouteHeaderProperty.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 |
getInvert()
Specify `True` to match anything except the match criteria.
|
java.lang.Object |
getMatch()
The `HeaderMatchMethod` object.
|
java.lang.String |
getName()
A name for the HTTP header in the client request that will be matched 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 getName()
CfnRoute.HttpRouteHeaderProperty
getName
in interface CfnRoute.HttpRouteHeaderProperty
public final java.lang.Object getInvert()
CfnRoute.HttpRouteHeaderProperty
The default value is False
.
getInvert
in interface CfnRoute.HttpRouteHeaderProperty
public final java.lang.Object getMatch()
CfnRoute.HttpRouteHeaderProperty
getMatch
in interface CfnRoute.HttpRouteHeaderProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()