public class RunJobFlowResult extends Object implements Serializable
The result of the RunJobFlow operation.
| Constructor and Description | 
|---|
| RunJobFlowResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public String getJobFlowId()
 Constraints:
 Length: 0 - 256
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setJobFlowId(String jobFlowId)
 Constraints:
 Length: 0 - 256
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\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: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
jobFlowId - An unique identifier for the job flow.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.