|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.RunJobFlowResult
public class RunJobFlowResult
Run Job Flow Result
| Constructor Summary | |
|---|---|
RunJobFlowResult()
|
|
| Method Summary | |
|---|---|
String |
getJobFlowId()
A string uniquely identifying the created job flow. |
void |
setJobFlowId(String jobFlowId)
A string uniquely identifying the created job flow. |
String |
toString()
|
RunJobFlowResult |
withJobFlowId(String jobFlowId)
A string uniquely identifying the created job flow. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RunJobFlowResult()
| Method Detail |
|---|
public String getJobFlowId()
public void setJobFlowId(String jobFlowId)
jobFlowId - A string uniquely identifying the created job flow.public RunJobFlowResult withJobFlowId(String jobFlowId)
Returns a reference to this object so that method calls can be chained together.
jobFlowId - A string uniquely identifying the created job flow.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||