@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 (ARN) of the cluster.
|
String |
getJobFlowId()
A unique identifier for the job flow.
|
int |
hashCode() |
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
void |
setJobFlowId(String jobFlowId)
A unique identifier for the job flow.
|
String |
toString()
Returns a string representation of this object.
|
RunJobFlowResult |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
RunJobFlowResult |
withJobFlowId(String jobFlowId)
A unique identifier for the job flow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobFlowId(String jobFlowId)
A unique identifier for the job flow.
jobFlowId
- A unique identifier for the job flow.public String getJobFlowId()
A unique identifier for the job flow.
public RunJobFlowResult withJobFlowId(String jobFlowId)
A unique identifier for the job flow.
jobFlowId
- A unique identifier for the job flow.public void setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
clusterArn
- The Amazon Resource Name (ARN) of the cluster.public String getClusterArn()
The Amazon Resource Name (ARN) of the cluster.
public RunJobFlowResult withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
clusterArn
- The Amazon Resource Name (ARN) of the cluster.public String toString()
toString
in class Object
Object.toString()
public RunJobFlowResult clone()