Class CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
An implementation for
CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
-
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.HttpGatewayRouteHeaderMatchProperty
CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty.Builder, CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty.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 String
getExact()
The value sent by the client must match the specified value exactly.final String
The value sent by the client must begin with the specified characters.final Object
getRange()
An object that represents the range of values to match on.final String
getRegex()
The value sent by the client must include the specified characters.final String
The value sent by the client must end with the specified characters.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.HttpGatewayRouteHeaderMatchProperty.Builder
.
-
-
Method Details
-
getExact
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
The value sent by the client must match the specified value exactly.- Specified by:
getExact
in interfaceCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
- See Also:
-
getPrefix
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
The value sent by the client must begin with the specified characters.- Specified by:
getPrefix
in interfaceCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
- See Also:
-
getRange
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
An object that represents the range of values to match on.- Specified by:
getRange
in interfaceCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
- See Also:
-
getRegex
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
The value sent by the client must include the specified characters.- Specified by:
getRegex
in interfaceCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
- See Also:
-
getSuffix
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
The value sent by the client must end with the specified characters.- Specified by:
getSuffix
in interfaceCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
- See Also:
-
$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()
-