public class DescribeStepRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeStep operation.
 Provides more detail about the cluster step.
NOOP| Constructor and Description | 
|---|
| DescribeStepRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeStepRequest | clone() | 
| 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. | 
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getClusterId()
public void setClusterId(String clusterId)
clusterId - The identifier of the cluster with steps to describe.public DescribeStepRequest withClusterId(String clusterId)
Returns a reference to this object so that method calls can be chained together.
clusterId - The identifier of the cluster with steps to describe.public String getStepId()
public void setStepId(String stepId)
stepId - The identifier of the step to describe.public DescribeStepRequest withStepId(String stepId)
Returns a reference to this object so that method calls can be chained together.
stepId - The identifier of the step to describe.public String toString()
toString in class ObjectObject.toString()public DescribeStepRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.