Class RunJobFlowResult
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.RunJobFlowResult
- All Implemented Interfaces:
Serializable
,Cloneable
The result of the RunJobFlow operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An unique identifier for the job flow.int
hashCode()
void
setJobFlowId
(String jobFlowId) An unique identifier for the job flow.toString()
Returns a string representation of this object; useful for testing and debugging.withJobFlowId
(String jobFlowId) An unique identifier for the job flow.
-
Constructor Details
-
RunJobFlowResult
public RunJobFlowResult()
-
-
Method Details
-
setJobFlowId
An unique identifier for the job flow.
- Parameters:
jobFlowId
- An unique identifier for the job flow.
-
getJobFlowId
An unique identifier for the job flow.
- Returns:
- An unique identifier for the job flow.
-
withJobFlowId
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-