@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeStepResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStep(Step step)
The step details for the requested step identifier.
step
- The step details for the requested step identifier.public Step getStep()
The step details for the requested step identifier.
public DescribeStepResult withStep(Step step)
The step details for the requested step identifier.
step
- The step details for the requested step identifier.public String toString()
toString
in class Object
Object.toString()
public DescribeStepResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.