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()
Creates a shallow clone of this request.
|
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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, 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()
public DescribeClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.