public class PendingModifiedValues
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
This data type is used as a response element in the ModifyDBInstance action.
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
allocatedStorage
Contains the new
AllocatedStorage size for the DB instance
that will be applied or is in progress. |
private java.lang.Integer |
backupRetentionPeriod
Specifies the pending number of days for which automated backups are
retained.
|
private java.lang.String |
cACertificateIdentifier
Specifies the identifier of the CA certificate for the DB instance.
|
private java.lang.String |
dBInstanceClass
Contains the new
DBInstanceClass for the DB instance that
will be applied or is in progress. |
private java.lang.String |
dBInstanceIdentifier
Contains the new
DBInstanceIdentifier for the DB instance
that will be applied or is in progress. |
private java.lang.String |
engineVersion
Indicates the database engine version.
|
private java.lang.Integer |
iops
Specifies the new Provisioned IOPS value for the DB instance that will be
applied or is being applied.
|
private java.lang.String |
masterUserPassword
Contains the pending or in-progress change of the master credentials for
the DB instance.
|
private java.lang.Boolean |
multiAZ
Indicates that the Single-AZ DB instance is to change to a Multi-AZ
deployment.
|
private java.lang.Integer |
port
Specifies the pending port for the DB instance.
|
private java.lang.String |
storageType
Specifies the storage type to be associated with the DB instance.
|
Constructor and Description |
---|
PendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getAllocatedStorage()
Contains the new
AllocatedStorage size for the DB instance
that will be applied or is in progress. |
java.lang.Integer |
getBackupRetentionPeriod()
Specifies the pending number of days for which automated backups are
retained.
|
java.lang.String |
getCACertificateIdentifier()
Specifies the identifier of the CA certificate for the DB instance.
|
java.lang.String |
getDBInstanceClass()
Contains the new
DBInstanceClass for the DB instance that
will be applied or is in progress. |
java.lang.String |
getDBInstanceIdentifier()
Contains the new
DBInstanceIdentifier for the DB instance
that will be applied or is in progress. |
java.lang.String |
getEngineVersion()
Indicates the database engine version.
|
java.lang.Integer |
getIops()
Specifies the new Provisioned IOPS value for the DB instance that will be
applied or is being applied.
|
java.lang.String |
getMasterUserPassword()
Contains the pending or in-progress change of the master credentials for
the DB instance.
|
java.lang.Boolean |
getMultiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ
deployment.
|
java.lang.Integer |
getPort()
Specifies the pending port for the DB instance.
|
java.lang.String |
getStorageType()
Specifies the storage type to be associated with the DB instance.
|
int |
hashCode() |
java.lang.Boolean |
isMultiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ
deployment.
|
void |
setAllocatedStorage(java.lang.Integer allocatedStorage)
Contains the new
AllocatedStorage size for the DB instance
that will be applied or is in progress. |
void |
setBackupRetentionPeriod(java.lang.Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are
retained.
|
void |
setCACertificateIdentifier(java.lang.String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
|
void |
setDBInstanceClass(java.lang.String dBInstanceClass)
Contains the new
DBInstanceClass for the DB instance that
will be applied or is in progress. |
void |
setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Contains the new
DBInstanceIdentifier for the DB instance
that will be applied or is in progress. |
void |
setEngineVersion(java.lang.String engineVersion)
Indicates the database engine version.
|
void |
setIops(java.lang.Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be
applied or is being applied.
|
void |
setMasterUserPassword(java.lang.String masterUserPassword)
Contains the pending or in-progress change of the master credentials for
the DB instance.
|
void |
setMultiAZ(java.lang.Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ
deployment.
|
void |
setPort(java.lang.Integer port)
Specifies the pending port for the DB instance.
|
void |
setStorageType(java.lang.String storageType)
Specifies the storage type to be associated with the DB instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PendingModifiedValues |
withAllocatedStorage(java.lang.Integer allocatedStorage)
Contains the new
AllocatedStorage size for the DB instance
that will be applied or is in progress. |
PendingModifiedValues |
withBackupRetentionPeriod(java.lang.Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are
retained.
|
PendingModifiedValues |
withCACertificateIdentifier(java.lang.String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
|
PendingModifiedValues |
withDBInstanceClass(java.lang.String dBInstanceClass)
Contains the new
DBInstanceClass for the DB instance that
will be applied or is in progress. |
PendingModifiedValues |
withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Contains the new
DBInstanceIdentifier for the DB instance
that will be applied or is in progress. |
PendingModifiedValues |
withEngineVersion(java.lang.String engineVersion)
Indicates the database engine version.
|
PendingModifiedValues |
withIops(java.lang.Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be
applied or is being applied.
|
PendingModifiedValues |
withMasterUserPassword(java.lang.String masterUserPassword)
Contains the pending or in-progress change of the master credentials for
the DB instance.
|
PendingModifiedValues |
withMultiAZ(java.lang.Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ
deployment.
|
PendingModifiedValues |
withPort(java.lang.Integer port)
Specifies the pending port for the DB instance.
|
PendingModifiedValues |
withStorageType(java.lang.String storageType)
Specifies the storage type to be associated with the DB instance.
|
private java.lang.String dBInstanceClass
Contains the new DBInstanceClass
for the DB instance that
will be applied or is in progress.
private java.lang.Integer allocatedStorage
Contains the new AllocatedStorage
size for the DB instance
that will be applied or is in progress.
private java.lang.String masterUserPassword
Contains the pending or in-progress change of the master credentials for the DB instance.
private java.lang.Integer port
Specifies the pending port for the DB instance.
private java.lang.Integer backupRetentionPeriod
Specifies the pending number of days for which automated backups are retained.
private java.lang.Boolean multiAZ
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
private java.lang.String engineVersion
Indicates the database engine version.
private java.lang.Integer iops
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
private java.lang.String dBInstanceIdentifier
Contains the new DBInstanceIdentifier
for the DB instance
that will be applied or is in progress.
private java.lang.String storageType
Specifies the storage type to be associated with the DB instance.
private java.lang.String cACertificateIdentifier
Specifies the identifier of the CA certificate for the DB instance.
public void setDBInstanceClass(java.lang.String dBInstanceClass)
Contains the new DBInstanceClass
for the DB instance that
will be applied or is in progress.
dBInstanceClass
- Contains the new DBInstanceClass
for the DB instance
that will be applied or is in progress.public java.lang.String getDBInstanceClass()
Contains the new DBInstanceClass
for the DB instance that
will be applied or is in progress.
DBInstanceClass
for the DB instance
that will be applied or is in progress.public PendingModifiedValues withDBInstanceClass(java.lang.String dBInstanceClass)
Contains the new DBInstanceClass
for the DB instance that
will be applied or is in progress.
dBInstanceClass
- Contains the new DBInstanceClass
for the DB instance
that will be applied or is in progress.public void setAllocatedStorage(java.lang.Integer allocatedStorage)
Contains the new AllocatedStorage
size for the DB instance
that will be applied or is in progress.
allocatedStorage
- Contains the new AllocatedStorage
size for the DB
instance that will be applied or is in progress.public java.lang.Integer getAllocatedStorage()
Contains the new AllocatedStorage
size for the DB instance
that will be applied or is in progress.
AllocatedStorage
size for the DB
instance that will be applied or is in progress.public PendingModifiedValues withAllocatedStorage(java.lang.Integer allocatedStorage)
Contains the new AllocatedStorage
size for the DB instance
that will be applied or is in progress.
allocatedStorage
- Contains the new AllocatedStorage
size for the DB
instance that will be applied or is in progress.public void setMasterUserPassword(java.lang.String masterUserPassword)
Contains the pending or in-progress change of the master credentials for the DB instance.
masterUserPassword
- Contains the pending or in-progress change of the master
credentials for the DB instance.public java.lang.String getMasterUserPassword()
Contains the pending or in-progress change of the master credentials for the DB instance.
public PendingModifiedValues withMasterUserPassword(java.lang.String masterUserPassword)
Contains the pending or in-progress change of the master credentials for the DB instance.
masterUserPassword
- Contains the pending or in-progress change of the master
credentials for the DB instance.public void setPort(java.lang.Integer port)
Specifies the pending port for the DB instance.
port
- Specifies the pending port for the DB instance.public java.lang.Integer getPort()
Specifies the pending port for the DB instance.
public PendingModifiedValues withPort(java.lang.Integer port)
Specifies the pending port for the DB instance.
port
- Specifies the pending port for the DB instance.public void setBackupRetentionPeriod(java.lang.Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are retained.
backupRetentionPeriod
- Specifies the pending number of days for which automated backups
are retained.public java.lang.Integer getBackupRetentionPeriod()
Specifies the pending number of days for which automated backups are retained.
public PendingModifiedValues withBackupRetentionPeriod(java.lang.Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are retained.
backupRetentionPeriod
- Specifies the pending number of days for which automated backups
are retained.public void setMultiAZ(java.lang.Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
multiAZ
- Indicates that the Single-AZ DB instance is to change to a
Multi-AZ deployment.public java.lang.Boolean getMultiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
public PendingModifiedValues withMultiAZ(java.lang.Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
multiAZ
- Indicates that the Single-AZ DB instance is to change to a
Multi-AZ deployment.public java.lang.Boolean isMultiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
public void setEngineVersion(java.lang.String engineVersion)
Indicates the database engine version.
engineVersion
- Indicates the database engine version.public java.lang.String getEngineVersion()
Indicates the database engine version.
public PendingModifiedValues withEngineVersion(java.lang.String engineVersion)
Indicates the database engine version.
engineVersion
- Indicates the database engine version.public void setIops(java.lang.Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
iops
- Specifies the new Provisioned IOPS value for the DB instance that
will be applied or is being applied.public java.lang.Integer getIops()
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
public PendingModifiedValues withIops(java.lang.Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
iops
- Specifies the new Provisioned IOPS value for the DB instance that
will be applied or is being applied.public void setDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Contains the new DBInstanceIdentifier
for the DB instance
that will be applied or is in progress.
dBInstanceIdentifier
- Contains the new DBInstanceIdentifier
for the DB
instance that will be applied or is in progress.public java.lang.String getDBInstanceIdentifier()
Contains the new DBInstanceIdentifier
for the DB instance
that will be applied or is in progress.
DBInstanceIdentifier
for the DB
instance that will be applied or is in progress.public PendingModifiedValues withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Contains the new DBInstanceIdentifier
for the DB instance
that will be applied or is in progress.
dBInstanceIdentifier
- Contains the new DBInstanceIdentifier
for the DB
instance that will be applied or is in progress.public void setStorageType(java.lang.String storageType)
Specifies the storage type to be associated with the DB instance.
storageType
- Specifies the storage type to be associated with the DB instance.public java.lang.String getStorageType()
Specifies the storage type to be associated with the DB instance.
public PendingModifiedValues withStorageType(java.lang.String storageType)
Specifies the storage type to be associated with the DB instance.
storageType
- Specifies the storage type to be associated with the DB instance.public void setCACertificateIdentifier(java.lang.String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
cACertificateIdentifier
- Specifies the identifier of the CA certificate for the DB
instance.public java.lang.String getCACertificateIdentifier()
Specifies the identifier of the CA certificate for the DB instance.
public PendingModifiedValues withCACertificateIdentifier(java.lang.String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
cACertificateIdentifier
- Specifies the identifier of the CA certificate for the DB
instance.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