|
Did this page help you?Yes No Tell us about it... |
||||||
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
The result of the RunJobFlow operation.
Constructor Summary | |
---|---|
RunJobFlowResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getJobFlowId()
An unique identifier for the job flow. |
int |
hashCode()
|
void |
setJobFlowId(String jobFlowId)
An unique identifier for the job flow. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RunJobFlowResult |
withJobFlowId(String jobFlowId)
An unique identifier for the job flow. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RunJobFlowResult()
Method Detail |
---|
public String getJobFlowId()
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
public void setJobFlowId(String jobFlowId)
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
jobFlowId
- An unique identifier for the job flow.public RunJobFlowResult withJobFlowId(String jobFlowId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
jobFlowId
- An unique identifier for the job flow.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |