@Stability(value=Experimental) @Internal public static final class StringConditions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StringConditions
StringConditionssoftware.amazon.jsii.JsiiObject.InitializationModeStringConditions.Builder, StringConditions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<String> allowlist,
List<String> denylist,
List<String> matchPrefixes)
Constructor that initializes the object based on literal property values passed by the
StringConditions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAllowlist()
(experimental) Match one or more values.
|
List<String> |
getDenylist()
(experimental) Match any value that doesn't include any of the specified values.
|
List<String> |
getMatchPrefixes()
(experimental) Matches values that begins with the specified prefixes.
|
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.public final List<String> getAllowlist()
StringConditionsDefault: - None
getAllowlist in interface StringConditionspublic final List<String> getDenylist()
StringConditionsDefault: - None
getDenylist in interface StringConditionspublic final List<String> getMatchPrefixes()
StringConditionsDefault: - None
getMatchPrefixes in interface StringConditions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.