@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 | 
getClusterArn()
 The Amazon Resource Name of the cluster. 
 | 
String | 
getJobFlowId()
 An unique identifier for the job flow. 
 | 
int | 
hashCode()  | 
void | 
setClusterArn(String clusterArn)
 The Amazon Resource Name of the cluster. 
 | 
void | 
setJobFlowId(String jobFlowId)
 An unique identifier for the job flow. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
RunJobFlowResult | 
withClusterArn(String clusterArn)
 The Amazon Resource Name of the cluster. 
 | 
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 void setClusterArn(String clusterArn)
The Amazon Resource Name of the cluster.
clusterArn - The Amazon Resource Name of the cluster.public String getClusterArn()
The Amazon Resource Name of the cluster.
public RunJobFlowResult withClusterArn(String clusterArn)
The Amazon Resource Name of the cluster.
clusterArn - The Amazon Resource Name of the cluster.public String toString()
toString in class ObjectObject.toString()public RunJobFlowResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.