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