Class CfnRoute.HttpRouteMatchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appmesh.CfnRoute.HttpRouteMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoute.HttpRouteMatchProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoute.HttpRouteMatchProperty
@Stability(Stable)
@Internal
public static final class CfnRoute.HttpRouteMatchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoute.HttpRouteMatchProperty
An implementation for
CfnRoute.HttpRouteMatchProperty
-
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.HttpRouteMatchProperty
CfnRoute.HttpRouteMatchProperty.Builder, CfnRoute.HttpRouteMatchProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRoute.HttpRouteMatchProperty.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 Object
The client request headers to match on.final String
The client request method to match on.final Object
getPath()
The client request path to match on.final Number
getPort()
The port number to match on.final String
Specifies the path to match requests with.final Object
The client request query parameters to match on.final String
The client request scheme to match on.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.HttpRouteMatchProperty.Builder
.
-
-
Method Details
-
getHeaders
Description copied from interface:CfnRoute.HttpRouteMatchProperty
The client request headers to match on.- Specified by:
getHeaders
in interfaceCfnRoute.HttpRouteMatchProperty
-
getMethod
Description copied from interface:CfnRoute.HttpRouteMatchProperty
The client request method to match on.Specify only one.
- Specified by:
getMethod
in interfaceCfnRoute.HttpRouteMatchProperty
-
getPath
Description copied from interface:CfnRoute.HttpRouteMatchProperty
The client request path to match on.- Specified by:
getPath
in interfaceCfnRoute.HttpRouteMatchProperty
-
getPort
Description copied from interface:CfnRoute.HttpRouteMatchProperty
The port number to match on.- Specified by:
getPort
in interfaceCfnRoute.HttpRouteMatchProperty
-
getPrefix
Description copied from interface:CfnRoute.HttpRouteMatchProperty
Specifies the path to match requests with.This parameter must always start with
/
, which by itself matches all requests to the virtual service name. You can also match for path-based routing of requests. For example, if your virtual service name ismy-service.local
and you want the route to match requests tomy-service.local/metrics
, your prefix should be/metrics
.- Specified by:
getPrefix
in interfaceCfnRoute.HttpRouteMatchProperty
-
getQueryParameters
Description copied from interface:CfnRoute.HttpRouteMatchProperty
The client request query parameters to match on.- Specified by:
getQueryParameters
in interfaceCfnRoute.HttpRouteMatchProperty
-
getScheme
Description copied from interface:CfnRoute.HttpRouteMatchProperty
The client request scheme to match on.Specify only one. Applicable only for HTTP2 routes.
- Specified by:
getScheme
in interfaceCfnRoute.HttpRouteMatchProperty
-
$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()
-