Class CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayRoute.GatewayRouteMetadataMatchProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayRoute.GatewayRouteMetadataMatchProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayRoute.GatewayRouteMetadataMatchProperty
An implementation for
CfnGatewayRoute.GatewayRouteMetadataMatchProperty-
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.GatewayRouteMetadataMatchProperty
CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder, CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayRoute.GatewayRouteMetadataMatchProperty.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 exact method header to be matched on.final StringThe specified beginning characters of the method header to be matched on.final ObjectgetRange()An object that represents the range of values to match on.final StringgetRegex()The regex used to match the method header.final StringThe specified ending characters of the method header to match on.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.GatewayRouteMetadataMatchProperty.Builder.
-
-
Method Details
-
getExact
Description copied from interface:CfnGatewayRoute.GatewayRouteMetadataMatchPropertyThe exact method header to be matched on.- Specified by:
getExactin interfaceCfnGatewayRoute.GatewayRouteMetadataMatchProperty- See Also:
-
getPrefix
Description copied from interface:CfnGatewayRoute.GatewayRouteMetadataMatchPropertyThe specified beginning characters of the method header to be matched on.- Specified by:
getPrefixin interfaceCfnGatewayRoute.GatewayRouteMetadataMatchProperty- See Also:
-
getRange
Description copied from interface:CfnGatewayRoute.GatewayRouteMetadataMatchPropertyAn object that represents the range of values to match on.Returns union: either
IResolvableorCfnGatewayRoute.GatewayRouteRangeMatchProperty- Specified by:
getRangein interfaceCfnGatewayRoute.GatewayRouteMetadataMatchProperty- See Also:
-
getRegex
Description copied from interface:CfnGatewayRoute.GatewayRouteMetadataMatchPropertyThe regex used to match the method header.- Specified by:
getRegexin interfaceCfnGatewayRoute.GatewayRouteMetadataMatchProperty- See Also:
-
getSuffix
Description copied from interface:CfnGatewayRoute.GatewayRouteMetadataMatchPropertyThe specified ending characters of the method header to match on.- Specified by:
getSuffixin interfaceCfnGatewayRoute.GatewayRouteMetadataMatchProperty- 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()
-