com.amazonaws.services.elasticmapreduce.model
Class RunJobFlowResult

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

public class RunJobFlowResult
extends java.lang.Object

The result of the RunJobFlow operation.


Constructor Summary
RunJobFlowResult()
           
 
Method Summary
 java.lang.String getJobFlowId()
          An unique identifier for the job flow.
 void setJobFlowId(java.lang.String jobFlowId)
          An unique identifier for the job flow.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 RunJobFlowResult withJobFlowId(java.lang.String jobFlowId)
          An unique identifier for the 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 java.lang.String getJobFlowId()
An unique identifier for the job flow.

Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*

Returns:
An unique identifier for the job flow.

setJobFlowId

public void setJobFlowId(java.lang.String jobFlowId)
An unique identifier for the job flow.

Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*

Parameters:
jobFlowId - An unique identifier for the job flow.

withJobFlowId

public RunJobFlowResult withJobFlowId(java.lang.String jobFlowId)
An unique identifier for the job flow.

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

Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*

Parameters:
jobFlowId - An unique identifier for the job flow.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()


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