public static final class StringConditions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StringConditions
StringConditions
StringConditions.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getAllowlist()
Match one or more values.
|
java.util.List<java.lang.String> |
getBlacklist()
(deprecated) Match any value that doesn't include any of the specified values.
|
java.util.List<java.lang.String> |
getDenylist()
Match any value that doesn't include any of the specified values.
|
java.util.List<java.lang.String> |
getMatchPrefixes()
Matches values that begins with the specified prefixes.
|
java.util.List<java.lang.String> |
getWhitelist()
(deprecated) Match one or more values.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getAllowlist()
StringConditions
Default: - None
getAllowlist
in interface StringConditions
public final java.util.List<java.lang.String> getBlacklist()
StringConditions
Default: - None
getBlacklist
in interface StringConditions
public final java.util.List<java.lang.String> getDenylist()
StringConditions
Default: - None
getDenylist
in interface StringConditions
public final java.util.List<java.lang.String> getMatchPrefixes()
StringConditions
Default: - None
getMatchPrefixes
in interface StringConditions
public final java.util.List<java.lang.String> getWhitelist()
StringConditions
Default: - None
getWhitelist
in interface StringConditions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()