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