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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty
CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty.Builder, CfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringgetExact()The value sent by the client must match the specified value exactly.final StringThe value sent by the client must begin with the specified characters.final ObjectgetRange()An object that represents the range of values to match on.final StringgetRegex()The value sent by the client must include the specified characters.final StringThe value sent by the client must end with the specified characters.final inthashCode()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.HttpGatewayRouteHeaderMatchPropertyThe value sent by the client must match the specified value exactly.- Specified by:
getExactin interfaceCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty- See Also:
-
getPrefix
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderMatchPropertyThe value sent by the client must begin with the specified characters.- Specified by:
getPrefixin interfaceCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty- See Also:
-
getRange
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderMatchPropertyAn object that represents the range of values to match on.Returns union: either
IResolvableorCfnGatewayRoute.GatewayRouteRangeMatchProperty- Specified by:
getRangein interfaceCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty- See Also:
-
getRegex
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderMatchPropertyThe value sent by the client must include the specified characters.- Specified by:
getRegexin interfaceCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty- See Also:
-
getSuffix
Description copied from interface:CfnGatewayRoute.HttpGatewayRouteHeaderMatchPropertyThe value sent by the client must end with the specified characters.- Specified by:
getSuffixin interfaceCfnGatewayRoute.HttpGatewayRouteHeaderMatchProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-