public static final class CfnDataset.FilterExpressionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataset.FilterExpressionProperty
CfnDataset.FilterExpressionProperty
CfnDataset.FilterExpressionProperty.Builder, CfnDataset.FilterExpressionProperty.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.lang.String |
getExpression()
The expression which includes condition names followed by substitution variables, possibly grouped and combined with other conditions.
|
java.lang.Object |
getValuesMap()
The map of substitution variable names to their values used in this filter expression.
|
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.lang.String getExpression()
CfnDataset.FilterExpressionProperty
For example, "(starts_with :prefix1 or starts_with :prefix2) and (ends_with :suffix1 or ends_with :suffix2)". Substitution variables should start with ':' symbol.
getExpression
in interface CfnDataset.FilterExpressionProperty
public final java.lang.Object getValuesMap()
CfnDataset.FilterExpressionProperty
getValuesMap
in interface CfnDataset.FilterExpressionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()