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()
          A string uniquely identifying the created job flow.
 void setJobFlowId(String jobFlowId)
          A string uniquely identifying the created job flow.
 String toString()
           
 RunJobFlowResult withJobFlowId(String jobFlowId)
          A string uniquely identifying the created job flow.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunJobFlowResult

public RunJobFlowResult()
Method Detail

getJobFlowId

public String getJobFlowId()
A string uniquely identifying the created job flow.

Returns:
A string uniquely identifying the created job flow.

setJobFlowId

public void setJobFlowId(String jobFlowId)
A string uniquely identifying the created job flow.

Parameters:
jobFlowId - A string uniquely identifying the created job flow.

withJobFlowId

public RunJobFlowResult withJobFlowId(String jobFlowId)
A string uniquely identifying the created job flow.

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

Parameters:
jobFlowId - A string uniquely identifying the created job flow.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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