Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class PendingModifiedValues

java.lang.Object
  extended by com.amazonaws.services.redshift.model.PendingModifiedValues
All Implemented Interfaces:
java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
PendingModifiedValues()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PendingModifiedValues

public PendingModifiedValues()
Method Detail

getMasterUserPassword

public java.lang.String getMasterUserPassword()
The pending or in-progress change of the master credentials for the cluster.

Returns:
The pending or in-progress change of the master credentials for the cluster.

setMasterUserPassword

public void setMasterUserPassword(java.lang.String masterUserPassword)
The pending or in-progress change of the master credentials for the cluster.

Parameters:
masterUserPassword - The pending or in-progress change of the master credentials for the cluster.

withMasterUserPassword

public PendingModifiedValues withMasterUserPassword(java.lang.String masterUserPassword)
The pending or in-progress change of the master credentials for the cluster.

Returns a reference to this object so that method calls can be chained together.

Parameters:
masterUserPassword - The pending or in-progress change of the master credentials for the cluster.

getNodeType

public java.lang.String getNodeType()
The pending or in-progress change of the cluster's node type.

Returns:
The pending or in-progress change of the cluster's node type.

setNodeType

public void setNodeType(java.lang.String nodeType)
The pending or in-progress change of the cluster's node type.

Parameters:
nodeType - The pending or in-progress change of the cluster's node type.

withNodeType

public PendingModifiedValues withNodeType(java.lang.String nodeType)
The pending or in-progress change of the cluster's node type.

Returns a reference to this object so that method calls can be chained together.

Parameters:
nodeType - The pending or in-progress change of the cluster's node type.

getNumberOfNodes

public java.lang.Integer getNumberOfNodes()
The pending or in-progress change of the number nodes in the cluster.

Returns:
The pending or in-progress change of the number nodes in the cluster.

setNumberOfNodes

public void setNumberOfNodes(java.lang.Integer numberOfNodes)
The pending or in-progress change of the number nodes in the cluster.

Parameters:
numberOfNodes - The pending or in-progress change of the number nodes in the cluster.

withNumberOfNodes

public PendingModifiedValues withNumberOfNodes(java.lang.Integer numberOfNodes)
The pending or in-progress change of the number nodes in the cluster.

Returns a reference to this object so that method calls can be chained together.

Parameters:
numberOfNodes - The pending or in-progress change of the number nodes in the cluster.

getClusterType

public java.lang.String getClusterType()
The pending or in-progress change of the cluster type.

Returns:
The pending or in-progress change of the cluster type.

setClusterType

public void setClusterType(java.lang.String clusterType)
The pending or in-progress change of the cluster type.

Parameters:
clusterType - The pending or in-progress change of the cluster type.

withClusterType

public PendingModifiedValues withClusterType(java.lang.String clusterType)
The pending or in-progress change of the cluster type.

Returns a reference to this object so that method calls can be chained together.

Parameters:
clusterType - The pending or in-progress change of the cluster type.

getClusterVersion

public java.lang.String getClusterVersion()
The pending or in-progress change of the service version.

Returns:
The pending or in-progress change of the service version.

setClusterVersion

public void setClusterVersion(java.lang.String clusterVersion)
The pending or in-progress change of the service version.

Parameters:
clusterVersion - The pending or in-progress change of the service version.

withClusterVersion

public PendingModifiedValues withClusterVersion(java.lang.String clusterVersion)
The pending or in-progress change of the service version.

Returns a reference to this object so that method calls can be chained together.

Parameters:
clusterVersion - The pending or in-progress change of the service version.

getAutomatedSnapshotRetentionPeriod

public java.lang.Integer getAutomatedSnapshotRetentionPeriod()
The pending or in-progress change of the automated snapshot retention period.

Returns:
The pending or in-progress change of the automated snapshot retention period.

setAutomatedSnapshotRetentionPeriod

public void setAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period.

Parameters:
automatedSnapshotRetentionPeriod - The pending or in-progress change of the automated snapshot retention period.

withAutomatedSnapshotRetentionPeriod

public PendingModifiedValues withAutomatedSnapshotRetentionPeriod(java.lang.Integer automatedSnapshotRetentionPeriod)
The pending or in-progress change of the automated snapshot retention period.

Returns a reference to this object so that method calls can be chained together.

Parameters:
automatedSnapshotRetentionPeriod - The pending or in-progress change of the automated snapshot retention period.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.