public class DescribeClusterRequest extends AmazonWebServiceRequest implements Serializable
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.
NOOP
Constructor and Description |
---|
DescribeClusterRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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()
Copyright © 2014. All rights reserved.