public class PendingModifiedValues
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
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.
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
automatedSnapshotRetentionPeriod
The pending or in-progress change of the automated snapshot retention
period.
|
private java.lang.String |
clusterIdentifier
The pending or in-progress change of the new identifier for the cluster.
|
private java.lang.String |
clusterType
The pending or in-progress change of the cluster type.
|
private java.lang.String |
clusterVersion
The pending or in-progress change of the service version.
|
private java.lang.String |
masterUserPassword
The pending or in-progress change of the master user password for the
cluster.
|
private java.lang.String |
nodeType
The pending or in-progress change of the cluster's node type.
|
private java.lang.Integer |
numberOfNodes
The pending or in-progress change of the number of nodes in the cluster.
|
private java.lang.Boolean |
publiclyAccessible
The pending or in-progress change of the ability to connect to the
cluster from the public network.
|
Constructor and Description |
---|
PendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues |
clone() |
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 |
getClusterIdentifier()
The pending or in-progress change of the new identifier for the cluster.
|
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 user password 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 of nodes in the cluster.
|
java.lang.Boolean |
getPubliclyAccessible()
The pending or in-progress change of the ability to connect to the
cluster from the public network.
|
int |
hashCode() |
java.lang.Boolean |
isPubliclyAccessible()
The pending or in-progress change of the ability to connect to the
cluster from the public network.
|
void |
setAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention
period.
|
void |
setClusterIdentifier(java.lang.String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
|
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 user password 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 of nodes in the cluster.
|
void |
setPubliclyAccessible(java.lang.Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the
cluster from the public network.
|
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 |
withClusterIdentifier(java.lang.String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
|
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 user password 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 of nodes in the cluster.
|
PendingModifiedValues |
withPubliclyAccessible(java.lang.Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the
cluster from the public network.
|
private java.lang.String masterUserPassword
The pending or in-progress change of the master user password for the cluster.
private java.lang.String nodeType
The pending or in-progress change of the cluster's node type.
private java.lang.Integer numberOfNodes
The pending or in-progress change of the number of nodes in the cluster.
private java.lang.String clusterType
The pending or in-progress change of the cluster type.
private java.lang.String clusterVersion
The pending or in-progress change of the service version.
private java.lang.Integer automatedSnapshotRetentionPeriod
The pending or in-progress change of the automated snapshot retention period.
private java.lang.String clusterIdentifier
The pending or in-progress change of the new identifier for the cluster.
private java.lang.Boolean publiclyAccessible
The pending or in-progress change of the ability to connect to the cluster from the public network.
public void setMasterUserPassword(java.lang.String masterUserPassword)
The pending or in-progress change of the master user password for the cluster.
masterUserPassword
- The pending or in-progress change of the master user password for
the cluster.public java.lang.String getMasterUserPassword()
The pending or in-progress change of the master user password for the cluster.
public PendingModifiedValues withMasterUserPassword(java.lang.String masterUserPassword)
The pending or in-progress change of the master user password for the cluster.
masterUserPassword
- The pending or in-progress change of the master user password for
the cluster.public void setNodeType(java.lang.String nodeType)
The pending or in-progress change of the cluster's node type.
nodeType
- The pending or in-progress change of the cluster's node type.public java.lang.String getNodeType()
The pending or in-progress change of the cluster's node type.
public PendingModifiedValues withNodeType(java.lang.String nodeType)
The pending or in-progress change of the cluster's node type.
nodeType
- The pending or in-progress change of the cluster's node type.public void setNumberOfNodes(java.lang.Integer numberOfNodes)
The pending or in-progress change of the number of nodes in the cluster.
numberOfNodes
- The pending or in-progress change of the number of nodes in the
cluster.public java.lang.Integer getNumberOfNodes()
The pending or in-progress change of the number of nodes in the cluster.
public PendingModifiedValues withNumberOfNodes(java.lang.Integer numberOfNodes)
The pending or in-progress change of the number of nodes in the cluster.
numberOfNodes
- The pending or in-progress change of the number of nodes in the
cluster.public void setClusterType(java.lang.String clusterType)
The pending or in-progress change of the cluster type.
clusterType
- The pending or in-progress change of the cluster type.public java.lang.String getClusterType()
The pending or in-progress change of the cluster type.
public PendingModifiedValues withClusterType(java.lang.String clusterType)
The pending or in-progress change of the cluster type.
clusterType
- The pending or in-progress change of the cluster type.public void setClusterVersion(java.lang.String clusterVersion)
The pending or in-progress change of the service version.
clusterVersion
- The pending or in-progress change of the service version.public java.lang.String getClusterVersion()
The pending or in-progress change of the service version.
public PendingModifiedValues withClusterVersion(java.lang.String clusterVersion)
The pending or in-progress change of the service version.
clusterVersion
- The pending or in-progress change of the service version.public void setAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period.
automatedSnapshotRetentionPeriod
- The pending or in-progress change of the automated snapshot
retention period.public java.lang.Integer getAutomatedSnapshotRetentionPeriod()
The pending or in-progress change of the automated snapshot retention period.
public PendingModifiedValues withAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period.
automatedSnapshotRetentionPeriod
- The pending or in-progress change of the automated snapshot
retention period.public void setClusterIdentifier(java.lang.String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
clusterIdentifier
- The pending or in-progress change of the new identifier for the
cluster.public java.lang.String getClusterIdentifier()
The pending or in-progress change of the new identifier for the cluster.
public PendingModifiedValues withClusterIdentifier(java.lang.String clusterIdentifier)
The pending or in-progress change of the new identifier for the cluster.
clusterIdentifier
- The pending or in-progress change of the new identifier for the
cluster.public void setPubliclyAccessible(java.lang.Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the cluster from the public network.
publiclyAccessible
- The pending or in-progress change of the ability to connect to the
cluster from the public network.public java.lang.Boolean getPubliclyAccessible()
The pending or in-progress change of the ability to connect to the cluster from the public network.
public PendingModifiedValues withPubliclyAccessible(java.lang.Boolean publiclyAccessible)
The pending or in-progress change of the ability to connect to the cluster from the public network.
publiclyAccessible
- The pending or in-progress change of the ability to connect to the
cluster from the public network.public java.lang.Boolean isPubliclyAccessible()
The pending or in-progress change of the ability to connect to the cluster from the public network.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PendingModifiedValues clone()
clone
in class java.lang.Object