|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.PendingModifiedValues
public class PendingModifiedValues
This data type is used as a response element in the ModifyDBInstance action.
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 |
---|
public PendingModifiedValues()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |