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
  • 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

      protected Jsii$Proxy(CfnDataset.FilterExpressionProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDataset.FilterExpressionProperty.Builder.
  • Method Details

    • getExpression

      public final String getExpression()
      Description copied from interface: CfnDataset.FilterExpressionProperty
      The 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:
      getExpression in interface CfnDataset.FilterExpressionProperty
    • getValuesMap

      public final Object getValuesMap()
      Description copied from interface: CfnDataset.FilterExpressionProperty
      The map of substitution variable names to their values used in this filter expression.
      Specified by:
      getValuesMap in interface CfnDataset.FilterExpressionProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object