Class CfnWebACL.JsonMatchPatternProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.JsonMatchPatternProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.JsonMatchPatternProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.JsonMatchPatternProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.JsonMatchPatternProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.JsonMatchPatternProperty
An implementation for
CfnWebACL.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.CfnWebACL.JsonMatchPatternProperty
CfnWebACL.JsonMatchPatternProperty.Builder, CfnWebACL.JsonMatchPatternProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACL.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 theCfnWebACL.JsonMatchPatternProperty.Builder.
-
-
Method Details
-
getAll
Description copied from interface:CfnWebACL.JsonMatchPatternPropertyMatch all of the elements. See alsoMatchScopein theJsonBodyFieldToMatchspecification.You must specify either this setting or the
IncludedPathssetting, but not both.- Specified by:
getAllin interfaceCfnWebACL.JsonMatchPatternProperty- See Also:
-
getIncludedPaths
Description copied from interface:CfnWebACL.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 interfaceCfnWebACL.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()
-