Class RunJobFlowResult

    • Constructor Detail

      • RunJobFlowResult

        public RunJobFlowResult()
    • Method Detail

      • setJobFlowId

        public void setJobFlowId​(String jobFlowId)

        An unique identifier for the job flow.

        Parameters:
        jobFlowId - An unique identifier for the job flow.
      • getJobFlowId

        public String getJobFlowId()

        An unique identifier for the job flow.

        Returns:
        An unique identifier for the job flow.
      • withJobFlowId

        public RunJobFlowResult withJobFlowId​(String jobFlowId)

        An unique identifier for the job flow.

        Parameters:
        jobFlowId - An unique identifier for the job flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object