Class CfnRuleGroup.HeaderMatchPatternProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnRuleGroup.HeaderMatchPatternProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnRuleGroup.HeaderMatchPatternProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnRuleGroup.HeaderMatchPatternProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.HeaderMatchPatternProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.HeaderMatchPatternProperty
An implementation for 
CfnRuleGroup.HeaderMatchPatternProperty- 
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.wafv2.CfnRuleGroup.HeaderMatchPatternPropertyCfnRuleGroup.HeaderMatchPatternProperty.Builder, CfnRuleGroup.HeaderMatchPatternProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroup.HeaderMatchPatternProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectgetAll()Inspect all headers.Inspect only the headers whose keys don't match any of the strings specified here.Inspect only the headers that have a key that matches one of the strings specified here.final inthashCode()Methods 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 theCfnRuleGroup.HeaderMatchPatternProperty.Builder.
 
- 
- 
Method Details- 
getAllDescription copied from interface:CfnRuleGroup.HeaderMatchPatternPropertyInspect all headers.- Specified by:
- getAllin interface- CfnRuleGroup.HeaderMatchPatternProperty
- See Also:
 
- 
getExcludedHeadersDescription copied from interface:CfnRuleGroup.HeaderMatchPatternPropertyInspect only the headers whose keys don't match any of the strings specified here.- Specified by:
- getExcludedHeadersin interface- CfnRuleGroup.HeaderMatchPatternProperty
- See Also:
 
- 
getIncludedHeadersDescription copied from interface:CfnRuleGroup.HeaderMatchPatternPropertyInspect only the headers that have a key that matches one of the strings specified here.- Specified by:
- getIncludedHeadersin interface- CfnRuleGroup.HeaderMatchPatternProperty
- See Also:
 
- 
$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()
 
-