Class CfnPipeline.FieldProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.datapipeline.CfnPipeline.FieldProperty.Jsii$Proxy
All Implemented Interfaces:
CfnPipeline.FieldProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnPipeline.FieldProperty

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

    • getKey

      public final String getKey()
      Description copied from interface: CfnPipeline.FieldProperty
      Specifies the name of a field for a particular object.

      To view valid values for a particular field, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide .

      Specified by:
      getKey in interface CfnPipeline.FieldProperty
    • getRefValue

      public final String getRefValue()
      Description copied from interface: CfnPipeline.FieldProperty
      A field value that you specify as an identifier of another object in the same pipeline definition.

      You can specify the field value as either a string value ( StringValue ) or a reference to another object ( RefValue ), but not both.

      Required if the key that you are using requires it.

      Specified by:
      getRefValue in interface CfnPipeline.FieldProperty
    • getStringValue

      public final String getStringValue()
      Description copied from interface: CfnPipeline.FieldProperty
      A field value that you specify as a string.

      To view valid values for a particular field, see Pipeline Object Reference in the AWS Data Pipeline Developer Guide .

      You can specify the field value as either a string value ( StringValue ) or a reference to another object ( RefValue ), but not both.

      Required if the key that you are using requires it.

      Specified by:
      getStringValue in interface CfnPipeline.FieldProperty
    • $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