public class PendingModifiedValues extends Object implements Serializable
This data type is used as a response element in the ModifyDBInstance action.
Constructor and Description |
---|
PendingModifiedValues()
Default constructor for a new PendingModifiedValues object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public PendingModifiedValues()
public String getDBInstanceClass()
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 void setDBInstanceClass(String dBInstanceClass)
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 PendingModifiedValues withDBInstanceClass(String dBInstanceClass)
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.
dBInstanceClass
- Contains the new DBInstanceClass
for the DB instance that
will be applied or is in progress.public Integer getAllocatedStorage()
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 void setAllocatedStorage(Integer allocatedStorage)
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 PendingModifiedValues withAllocatedStorage(Integer allocatedStorage)
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.
allocatedStorage
- Contains the new AllocatedStorage
size for the DB
instance that will be applied or is in progress.public String getMasterUserPassword()
public void setMasterUserPassword(String masterUserPassword)
masterUserPassword
- Contains the pending or in-progress change of the master credentials
for the DB instance.public PendingModifiedValues withMasterUserPassword(String masterUserPassword)
Returns a reference to this object so that method calls can be chained together.
masterUserPassword
- Contains the pending or in-progress change of the master credentials
for the DB instance.public Integer getPort()
public void setPort(Integer port)
port
- Specifies the pending port for the DB instance.public PendingModifiedValues withPort(Integer port)
Returns a reference to this object so that method calls can be chained together.
port
- Specifies the pending port for the DB instance.public Integer getBackupRetentionPeriod()
public void setBackupRetentionPeriod(Integer backupRetentionPeriod)
backupRetentionPeriod
- Specifies the pending number of days for which automated backups are
retained.public PendingModifiedValues withBackupRetentionPeriod(Integer backupRetentionPeriod)
Returns a reference to this object so that method calls can be chained together.
backupRetentionPeriod
- Specifies the pending number of days for which automated backups are
retained.public Boolean isMultiAZ()
public void setMultiAZ(Boolean multiAZ)
multiAZ
- Indicates that the Single-AZ DB instance is to change to a Multi-AZ
deployment.public PendingModifiedValues withMultiAZ(Boolean multiAZ)
Returns a reference to this object so that method calls can be chained together.
multiAZ
- Indicates that the Single-AZ DB instance is to change to a Multi-AZ
deployment.public Boolean getMultiAZ()
public String getEngineVersion()
public void setEngineVersion(String engineVersion)
engineVersion
- Indicates the database engine version.public PendingModifiedValues withEngineVersion(String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion
- Indicates the database engine version.public Integer getIops()
public void setIops(Integer iops)
iops
- Specifies the new Provisioned IOPS value for the DB instance that will
be applied or is being applied.public PendingModifiedValues withIops(Integer iops)
Returns a reference to this object so that method calls can be chained together.
iops
- Specifies the new Provisioned IOPS value for the DB instance that will
be applied or is being applied.public String getDBInstanceIdentifier()
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 void setDBInstanceIdentifier(String dBInstanceIdentifier)
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 PendingModifiedValues withDBInstanceIdentifier(String dBInstanceIdentifier)
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.
dBInstanceIdentifier
- Contains the new DBInstanceIdentifier
for the DB instance
that will be applied or is in progress.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.