com.amazonaws.services.elasticmapreduce.model
Class DescribeStepRequest

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

public class DescribeStepRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeStep operation.

Provides more detail about the cluster step.

See Also:
AmazonElasticMapReduce.describeStep(DescribeStepRequest), Serialized Form

Constructor Summary
DescribeStepRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusterId()
          The identifier of the cluster with steps to describe.
 String getStepId()
          The identifier of the step to describe.
 int hashCode()
           
 void setClusterId(String clusterId)
          The identifier of the cluster with steps to describe.
 void setStepId(String stepId)
          The identifier of the step to describe.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeStepRequest withClusterId(String clusterId)
          The identifier of the cluster with steps to describe.
 DescribeStepRequest withStepId(String stepId)
          The identifier of the step to describe.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeStepRequest

public DescribeStepRequest()
Method Detail

getClusterId

public String getClusterId()
The identifier of the cluster with steps to describe.

Returns:
The identifier of the cluster with steps to describe.

setClusterId

public void setClusterId(String clusterId)
The identifier of the cluster with steps to describe.

Parameters:
clusterId - The identifier of the cluster with steps to describe.

withClusterId

public DescribeStepRequest withClusterId(String clusterId)
The identifier of the cluster with steps to describe.

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

Parameters:
clusterId - The identifier of the cluster with steps to describe.
Returns:
A reference to this updated object so that method calls can be chained together.

getStepId

public String getStepId()
The identifier of the step to describe.

Returns:
The identifier of the step to describe.

setStepId

public void setStepId(String stepId)
The identifier of the step to describe.

Parameters:
stepId - The identifier of the step to describe.

withStepId

public DescribeStepRequest withStepId(String stepId)
The identifier of the step to describe.

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

Parameters:
stepId - The identifier of the step to describe.
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.