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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appmesh.CfnRoute.GrpcRouteMetadataMatchMethodProperty
CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder, CfnRoute.GrpcRouteMetadataMatchMethodProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
getExact()
The value sent by the client must match the specified value exactly.final String
The value sent by the client must begin with the specified characters.final Object
getRange()
An object that represents the range of values to match on.final String
getRegex()
The value sent by the client must include the specified characters.final String
The value sent by the client must end with the specified characters.final int
hashCode()
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.GrpcRouteMetadataMatchMethodProperty
The value sent by the client must match the specified value exactly.- Specified by:
getExact
in interfaceCfnRoute.GrpcRouteMetadataMatchMethodProperty
- See Also:
-
getPrefix
Description copied from interface:CfnRoute.GrpcRouteMetadataMatchMethodProperty
The value sent by the client must begin with the specified characters.- Specified by:
getPrefix
in interfaceCfnRoute.GrpcRouteMetadataMatchMethodProperty
- See Also:
-
getRange
Description copied from interface:CfnRoute.GrpcRouteMetadataMatchMethodProperty
An object that represents the range of values to match on.- Specified by:
getRange
in interfaceCfnRoute.GrpcRouteMetadataMatchMethodProperty
- See Also:
-
getRegex
Description copied from interface:CfnRoute.GrpcRouteMetadataMatchMethodProperty
The value sent by the client must include the specified characters.- Specified by:
getRegex
in interfaceCfnRoute.GrpcRouteMetadataMatchMethodProperty
- See Also:
-
getSuffix
Description copied from interface:CfnRoute.GrpcRouteMetadataMatchMethodProperty
The value sent by the client must end with the specified characters.- Specified by:
getSuffix
in interfaceCfnRoute.GrpcRouteMetadataMatchMethodProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-