Class CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty
@Stability(Stable)
@Internal
public static final class CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty
An implementation for
CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty-
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.CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty
CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty.Builder, CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty.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 theCfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty.Builder.
-
-
Method Details
-
getExact
Description copied from interface:CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodPropertyThe value sent by the client must match the specified value exactly.- Specified by:
getExactin interfaceCfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty- See Also:
-
getPrefix
Description copied from interface:CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodPropertyThe value sent by the client must begin with the specified characters.- Specified by:
getPrefixin interfaceCfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty- See Also:
-
getRange
Description copied from interface:CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodPropertyAn object that represents the range of values to match on.Returns union: either
IResolvableorCfnRoutePropsMixin.MatchRangeProperty- Specified by:
getRangein interfaceCfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty- See Also:
-
getRegex
Description copied from interface:CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodPropertyThe value sent by the client must include the specified characters.- Specified by:
getRegexin interfaceCfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty- See Also:
-
getSuffix
Description copied from interface:CfnRoutePropsMixin.GrpcRouteMetadataMatchMethodPropertyThe value sent by the client must end with the specified characters.- Specified by:
getSuffixin interfaceCfnRoutePropsMixin.GrpcRouteMetadataMatchMethodProperty- 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()
-