Class CfnRuleGroup.JsonMatchPatternProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnRuleGroup.JsonMatchPatternProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRuleGroup.JsonMatchPatternProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRuleGroup.JsonMatchPatternProperty
@Stability(Stable)
@Internal
public static final class CfnRuleGroup.JsonMatchPatternProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRuleGroup.JsonMatchPatternProperty
An implementation for
CfnRuleGroup.JsonMatchPatternProperty-
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.wafv2.CfnRuleGroup.JsonMatchPatternProperty
CfnRuleGroup.JsonMatchPatternProperty.Builder, CfnRuleGroup.JsonMatchPatternProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRuleGroup.JsonMatchPatternProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.JsonMatchPatternProperty.Builder.
-
-
Method Details
-
getAll
Description copied from interface:CfnRuleGroup.JsonMatchPatternPropertyMatch all of the elements. See alsoMatchScopein theJsonBodyFieldToMatchspecification.You must specify either this setting or the
IncludedPathssetting, but not both.- Specified by:
getAllin interfaceCfnRuleGroup.JsonMatchPatternProperty- See Also:
-
getIncludedPaths
Description copied from interface:CfnRuleGroup.JsonMatchPatternPropertyMatch only the specified include paths. See alsoMatchScopein theJsonBodyFieldToMatchspecification.Provide the include paths using JSON Pointer syntax. For example,
"IncludedPaths": ["/dogs/0/name", "/dogs/1/name"]. For information about this syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer .You must specify either this setting or the
Allsetting, but not both.Don't use this option to include all paths. Instead, use the
Allsetting.- Specified by:
getIncludedPathsin interfaceCfnRuleGroup.JsonMatchPatternProperty- 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()
-