@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RunJobFlowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of the RunJobFlow operation.
| Constructor and Description | 
|---|
| RunJobFlowResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| RunJobFlowResult | clone() | 
| 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. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobFlowId(String jobFlowId)
An unique identifier for the job flow.
jobFlowId - An unique identifier for the job flow.public String getJobFlowId()
An unique identifier for the job flow.
public RunJobFlowResult withJobFlowId(String jobFlowId)
An unique identifier for the job flow.
jobFlowId - An unique identifier for the job flow.public String toString()
toString in class ObjectObject.toString()public RunJobFlowResult clone()
Copyright © 2017. All rights reserved.