@Stability(value=Stable) @Internal public static final class CfnDataset.FilterExpressionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataset.FilterExpressionProperty
CfnDataset.FilterExpressionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataset.FilterExpressionProperty.Builder, CfnDataset.FilterExpressionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataset.FilterExpressionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataset.CsvOptionsProperty.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) |
String |
getExpression()
The expression which includes condition names followed by substitution variables, possibly grouped and combined with other conditions.
|
Object |
getValuesMap()
The map of substitution variable names to their values used in this filter expression.
|
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(CfnDataset.FilterExpressionProperty.Builder builder)
CfnDataset.CsvOptionsProperty.Builder.public final String getExpression()
CfnDataset.FilterExpressionPropertyFor 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.FilterExpressionPropertypublic final Object getValuesMap()
CfnDataset.FilterExpressionPropertygetValuesMap in interface CfnDataset.FilterExpressionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.