Class UpdateItem

java.lang.Object
io.camunda.connector.aws.dynamodb.model.TableOperation
io.camunda.connector.aws.dynamodb.model.UpdateItem
All Implemented Interfaces:
AwsInput

public final class UpdateItem extends TableOperation
  • Constructor Details

    • UpdateItem

      public UpdateItem()
  • Method Details

    • getPrimaryKeyComponents

      public Object getPrimaryKeyComponents()
    • setPrimaryKeyComponents

      public void setPrimaryKeyComponents(Object primaryKeyComponents)
    • getKeyAttributes

      public Object getKeyAttributes()
    • setKeyAttributes

      public void setKeyAttributes(Object keyAttributes)
    • getAttributeAction

      public String getAttributeAction()
    • setAttributeAction

      public void setAttributeAction(String attributeAction)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object