Class CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty
@Stability(Stable)
@Internal
public static final class CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty
An implementation for
CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty-
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.CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty
CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty.Builder, CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty.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 ObjectSpecifyTrueto match anything except the match criteria.final ObjectgetMatch()An object that represents the method and value to match with the header value sent in a request.final StringgetName()A name for the HTTP header in the gateway route that will be matched 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 theCfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty.Builder.
-
-
Method Details
-
getInvert
Description copied from interface:CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderPropertySpecifyTrueto match anything except the match criteria.The default value is
False.Returns union: either
BooleanorIResolvable- Specified by:
getInvertin interfaceCfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty- See Also:
-
getMatch
Description copied from interface:CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderPropertyAn object that represents the method and value to match with the header value sent in a request.Specify one match method.
Returns union: either
IResolvableorCfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderMatchProperty- Specified by:
getMatchin interfaceCfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty- See Also:
-
getName
Description copied from interface:CfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderPropertyA name for the HTTP header in the gateway route that will be matched on.- Specified by:
getNamein interfaceCfnGatewayRoutePropsMixin.HttpGatewayRouteHeaderProperty- 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()
-