Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class PendingModifiedValues

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

public class PendingModifiedValues
extends Object
implements Serializable

This data type is used as a response element in the ModifyDBInstance action.

See Also:
Serialized Form

Constructor Summary
PendingModifiedValues()
          Default constructor for a new PendingModifiedValues object.
 
Method Summary
 boolean equals(Object obj)
           
 Integer getAllocatedStorage()
          Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.
 Integer getBackupRetentionPeriod()
          Specifies the pending number of days for which automated backups are retained.
 String getDBInstanceClass()
          Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.
 String getDBInstanceIdentifier()
          Contains the new DBInstanceIdentifier for the DB Instance that will be applied or is in progress.
 String getEngineVersion()
          Indicates the database engine version.
 Integer getIops()
          Specifies the new Provisioned IOPS value for the DB Instance that will be applied or is being applied.
 String getMasterUserPassword()
          Contains the pending or in-progress change of the master credentials for the DB Instance.
 Boolean getMultiAZ()
          Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.
 Integer getPort()
          Specifies the pending port for the DB Instance.
 int hashCode()
           
 Boolean isMultiAZ()
          Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.
 void setAllocatedStorage(Integer allocatedStorage)
          Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.
 void setBackupRetentionPeriod(Integer backupRetentionPeriod)
          Specifies the pending number of days for which automated backups are retained.
 void setDBInstanceClass(String dBInstanceClass)
          Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.
 void setDBInstanceIdentifier(String dBInstanceIdentifier)
          Contains the new DBInstanceIdentifier for the DB Instance that will be applied or is in progress.
 void setEngineVersion(String engineVersion)
          Indicates the database engine version.
 void setIops(Integer iops)
          Specifies the new Provisioned IOPS value for the DB Instance that will be applied or is being applied.
 void setMasterUserPassword(String masterUserPassword)
          Contains the pending or in-progress change of the master credentials for the DB Instance.
 void setMultiAZ(Boolean multiAZ)
          Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.
 void setPort(Integer port)
          Specifies the pending port for the DB Instance.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 PendingModifiedValues withAllocatedStorage(Integer allocatedStorage)
          Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.
 PendingModifiedValues withBackupRetentionPeriod(Integer backupRetentionPeriod)
          Specifies the pending number of days for which automated backups are retained.
 PendingModifiedValues withDBInstanceClass(String dBInstanceClass)
          Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.
 PendingModifiedValues withDBInstanceIdentifier(String dBInstanceIdentifier)
          Contains the new DBInstanceIdentifier for the DB Instance that will be applied or is in progress.
 PendingModifiedValues withEngineVersion(String engineVersion)
          Indicates the database engine version.
 PendingModifiedValues withIops(Integer iops)
          Specifies the new Provisioned IOPS value for the DB Instance that will be applied or is being applied.
 PendingModifiedValues withMasterUserPassword(String masterUserPassword)
          Contains the pending or in-progress change of the master credentials for the DB Instance.
 PendingModifiedValues withMultiAZ(Boolean multiAZ)
          Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.
 PendingModifiedValues withPort(Integer port)
          Specifies the pending port for the DB Instance.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PendingModifiedValues

public PendingModifiedValues()
Default constructor for a new PendingModifiedValues object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getDBInstanceClass

public String getDBInstanceClass()
Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.

Returns:
Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.

setDBInstanceClass

public void setDBInstanceClass(String dBInstanceClass)
Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.

Parameters:
dBInstanceClass - Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.

withDBInstanceClass

public PendingModifiedValues withDBInstanceClass(String dBInstanceClass)
Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.

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

Parameters:
dBInstanceClass - Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.
Returns:
A reference to this updated object so that method calls can be chained together.

getAllocatedStorage

public Integer getAllocatedStorage()
Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.

Returns:
Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.

setAllocatedStorage

public void setAllocatedStorage(Integer allocatedStorage)
Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.

Parameters:
allocatedStorage - Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.

withAllocatedStorage

public PendingModifiedValues withAllocatedStorage(Integer allocatedStorage)
Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.

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

Parameters:
allocatedStorage - Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.
Returns:
A reference to this updated object so that method calls can be chained together.

getMasterUserPassword

public String getMasterUserPassword()
Contains the pending or in-progress change of the master credentials for the DB Instance.

Returns:
Contains the pending or in-progress change of the master credentials for the DB Instance.

