public class DescribeStepRequest extends AmazonWebServiceRequest implements Serializable
DescribeStep operation
.
Provides more detail about the cluster step.
NOOP
Constructor and Description |
---|
DescribeStepRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2014. All rights reserved.