|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticmapreduce.model.DescribeStepRequest
public class DescribeStepRequest
Container for the parameters to the DescribeStep operation
.
Provides more detail about the cluster step.
AmazonElasticMapReduce.describeStep(DescribeStepRequest)
,
Serialized FormConstructor 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 |
---|
public DescribeStepRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |