com.amazonaws.services.elasticmapreduce.model
Class RunJobFlowResult

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.RunJobFlowResult

public class RunJobFlowResult
extends Object

Run Job Flow Result


Constructor Summary
RunJobFlowResult()
           
 
Method Summary
 String getJobFlowId()
          Returns the value of the JobFlowId property for this object.
 void setJobFlowId(String jobFlowId)
          Sets the value of the JobFlowId property for this object.
 RunJobFlowResult withJobFlowId(String jobFlowId)
          Sets the value of the JobFlowId property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunJobFlowResult

public RunJobFlowResult()
Method Detail

getJobFlowId

public String getJobFlowId()
Returns the value of the JobFlowId property for this object.

Returns:
The value of the JobFlowId property for this object.

setJobFlowId

public void setJobFlowId(String jobFlowId)
Sets the value of the JobFlowId property for this object.

Parameters:
jobFlowId - The new value for the JobFlowId property for this object.

withJobFlowId

public RunJobFlowResult withJobFlowId(String jobFlowId)
Sets the value of the JobFlowId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
jobFlowId - The new value for the JobFlowId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.