public class DescribeStepRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
This input determines which step to describe.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clusterId
The identifier of the cluster with steps to describe.
|
private java.lang.String |
stepId
The identifier of the step to describe.
|
NOOP
Constructor and Description |
---|
DescribeStepRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeStepRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClusterId()
The identifier of the cluster with steps to describe.
|
java.lang.String |
getStepId()
The identifier of the step to describe.
|
int |
hashCode() |
void |
setClusterId(java.lang.String clusterId)
The identifier of the cluster with steps to describe.
|
void |
setStepId(java.lang.String stepId)
The identifier of the step to describe.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStepRequest |
withClusterId(java.lang.String clusterId)
The identifier of the cluster with steps to describe.
|
DescribeStepRequest |
withStepId(java.lang.String stepId)
The identifier of the step to describe.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String clusterId
The identifier of the cluster with steps to describe.
private java.lang.String stepId
The identifier of the step to describe.
public void setClusterId(java.lang.String clusterId)
The identifier of the cluster with steps to describe.
clusterId
- The identifier of the cluster with steps to describe.public java.lang.String getClusterId()
The identifier of the cluster with steps to describe.
public DescribeStepRequest withClusterId(java.lang.String clusterId)
The identifier of the cluster with steps to describe.
clusterId
- The identifier of the cluster with steps to describe.public void setStepId(java.lang.String stepId)
The identifier of the step to describe.
stepId
- The identifier of the step to describe.public java.lang.String getStepId()
The identifier of the step to describe.
public DescribeStepRequest withStepId(java.lang.String stepId)
The identifier of the step to describe.
stepId
- The identifier of the step to describe.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeStepRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()