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