public class DescribeResizeRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
DescribeResizeRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClusterIdentifier()
The unique identifier of a cluster whose resize progress you are
requesting.
|
int |
hashCode() |
void |
setClusterIdentifier(java.lang.String clusterIdentifier)
The unique identifier of a cluster whose resize progress you are
requesting.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeResizeRequest |
withClusterIdentifier(java.lang.String clusterIdentifier)
The unique identifier of a cluster whose resize progress you are
requesting.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object