Class CfnFlow.TaskPropertiesObjectProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.TaskPropertiesObjectProperty.Jsii$Proxy
All Implemented Interfaces:
CfnFlow.TaskPropertiesObjectProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnFlow.TaskPropertiesObjectProperty

@Stability(Stable) @Internal public static final class CfnFlow.TaskPropertiesObjectProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.TaskPropertiesObjectProperty
  • 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(CfnFlow.TaskPropertiesObjectProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnFlow.TaskPropertiesObjectProperty.Builder.
  • Method Details

    • getKey

      public final String getKey()
      Description copied from interface: CfnFlow.TaskPropertiesObjectProperty
      The task property key.

      Allowed Values : VALUE | VALUES | DATA_TYPE | UPPER_BOUND | LOWER_BOUND | SOURCE_DATA_TYPE | DESTINATION_DATA_TYPE | VALIDATION_ACTION | MASK_VALUE | MASK_LENGTH | TRUNCATE_LENGTH | MATH_OPERATION_FIELDS_ORDER | CONCAT_FORMAT | SUBFIELD_CATEGORY_MAP | EXCLUDE_SOURCE_FIELDS_LIST

      Specified by:
      getKey in interface CfnFlow.TaskPropertiesObjectProperty
    • getValue

      public final String getValue()
      Description copied from interface: CfnFlow.TaskPropertiesObjectProperty
      The task property value.
      Specified by:
      getValue in interface CfnFlow.TaskPropertiesObjectProperty
    • $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