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. | 
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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 ObjectObject.toString()Copyright © 2015. All rights reserved.