|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.DescribeStepResult
public class DescribeStepResult
This output contains the description of the cluster step.
Constructor Summary | |
---|---|
DescribeStepResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Step |
getStep()
The step details for the requested step identifier. |
int |
hashCode()
|
void |
setStep(Step step)
The step details for the requested step identifier. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeStepResult |
withStep(Step step)
The step details for the requested step identifier. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeStepResult()
Method Detail |
---|
public Step getStep()
public void setStep(Step step)
step
- The step details for the requested step identifier.public DescribeStepResult withStep(Step step)
Returns a reference to this object so that method calls can be chained together.
step
- The step details for the requested step identifier.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |