Class CfnRoutePropsMixin.HttpRouteHeaderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnRoutePropsMixin.HttpRouteHeaderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRoutePropsMixin.HttpRouteHeaderProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoutePropsMixin.HttpRouteHeaderProperty
@Stability(Stable)
@Internal
public static final class CfnRoutePropsMixin.HttpRouteHeaderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoutePropsMixin.HttpRouteHeaderProperty
An implementation for
CfnRoutePropsMixin.HttpRouteHeaderProperty-
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.HttpRouteHeaderProperty
CfnRoutePropsMixin.HttpRouteHeaderProperty.Builder, CfnRoutePropsMixin.HttpRouteHeaderProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRoutePropsMixin.HttpRouteHeaderProperty.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()TheHeaderMatchMethodobject.final StringgetName()A name for the HTTP header in the client request 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 theCfnRoutePropsMixin.HttpRouteHeaderProperty.Builder.
-
-
Method Details
-
getInvert
Description copied from interface:CfnRoutePropsMixin.HttpRouteHeaderPropertySpecifyTrueto match anything except the match criteria.The default value is
False.Returns union: either
BooleanorIResolvable- Specified by:
getInvertin interfaceCfnRoutePropsMixin.HttpRouteHeaderProperty- See Also:
-
getMatch
Description copied from interface:CfnRoutePropsMixin.HttpRouteHeaderPropertyTheHeaderMatchMethodobject.Returns union: either
IResolvableorCfnRoutePropsMixin.HeaderMatchMethodProperty- Specified by:
getMatchin interfaceCfnRoutePropsMixin.HttpRouteHeaderProperty- See Also:
-
getName
Description copied from interface:CfnRoutePropsMixin.HttpRouteHeaderPropertyA name for the HTTP header in the client request that will be matched on.- Specified by:
getNamein interfaceCfnRoutePropsMixin.HttpRouteHeaderProperty- 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()
-