Class RunJobFlowResult

java.lang.Object
com.amazonaws.services.elasticmapreduce.model.RunJobFlowResult
All Implemented Interfaces:
Serializable, Cloneable

public class RunJobFlowResult extends Object implements Serializable, Cloneable

The result of the RunJobFlow operation.

See Also:
  • Constructor Details

    • RunJobFlowResult

      public RunJobFlowResult()
  • Method Details

    • 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:
    • equals

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

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

      public RunJobFlowResult clone()
      Overrides:
      clone in class Object