@Stability(value=Stable) @Internal public static final class CfnRuleGroup.JsonMatchPatternProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRuleGroup.JsonMatchPatternProperty
CfnRuleGroup.JsonMatchPatternPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnRuleGroup.JsonMatchPatternProperty.Builder, CfnRuleGroup.JsonMatchPatternProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRuleGroup.JsonMatchPatternProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRuleGroup.AndStatementProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAll()
Match all of the elements.
|
List<String> |
getIncludedPaths()
Match only the specified include paths.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnRuleGroup.JsonMatchPatternProperty.Builder builder)
CfnRuleGroup.AndStatementProperty.Builder.public final Object getAll()
CfnRuleGroup.JsonMatchPatternProperty
You must specify either this setting or the IncludedPaths setting, but not both.
getAll in interface CfnRuleGroup.JsonMatchPatternPropertypublic final List<String> getIncludedPaths()
CfnRuleGroup.JsonMatchPatternProperty
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 All setting, but not both.
Don't use this option to include all paths. Instead, use the
Allsetting.
getIncludedPaths in interface CfnRuleGroup.JsonMatchPatternProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.