|
||||||||||
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.DescribeClusterRequest
public class DescribeClusterRequest
Container for the parameters to the DescribeCluster operation
.
Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on. For information about the cluster steps, see ListSteps.
AmazonElasticMapReduce.describeCluster(DescribeClusterRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeClusterRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getClusterId()
The identifier of the cluster to describe. |
int |
hashCode()
|
void |
setClusterId(String clusterId)
The identifier of the cluster to describe. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeClusterRequest |
withClusterId(String clusterId)
The identifier of the cluster 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 DescribeClusterRequest()
Method Detail |
---|
public String getClusterId()
public void setClusterId(String clusterId)
clusterId
- The identifier of the cluster to describe.public DescribeClusterRequest withClusterId(String clusterId)
Returns a reference to this object so that method calls can be chained together.
clusterId
- The identifier of the cluster 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 |