Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticmapreduce.model
Class RunJobFlowResult

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.RunJobFlowResult
All Implemented Interfaces:
Serializable

public class RunJobFlowResult
extends Object
implements Serializable

The result of the RunJobFlow operation.

See Also:
Serialized Form

Constructor Summary
RunJobFlowResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getJobFlowId()
          An unique identifier for the job flow.
 int hashCode()
           
 void setJobFlowId(String jobFlowId)
          An unique identifier for the job flow.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 RunJobFlowResult withJobFlowId(String jobFlowId)
          An unique identifier for the job flow.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunJobFlowResult

public RunJobFlowResult()
Method Detail

getJobFlowId

public 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(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(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 String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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