public class PendingModifiedValues extends Object implements 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.
Constructor and Description |
---|
PendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getAutomatedSnapshotRetentionPeriod()
The pending or in-progress change of the automated snapshot retention
period.
|
String |
getClusterType()
The pending or in-progress change of the cluster type.
|
String |
getClusterVersion()
The pending or in-progress change of the service version.
|
String |
getMasterUserPassword()
The pending or in-progress change of the master password for the
cluster.
|
String |
getNodeType()
The pending or in-progress change of the cluster's node type.
|
Integer |
getNumberOfNodes()
The pending or in-progress change of the number nodes in the cluster.
|
int |
hashCode() |
void |
setAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention
period.
|
void |
setClusterType(String clusterType)
The pending or in-progress change of the cluster type.
|
void |
setClusterVersion(String clusterVersion)
The pending or in-progress change of the service version.
|
void |
setMasterUserPassword(String masterUserPassword)
The pending or in-progress change of the master password for the
cluster.
|
void |
setNodeType(String nodeType)
The pending or in-progress change of the cluster's node type.
|
void |
setNumberOfNodes(Integer numberOfNodes)
The pending or in-progress change of the number nodes in the cluster.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PendingModifiedValues |
withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention
period.
|
PendingModifiedValues |
withClusterType(String clusterType)
The pending or in-progress change of the cluster type.
|
PendingModifiedValues |
withClusterVersion(String clusterVersion)
The pending or in-progress change of the service version.
|
PendingModifiedValues |
withMasterUserPassword(String masterUserPassword)
The pending or in-progress change of the master password for the
cluster.
|
PendingModifiedValues |
withNodeType(String nodeType)
The pending or in-progress change of the cluster's node type.
|
PendingModifiedValues |
withNumberOfNodes(Integer numberOfNodes)
The pending or in-progress change of the number nodes in the cluster.
|
public String getMasterUserPassword()
public void setMasterUserPassword(String masterUserPassword)
masterUserPassword
- The pending or in-progress change of the master password for the
cluster.public PendingModifiedValues withMasterUserPassword(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 password for the
cluster.public String getNodeType()
public void setNodeType(String nodeType)
nodeType
- The pending or in-progress change of the cluster's node type.public PendingModifiedValues withNodeType(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 Integer getNumberOfNodes()
public void setNumberOfNodes(Integer numberOfNodes)
numberOfNodes
- The pending or in-progress change of the number nodes in the cluster.public PendingModifiedValues withNumberOfNodes(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 String getClusterType()
public void setClusterType(String clusterType)
clusterType
- The pending or in-progress change of the cluster type.public PendingModifiedValues withClusterType(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 String getClusterVersion()
public void setClusterVersion(String clusterVersion)
clusterVersion
- The pending or in-progress change of the service version.public PendingModifiedValues withClusterVersion(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 Integer getAutomatedSnapshotRetentionPeriod()
public void setAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod)
automatedSnapshotRetentionPeriod
- The pending or in-progress change of the automated snapshot retention
period.public PendingModifiedValues withAutomatedSnapshotRetentionPeriod(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 String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.