Class CfnGatewayRoute.HttpGatewayRouteHeaderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnGatewayRoute.HttpGatewayRouteHeaderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayRoute.HttpGatewayRouteHeaderProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnGatewayRoute.HttpGatewayRouteHeaderProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayRoute.HttpGatewayRouteHeaderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayRoute.HttpGatewayRouteHeaderProperty
An implementation for
CfnGatewayRoute.HttpGatewayRouteHeaderProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnGatewayRoute.HttpGatewayRouteHeaderProperty
CfnGatewayRoute.HttpGatewayRouteHeaderProperty.Builder, CfnGatewayRoute.HttpGatewayRouteHeaderProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGatewayRoute.HttpGatewayRouteHeaderProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
SpecifyTrue
to match anything except the match criteria.final Object
getMatch()
An object that represents the method and value to match with the header value sent in a request.final String
getName()
A name for the HTTP header in the gateway route that will be matched on.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGatewayRoute.HttpGatewayRouteHeaderProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderProperty
A name for the HTTP header in the gateway route that will be matched on.- Specified by:
getName
in interfaceCfnGatewayRoute.HttpGatewayRouteHeaderProperty
-
getInvert
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderProperty
SpecifyTrue
to match anything except the match criteria.The default value is
False
.- Specified by:
getInvert
in interfaceCfnGatewayRoute.HttpGatewayRouteHeaderProperty
-
getMatch
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderProperty
An object that represents the method and value to match with the header value sent in a request.Specify one match method.
- Specified by:
getMatch
in interfaceCfnGatewayRoute.HttpGatewayRouteHeaderProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-