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