Class CfnRoutePropsMixin.HttpRouteMatchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnRoutePropsMixin.HttpRouteMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutePropsMixin.HttpRouteMatchProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutePropsMixin.HttpRouteMatchProperty
@Stability(Stable)
@Internal
public static final class CfnRoutePropsMixin.HttpRouteMatchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutePropsMixin.HttpRouteMatchProperty
An implementation for
CfnRoutePropsMixin.HttpRouteMatchProperty-
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.HttpRouteMatchProperty
CfnRoutePropsMixin.HttpRouteMatchProperty.Builder, CfnRoutePropsMixin.HttpRouteMatchProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutePropsMixin.HttpRouteMatchProperty.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 ObjectThe client request headers to match on.final StringThe client request method to match on.final ObjectgetPath()The client request path to match on.final NumbergetPort()The port number to match on.final StringSpecifies the path to match requests with.final ObjectThe client request query parameters to match on.final StringThe client request scheme 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 theCfnRoutePropsMixin.HttpRouteMatchProperty.Builder.
-
-
Method Details
-
getHeaders
Description copied from interface:CfnRoutePropsMixin.HttpRouteMatchPropertyThe client request headers to match on.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoutePropsMixin.HttpRouteHeaderProperty>- Specified by:
getHeadersin interfaceCfnRoutePropsMixin.HttpRouteMatchProperty- See Also:
-
getMethod
Description copied from interface:CfnRoutePropsMixin.HttpRouteMatchPropertyThe client request method to match on.Specify only one.
- Specified by:
getMethodin interfaceCfnRoutePropsMixin.HttpRouteMatchProperty- See Also:
-
getPath
Description copied from interface:CfnRoutePropsMixin.HttpRouteMatchPropertyThe client request path to match on.Returns union: either
IResolvableorCfnRoutePropsMixin.HttpPathMatchProperty- Specified by:
getPathin interfaceCfnRoutePropsMixin.HttpRouteMatchProperty- See Also:
-
getPort
Description copied from interface:CfnRoutePropsMixin.HttpRouteMatchPropertyThe port number to match on.- Specified by:
getPortin interfaceCfnRoutePropsMixin.HttpRouteMatchProperty- See Also:
-
getPrefix
Description copied from interface:CfnRoutePropsMixin.HttpRouteMatchPropertySpecifies 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.localand you want the route to match requests tomy-service.local/metrics, your prefix should be/metrics.- Specified by:
getPrefixin interfaceCfnRoutePropsMixin.HttpRouteMatchProperty- See Also:
-
getQueryParameters
Description copied from interface:CfnRoutePropsMixin.HttpRouteMatchPropertyThe client request query parameters to match on.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRoutePropsMixin.QueryParameterProperty>- Specified by:
getQueryParametersin interfaceCfnRoutePropsMixin.HttpRouteMatchProperty- See Also:
-
getScheme
Description copied from interface:CfnRoutePropsMixin.HttpRouteMatchPropertyThe client request scheme to match on.Specify only one. Applicable only for HTTP2 routes.
- Specified by:
getSchemein interfaceCfnRoutePropsMixin.HttpRouteMatchProperty- 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()
-