public class DescribeStepResult extends Object implements Serializable, Cloneable
This output contains the description of the cluster step.
| Constructor and Description | 
|---|
| DescribeStepResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeStepResult | clone() | 
| 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. | 
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 ObjectObject.toString()public DescribeStepResult clone()
Copyright © 2015. All rights reserved.