public class PendingModifiedValues extends Object implements Serializable
| Constructor and Description |
|---|
PendingModifiedValues() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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 |
getCACertificateIdentifier()
Specifies the identifier of the CA certificate for the DB instance.
|
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 |
getDBSubnetGroupName()
The new DB subnet group for the DB instance.
|
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 |
getLicenseModel()
The license model for the DB instance.
|
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 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 |
setCACertificateIdentifier(String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
|
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 |
setDBSubnetGroupName(String dBSubnetGroupName)
The new DB subnet group for the DB instance.
|
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 |
setLicenseModel(String licenseModel)
The license model for the DB instance.
|
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 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 |
withCACertificateIdentifier(String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
|
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 |
withDBSubnetGroupName(String dBSubnetGroupName)
The new DB subnet group for the DB instance.
|
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 |
withLicenseModel(String licenseModel)
The license model for the DB instance.
|
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.
|
public 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 void setDBInstanceClass(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 PendingModifiedValues withDBInstanceClass(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 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 void setAllocatedStorage(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 PendingModifiedValues withAllocatedStorage(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 String getMasterUserPassword()
Contains the pending or in-progress change of the master credentials for the DB instance.
public void setMasterUserPassword(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 PendingModifiedValues withMasterUserPassword(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 Integer getPort()
Specifies the pending port for the DB instance.
public void setPort(Integer port)
Specifies the pending port for the DB instance.
port - Specifies the pending port for the DB instance.public PendingModifiedValues withPort(Integer port)
Specifies the pending port for the DB instance.
port - Specifies the pending port for the DB instance.public Integer getBackupRetentionPeriod()
Specifies the pending number of days for which automated backups are retained.
public void setBackupRetentionPeriod(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 PendingModifiedValues withBackupRetentionPeriod(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 boolean getMultiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
public void setMultiAZ(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 PendingModifiedValues withMultiAZ(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 boolean isMultiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
public String getEngineVersion()
Indicates the database engine version.
public void setEngineVersion(String engineVersion)
Indicates the database engine version.
engineVersion - Indicates the database engine version.public PendingModifiedValues withEngineVersion(String engineVersion)
Indicates the database engine version.
engineVersion - Indicates the database engine version.public String getLicenseModel()
The license model for the DB instance.
Valid values: license-included | bring-your-own-license |
general-public-license
The license model for the DB instance.
Valid values: license-included | bring-your-own-license |
general-public-license
public void setLicenseModel(String licenseModel)
The license model for the DB instance.
Valid values: license-included | bring-your-own-license |
general-public-license
licenseModel - The license model for the DB instance.
Valid values: license-included | bring-your-own-license |
general-public-license
public PendingModifiedValues withLicenseModel(String licenseModel)
The license model for the DB instance.
Valid values: license-included | bring-your-own-license |
general-public-license
licenseModel - The license model for the DB instance.
Valid values: license-included | bring-your-own-license |
general-public-license
public Integer getIops()
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.
public void setIops(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 PendingModifiedValues withIops(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 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 void setDBInstanceIdentifier(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 PendingModifiedValues withDBInstanceIdentifier(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 String getStorageType()
Specifies the storage type to be associated with the DB instance.
public void setStorageType(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 PendingModifiedValues withStorageType(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 String getCACertificateIdentifier()
Specifies the identifier of the CA certificate for the DB instance.
public void setCACertificateIdentifier(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 PendingModifiedValues withCACertificateIdentifier(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 String getDBSubnetGroupName()
The new DB subnet group for the DB instance.
public void setDBSubnetGroupName(String dBSubnetGroupName)
The new DB subnet group for the DB instance.
dBSubnetGroupName - The new DB subnet group for the DB instance.public PendingModifiedValues withDBSubnetGroupName(String dBSubnetGroupName)
The new DB subnet group for the DB instance.
dBSubnetGroupName - The new DB subnet group for the DB instance.public String toString()
toString in class ObjectObject.toString()Copyright © 2019 MuleSoft, Inc.. All rights reserved.