Class CfnRuleGroup.CookieMatchPatternProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnRuleGroup.CookieMatchPatternProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.CookieMatchPatternProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.CookieMatchPatternProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.CookieMatchPatternProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.CookieMatchPatternProperty
An implementation for
CfnRuleGroup.CookieMatchPatternProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnRuleGroup.CookieMatchPatternProperty
CfnRuleGroup.CookieMatchPatternProperty.Builder, CfnRuleGroup.CookieMatchPatternProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.CookieMatchPatternProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
getAll()
Inspect all cookies.Inspect only the cookies whose keys don't match any of the strings specified here.Inspect only the cookies that have a key that matches one of the strings specified here.final int
hashCode()
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 theCfnRuleGroup.CookieMatchPatternProperty.Builder
.
-
-
Method Details
-
getAll
Description copied from interface:CfnRuleGroup.CookieMatchPatternProperty
Inspect all cookies.- Specified by:
getAll
in interfaceCfnRuleGroup.CookieMatchPatternProperty
- See Also:
-
getExcludedCookies
Description copied from interface:CfnRuleGroup.CookieMatchPatternProperty
Inspect only the cookies whose keys don't match any of the strings specified here.- Specified by:
getExcludedCookies
in interfaceCfnRuleGroup.CookieMatchPatternProperty
- See Also:
-
getIncludedCookies
Description copied from interface:CfnRuleGroup.CookieMatchPatternProperty
Inspect only the cookies that have a key that matches one of the strings specified here.- Specified by:
getIncludedCookies
in interfaceCfnRuleGroup.CookieMatchPatternProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-