public class PendingModifiedValues
extends java.lang.Object
implements java.io.Serializable
Describes cluster attributes that are in a pending state. A change to one or more the attributes was requested and is in progress or will be applied.
| コンストラクタと説明 |
|---|
PendingModifiedValues() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getAutomatedSnapshotRetentionPeriod()
The pending or in-progress change of the automated snapshot retention
period.
|
java.lang.String |
getClusterType()
The pending or in-progress change of the cluster type.
|
java.lang.String |
getClusterVersion()
The pending or in-progress change of the service version.
|
java.lang.String |
getMasterUserPassword()
The pending or in-progress change of the master credentials for the
cluster.
|
java.lang.String |
getNodeType()
The pending or in-progress change of the cluster's node type.
|
java.lang.Integer |
getNumberOfNodes()
The pending or in-progress change of the number nodes in the cluster.
|
int |
hashCode() |
void |
setAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention
period.
|
void |
setClusterType(java.lang.String clusterType)
The pending or in-progress change of the cluster type.
|
void |
setClusterVersion(java.lang.String clusterVersion)
The pending or in-progress change of the service version.
|
void |
setMasterUserPassword(java.lang.String masterUserPassword)
The pending or in-progress change of the master credentials for the
cluster.
|
void |
setNodeType(java.lang.String nodeType)
The pending or in-progress change of the cluster's node type.
|
void |
setNumberOfNodes(java.lang.Integer numberOfNodes)
The pending or in-progress change of the number nodes in the cluster.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PendingModifiedValues |
withAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention
period.
|
PendingModifiedValues |
withClusterType(java.lang.String clusterType)
The pending or in-progress change of the cluster type.
|
PendingModifiedValues |
withClusterVersion(java.lang.String clusterVersion)
The pending or in-progress change of the service version.
|
PendingModifiedValues |
withMasterUserPassword(java.lang.String masterUserPassword)
The pending or in-progress change of the master credentials for the
cluster.
|
PendingModifiedValues |
withNodeType(java.lang.String nodeType)
The pending or in-progress change of the cluster's node type.
|
PendingModifiedValues |
withNumberOfNodes(java.lang.Integer numberOfNodes)
The pending or in-progress change of the number nodes in the cluster.
|
public java.lang.String getMasterUserPassword()
public void setMasterUserPassword(java.lang.String masterUserPassword)
masterUserPassword - The pending or in-progress change of the master credentials for the
cluster.public PendingModifiedValues withMasterUserPassword(java.lang.String masterUserPassword)
Returns a reference to this object so that method calls can be chained together.
masterUserPassword - The pending or in-progress change of the master credentials for the
cluster.public java.lang.String getNodeType()
public void setNodeType(java.lang.String nodeType)
nodeType - The pending or in-progress change of the cluster's node type.public PendingModifiedValues withNodeType(java.lang.String nodeType)
Returns a reference to this object so that method calls can be chained together.
nodeType - The pending or in-progress change of the cluster's node type.public java.lang.Integer getNumberOfNodes()
public void setNumberOfNodes(java.lang.Integer numberOfNodes)
numberOfNodes - The pending or in-progress change of the number nodes in the cluster.public PendingModifiedValues withNumberOfNodes(java.lang.Integer numberOfNodes)
Returns a reference to this object so that method calls can be chained together.
numberOfNodes - The pending or in-progress change of the number nodes in the cluster.public java.lang.String getClusterType()
public void setClusterType(java.lang.String clusterType)
clusterType - The pending or in-progress change of the cluster type.public PendingModifiedValues withClusterType(java.lang.String clusterType)
Returns a reference to this object so that method calls can be chained together.
clusterType - The pending or in-progress change of the cluster type.public java.lang.String getClusterVersion()
public void setClusterVersion(java.lang.String clusterVersion)
clusterVersion - The pending or in-progress change of the service version.public PendingModifiedValues withClusterVersion(java.lang.String clusterVersion)
Returns a reference to this object so that method calls can be chained together.
clusterVersion - The pending or in-progress change of the service version.public java.lang.Integer getAutomatedSnapshotRetentionPeriod()
public void setAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
automatedSnapshotRetentionPeriod - The pending or in-progress change of the automated snapshot retention
period.public PendingModifiedValues withAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
Returns a reference to this object so that method calls can be chained together.
automatedSnapshotRetentionPeriod - The pending or in-progress change of the automated snapshot retention
period.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