Class PendingModifiedValues
- java.lang.Object
-
- com.amazonaws.services.rds.model.PendingModifiedValues
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class PendingModifiedValues extends Object implements Serializable, Cloneable
This data type is used as a response element in the ModifyDBInstance action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PendingModifiedValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PendingModifiedValues
clone()
boolean
equals(Object obj)
Integer
getAllocatedStorage()
Contains the newAllocatedStorage
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
getCACertificateIdentifier()
Specifies the identifier of the CA certificate for the DB instance.String
getDBInstanceClass()
Contains the newDBInstanceClass
for the DB instance that will be applied or is in progress.String
getDBInstanceIdentifier()
Contains the newDBInstanceIdentifier
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.String
getStorageType()
Specifies the storage type to be associated with 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 newAllocatedStorage
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
setCACertificateIdentifier(String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.void
setDBInstanceClass(String dBInstanceClass)
Contains the newDBInstanceClass
for the DB instance that will be applied or is in progress.void
setDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the newDBInstanceIdentifier
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.void
setStorageType(String storageType)
Specifies the storage type to be associated with the DB instance.String
toString()
Returns a string representation of this object; useful for testing and debugging.PendingModifiedValues
withAllocatedStorage(Integer allocatedStorage)
Contains the newAllocatedStorage
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
withCACertificateIdentifier(String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.PendingModifiedValues
withDBInstanceClass(String dBInstanceClass)
Contains the newDBInstanceClass
for the DB instance that will be applied or is in progress.PendingModifiedValues
withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the newDBInstanceIdentifier
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.PendingModifiedValues
withStorageType(String storageType)
Specifies the storage type to be associated with the DB instance.
-
-
-
Method Detail
-
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 newDBInstanceClass
for the DB instance that will be applied or is in progress.
-
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.
-
withDBInstanceClass
public PendingModifiedValues withDBInstanceClass(String dBInstanceClass)
Contains the new
DBInstanceClass
for the DB instance that will be applied or is in progress.- Parameters:
dBInstanceClass
- Contains the newDBInstanceClass
for the DB instance that will be applied or is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 newAllocatedStorage
size for the DB instance that will be applied or is in progress.
-
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.
-
withAllocatedStorage
public PendingModifiedValues withAllocatedStorage(Integer allocatedStorage)
Contains the new
AllocatedStorage
size for the DB instance that will be applied or is in progress.- Parameters:
allocatedStorage
- Contains the newAllocatedStorage
size for the DB instance that will be applied or is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
withMasterUserPassword
public PendingModifiedValues withMasterUserPassword(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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPort
public void setPort(Integer port)
Specifies the pending port for the DB instance.
- Parameters:
port
- Specifies the pending port for the DB instance.
-
getPort
public Integer getPort()
Specifies the pending port for the DB instance.
- Returns:
- Specifies the pending port for the DB instance.
-
withPort
public PendingModifiedValues withPort(Integer port)
Specifies the pending port for the DB instance.
- Parameters:
port
- Specifies the pending port for the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
withBackupRetentionPeriod
public PendingModifiedValues withBackupRetentionPeriod(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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
withMultiAZ
public PendingModifiedValues withMultiAZ(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.- Returns:
- Returns a reference to this 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.
-
setEngineVersion
public void setEngineVersion(String engineVersion)
Indicates the database engine version.
- Parameters:
engineVersion
- Indicates the database engine version.
-
getEngineVersion
public String getEngineVersion()
Indicates the database engine version.
- Returns:
- Indicates the database engine version.
-
withEngineVersion
public PendingModifiedValues withEngineVersion(String engineVersion)
Indicates the database engine version.
- Parameters:
engineVersion
- Indicates the database engine version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
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.
-
withIops
public PendingModifiedValues withIops(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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 newDBInstanceIdentifier
for the DB instance that will be applied or is in progress.
-
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.
-
withDBInstanceIdentifier
public PendingModifiedValues withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new
DBInstanceIdentifier
for the DB instance that will be applied or is in progress.- Parameters:
dBInstanceIdentifier
- Contains the newDBInstanceIdentifier
for the DB instance that will be applied or is in progress.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStorageType
public void setStorageType(String storageType)
Specifies the storage type to be associated with the DB instance.
- Parameters:
storageType
- Specifies the storage type to be associated with the DB instance.
-
getStorageType
public String getStorageType()
Specifies the storage type to be associated with the DB instance.
- Returns:
- Specifies the storage type to be associated with the DB instance.
-
withStorageType
public PendingModifiedValues withStorageType(String storageType)
Specifies the storage type to be associated with the DB instance.
- Parameters:
storageType
- Specifies the storage type to be associated with the DB instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCACertificateIdentifier
public void setCACertificateIdentifier(String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
- Parameters:
cACertificateIdentifier
- Specifies the identifier of the CA certificate for the DB instance.
-
getCACertificateIdentifier
public String getCACertificateIdentifier()
Specifies the identifier of the CA certificate for the DB instance.
- Returns:
- Specifies the identifier of the CA certificate for the DB instance.
-
withCACertificateIdentifier
public PendingModifiedValues withCACertificateIdentifier(String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
- Parameters:
cACertificateIdentifier
- Specifies the identifier of the CA certificate for the DB instance.- Returns:
- Returns a reference to this 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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public PendingModifiedValues clone()
-
-