setMasterUserPassword

public void setMasterUserPassword(String masterUserPassword)
Contains the pending or in-progress change of the master credentials for the DB Instance.

Parameters:
masterUserPassword - Contains the pending or in-progress change of the master credentials for the DB Instance.

withMasterUserPassword

public PendingModifiedValues withMasterUserPassword(String masterUserPassword)
Contains the pending or in-progress change of the master credentials for the DB Instance.

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

Parameters:
masterUserPassword - Contains the pending or in-progress change of the master credentials for the DB Instance.
Returns:
A reference to this updated object so that method calls can be chained together.

getPort

public Integer getPort()
Specifies the pending port for the DB Instance.

Returns:
Specifies the pending port for the DB Instance.

setPort

public void setPort(Integer port)
Specifies the pending port for the DB Instance.

Parameters:
port - Specifies the pending port for the DB Instance.

withPort

public PendingModifiedValues withPort(Integer port)
Specifies the pending port for the DB Instance.

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

Parameters:
port - Specifies the pending port for the DB Instance.
Returns:
A reference to this updated object so that method calls can be chained together.

getBackupRetentionPeriod

public Integer getBackupRetentionPeriod()
Specifies the pending number of days for which automated backups are retained.

Returns:
Specifies the pending number of days for which automated backups are retained.

setBackupRetentionPeriod

public void setBackupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are retained.

Parameters:
backupRetentionPeriod - Specifies the pending number of days for which automated backups are retained.

withBackupRetentionPeriod

public PendingModifiedValues withBackupRetentionPeriod(Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are retained.

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

Parameters:
backupRetentionPeriod - Specifies the pending number of days for which automated backups are retained.
Returns:
A reference to this updated object so that method calls can be chained together.

isMultiAZ

public Boolean isMultiAZ()
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.

Returns:
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.

setMultiAZ

public void setMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.

Parameters:
multiAZ - Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.

withMultiAZ

public PendingModifiedValues withMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.

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

Parameters:
multiAZ - Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.
Returns:
A reference to this updated object so that method calls can be chained together.

getMultiAZ

public Boolean getMultiAZ()
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.

Returns:
Indicates that the Single-AZ DB Instance is to change to a Multi-AZ deployment.

getEngineVersion

public String getEngineVersion()
Indicates the database engine version.

Returns:
Indicates the database engine version.

setEngineVersion

public void setEngineVersion(String engineVersion)
Indicates the database engine version.

Parameters:
engineVersion - Indicates the database engine version.

withEngineVersion

public PendingModifiedValues withEngineVersion(String engineVersion)
Indicates the database engine version.

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

Parameters:
engineVersion - Indicates the database engine version.
Returns:
A reference to this updated object so that method calls can be chained together.

getIops

public Integer getIops()
Specifies the new Provisioned IOPS value for the DB Instance that will be applied or is being applied.

Returns:
Specifies the new Provisioned IOPS value for the DB Instance that will be applied or is being applied.

setIops

public void setIops(Integer iops)
Specifies the new Provisioned IOPS value for the DB Instance that will be applied or is being applied.

Parameters:
iops - Specifies the new Provisioned IOPS value for the DB Instance that will be applied or is being applied.

withIops

public PendingModifiedValues withIops(Integer iops)
Specifies the new Provisioned IOPS value for the DB Instance that will be applied or is being applied.

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

Parameters:
iops - Specifies the new Provisioned IOPS value for the DB Instance that will be applied or is being applied.
Returns:
A reference to this updated object so that method calls can be chained together.

getDBInstanceIdentifier

public String getDBInstanceIdentifier()
Contains the new DBInstanceIdentifier for the DB Instance that will be applied or is in progress.

Returns:
Contains the new DBInstanceIdentifier for the DB Instance that will be applied or is in progress.

setDBInstanceIdentifier

public void setDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new DBInstanceIdentifier for the DB Instance that will be applied or is in progress.

Parameters:
dBInstanceIdentifier - Contains the new DBInstanceIdentifier for the DB Instance that will be applied or is in progress.

withDBInstanceIdentifier

public PendingModifiedValues withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new DBInstanceIdentifier for the DB Instance that will be applied or is in progress.

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

Parameters:
dBInstanceIdentifier - Contains the new DBInstanceIdentifier for the DB Instance that will be applied or is in progress.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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