Class CfnDataset.FilterExpressionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.databrew.CfnDataset.FilterExpressionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataset.FilterExpressionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataset.FilterExpressionProperty
@Stability(Stable)
@Internal
public static final class CfnDataset.FilterExpressionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataset.FilterExpressionProperty
An implementation for
CfnDataset.FilterExpressionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.databrew.CfnDataset.FilterExpressionProperty
CfnDataset.FilterExpressionProperty.Builder, CfnDataset.FilterExpressionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataset.FilterExpressionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe expression which includes condition names followed by substitution variables, possibly grouped and combined with other conditions.final ObjectThe map of substitution variable names to their values used in this filter expression.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataset.FilterExpressionProperty.Builder.
-
-
Method Details
-
getExpression
Description copied from interface:CfnDataset.FilterExpressionPropertyThe expression which includes condition names followed by substitution variables, possibly grouped and combined with other conditions.For example, "(starts_with :prefix1 or starts_with :prefix2) and (ends_with :suffix1 or ends_with :suffix2)". Substitution variables should start with ':' symbol.
- Specified by:
getExpressionin interfaceCfnDataset.FilterExpressionProperty- See Also:
-
getValuesMap
Description copied from interface:CfnDataset.FilterExpressionPropertyThe map of substitution variable names to their values used in this filter expression.- Specified by:
getValuesMapin interfaceCfnDataset.FilterExpressionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-