public class DescribeClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 | 
|---|---|
| DescribeClusterRequest | clone() | 
| 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, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, 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()public DescribeClusterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.