com.amazonaws.services.elasticmapreduce.model
Class DescribeStepResult

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.DescribeStepResult
All Implemented Interfaces:
Serializable

public class DescribeStepResult
extends Object
implements Serializable

This output contains the description of the cluster step.

See Also:
Serialized Form

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

DescribeStepResult

public DescribeStepResult()
Method Detail

getStep

public Step getStep()
The step details for the requested step identifier.

Returns:
The step details for the requested step identifier.

setStep

public void setStep(Step step)
The step details for the requested step identifier.

Parameters:
step - The step details for the requested step identifier.

withStep

public DescribeStepResult withStep(Step step)
The step details for the requested step identifier.

Returns a reference to this object so that method calls can be chained together.

Parameters:
step - The step details for the requested step identifier.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.