public class DescribeResizeRequest extends AmazonWebServiceRequest implements Serializable
DescribeResize operation
.
Returns information about the last resize operation for the specified
cluster. If no resize operation has ever been initiated for the
specified cluster, a HTTP 404
error is returned. If a
resize operation was initiated and completed, the status of the resize
remains as SUCCEEDED
until the next resize.
A resize operation can be requested using ModifyCluster and specifying a different number or type of nodes for the cluster.
Constructor and Description |
---|
DescribeResizeRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClusterIdentifier()
The unique identifier of a cluster whose resize progress you are
requesting.
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
The unique identifier of a cluster whose resize progress you are
requesting.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeResizeRequest |
withClusterIdentifier(String clusterIdentifier)
The unique identifier of a cluster whose resize progress you are
requesting.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getClusterIdentifier()
By default, resize operations for all clusters defined for an AWS account are returned.
By default, resize operations for all clusters defined for an AWS account are returned.
public void setClusterIdentifier(String clusterIdentifier)
By default, resize operations for all clusters defined for an AWS account are returned.
clusterIdentifier
- The unique identifier of a cluster whose resize progress you are
requesting. This parameter isn't case-sensitive. By default, resize operations for all clusters defined for an AWS account are returned.
public DescribeResizeRequest withClusterIdentifier(String clusterIdentifier)
By default, resize operations for all clusters defined for an AWS account are returned.
Returns a reference to this object so that method calls can be chained together.
clusterIdentifier
- The unique identifier of a cluster whose resize progress you are
requesting. This parameter isn't case-sensitive. By default, resize operations for all clusters defined for an AWS account are returned.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.