Class CfnRule.HttpMatchProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.vpclattice.CfnRule.HttpMatchProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnRule.HttpMatchProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRule.HttpMatchProperty
@Stability(Stable)
@Internal
public static final class CfnRule.HttpMatchProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRule.HttpMatchProperty
An implementation for 
CfnRule.HttpMatchProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.vpclattice.CfnRule.HttpMatchPropertyCfnRule.HttpMatchProperty.Builder, CfnRule.HttpMatchProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRule.HttpMatchProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryMethods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnRule.HttpMatchProperty.Builder.
 
- 
- 
Method Details- 
getHeaderMatchesDescription copied from interface:CfnRule.HttpMatchPropertyThe header matches.Matches incoming requests with rule based on request header value before applying rule action. - Specified by:
- getHeaderMatchesin interface- CfnRule.HttpMatchProperty
 
- 
getMethodDescription copied from interface:CfnRule.HttpMatchPropertyThe HTTP method type.- Specified by:
- getMethodin interface- CfnRule.HttpMatchProperty
 
- 
getPathMatchDescription copied from interface:CfnRule.HttpMatchPropertyThe path match.- Specified by:
- getPathMatchin interface- CfnRule.HttpMatchProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-