Class DescribeStepResult
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.DescribeStepResult
- All Implemented Interfaces:
Serializable
,Cloneable
This output contains the description of the cluster step.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getStep()
The step details for the requested step identifier.int
hashCode()
void
The step details for the requested step identifier.toString()
Returns a string representation of this object; useful for testing and debugging.The step details for the requested step identifier.
-
Constructor Details
-
DescribeStepResult
public DescribeStepResult()
-
-
Method Details
-
setStep
The step details for the requested step identifier.
- Parameters:
step
- The step details for the requested step identifier.
-
getStep
The step details for the requested step identifier.
- Returns:
- The step details for the requested step identifier.
-
withStep
The step details for the requested step identifier.
- Parameters:
step
- The step details for the requested step identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-