Class DeployWorkflowDefinitionRequest

Object
DeployWorkflowDefinitionRequest
All Implemented Interfaces:
Serializable

public class DeployWorkflowDefinitionRequest extends Object implements Serializable
The properties of the workflow definition to be deployed.
See Also:
  • Constructor Details

    • DeployWorkflowDefinitionRequest

      public DeployWorkflowDefinitionRequest()
  • Method Details

    • builder

      public static DeployWorkflowDefinitionRequest.Builder builder()
    • getFileStream

      public InputStream getFileStream()
      Required. The file describing the workflow to be deployed.
    • getFileName

      public String getFileName()
      Required. The name of the file.
    • setFileStream

      public void setFileStream(InputStream fileStream)
      Required. The file describing the workflow to be deployed.
    • setFileName

      public void setFileName(String fileName)
      Required. The name of the file.
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object