@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingModifiedValues extends Object implements Serializable, Cloneable
One or more modified settings for an instance. These modified settings have been requested, but haven't been applied yet.
Constructor and Description |
---|
PendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues |
clone() |
boolean |
equals(Object obj) |
Integer |
getAllocatedStorage()
Contains the new
AllocatedStorage size for then instance that will be applied or is currently being
applied. |
Integer |
getBackupRetentionPeriod()
Specifies the pending number of days for which automated backups are retained.
|
String |
getCACertificateIdentifier()
Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
|
String |
getDBInstanceClass()
Contains the new
DBInstanceClass for the instance that will be applied or is currently being
applied. |
String |
getDBInstanceIdentifier()
Contains the new
DBInstanceIdentifier for the instance that will be applied or is currently being
applied. |
String |
getDBSubnetGroupName()
The new subnet group for the instance.
|
String |
getEngineVersion()
Indicates the database engine version.
|
Integer |
getIops()
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
|
String |
getLicenseModel()
The license model for the instance.
|
String |
getMasterUserPassword()
Contains the pending or currently in-progress change of the master credentials for the instance.
|
Boolean |
getMultiAZ()
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
|
PendingCloudwatchLogsExports |
getPendingCloudwatchLogsExports()
A list of the log types whose configuration is still pending.
|
Integer |
getPort()
Specifies the pending port for the instance.
|
String |
getStorageType()
Specifies the storage type to be associated with the instance.
|
int |
hashCode() |
Boolean |
isMultiAZ()
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
|
void |
setAllocatedStorage(Integer allocatedStorage)
Contains the new
AllocatedStorage size for then instance that will be applied or is currently being
applied. |
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 certificate authority (CA) certificate for the DB instance.
|
void |
setDBInstanceClass(String dBInstanceClass)
Contains the new
DBInstanceClass for the instance that will be applied or is currently being
applied. |
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new
DBInstanceIdentifier for the instance that will be applied or is currently being
applied. |
void |
setDBSubnetGroupName(String dBSubnetGroupName)
The new subnet group for the instance.
|
void |
setEngineVersion(String engineVersion)
Indicates the database engine version.
|
void |
setIops(Integer iops)
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
|
void |
setLicenseModel(String licenseModel)
The license model for the instance.
|
void |
setMasterUserPassword(String masterUserPassword)
Contains the pending or currently in-progress change of the master credentials for the instance.
|
void |
setMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
|
void |
setPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
A list of the log types whose configuration is still pending.
|
void |
setPort(Integer port)
Specifies the pending port for the instance.
|
void |
setStorageType(String storageType)
Specifies the storage type to be associated with the instance.
|
String |
toString()
Returns a string representation of this object.
|
PendingModifiedValues |
withAllocatedStorage(Integer allocatedStorage)
Contains the new
AllocatedStorage size for then instance that will be applied or is currently being
applied. |
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 certificate authority (CA) certificate for the DB instance.
|
PendingModifiedValues |
withDBInstanceClass(String dBInstanceClass)
Contains the new
DBInstanceClass for the instance that will be applied or is currently being
applied. |
PendingModifiedValues |
withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new
DBInstanceIdentifier for the instance that will be applied or is currently being
applied. |
PendingModifiedValues |
withDBSubnetGroupName(String dBSubnetGroupName)
The new subnet group for the instance.
|
PendingModifiedValues |
withEngineVersion(String engineVersion)
Indicates the database engine version.
|
PendingModifiedValues |
withIops(Integer iops)
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
|
PendingModifiedValues |
withLicenseModel(String licenseModel)
The license model for the instance.
|
PendingModifiedValues |
withMasterUserPassword(String masterUserPassword)
Contains the pending or currently in-progress change of the master credentials for the instance.
|
PendingModifiedValues |
withMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
|
PendingModifiedValues |
withPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
A list of the log types whose configuration is still pending.
|
PendingModifiedValues |
withPort(Integer port)
Specifies the pending port for the instance.
|
PendingModifiedValues |
withStorageType(String storageType)
Specifies the storage type to be associated with the instance.
|
public void setDBInstanceClass(String dBInstanceClass)
Contains the new DBInstanceClass
for the instance that will be applied or is currently being
applied.
dBInstanceClass
- Contains the new DBInstanceClass
for the instance that will be applied or is currently being
applied.public String getDBInstanceClass()
Contains the new DBInstanceClass
for the instance that will be applied or is currently being
applied.
DBInstanceClass
for the instance that will be applied or is currently being
applied.public PendingModifiedValues withDBInstanceClass(String dBInstanceClass)
Contains the new DBInstanceClass
for the instance that will be applied or is currently being
applied.
dBInstanceClass
- Contains the new DBInstanceClass
for the instance that will be applied or is currently being
applied.public void setAllocatedStorage(Integer allocatedStorage)
Contains the new AllocatedStorage
size for then instance that will be applied or is currently being
applied.
allocatedStorage
- Contains the new AllocatedStorage
size for then instance that will be applied or is currently
being applied.public Integer getAllocatedStorage()
Contains the new AllocatedStorage
size for then instance that will be applied or is currently being
applied.
AllocatedStorage
size for then instance that will be applied or is
currently being applied.public PendingModifiedValues withAllocatedStorage(Integer allocatedStorage)
Contains the new AllocatedStorage
size for then instance that will be applied or is currently being
applied.
allocatedStorage
- Contains the new AllocatedStorage
size for then instance that will be applied or is currently
being applied.public void setMasterUserPassword(String masterUserPassword)
Contains the pending or currently in-progress change of the master credentials for the instance.
masterUserPassword
- Contains the pending or currently in-progress change of the master credentials for the instance.public String getMasterUserPassword()
Contains the pending or currently in-progress change of the master credentials for the instance.
public PendingModifiedValues withMasterUserPassword(String masterUserPassword)
Contains the pending or currently in-progress change of the master credentials for the instance.
masterUserPassword
- Contains the pending or currently in-progress change of the master credentials for the instance.public void setPort(Integer port)
Specifies the pending port for the instance.
port
- Specifies the pending port for the instance.public Integer getPort()
Specifies the pending port for the instance.
public PendingModifiedValues withPort(Integer port)
Specifies the pending port for the instance.
port
- Specifies the pending port for the instance.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 Integer getBackupRetentionPeriod()
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 void setMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
multiAZ
- Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.public Boolean getMultiAZ()
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
public PendingModifiedValues withMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
multiAZ
- Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.public Boolean isMultiAZ()
Indicates that the Single-AZ instance is to change to a Multi-AZ deployment.
public void setEngineVersion(String engineVersion)
Indicates the database engine version.
engineVersion
- Indicates the database engine version.public String getEngineVersion()
Indicates the database engine version.
public PendingModifiedValues withEngineVersion(String engineVersion)
Indicates the database engine version.
engineVersion
- Indicates the database engine version.public void setLicenseModel(String licenseModel)
The license model for the instance.
Valid values: license-included
, bring-your-own-license
,
general-public-license
licenseModel
- The license model for the instance.
Valid values: license-included
, bring-your-own-license
,
general-public-license
public String getLicenseModel()
The license model for the instance.
Valid values: license-included
, bring-your-own-license
,
general-public-license
Valid values: license-included
, bring-your-own-license
,
general-public-license
public PendingModifiedValues withLicenseModel(String licenseModel)
The license model for the instance.
Valid values: license-included
, bring-your-own-license
,
general-public-license
licenseModel
- The license model for the instance.
Valid values: license-included
, bring-your-own-license
,
general-public-license
public void setIops(Integer iops)
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
iops
- Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being
applied.public Integer getIops()
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
public PendingModifiedValues withIops(Integer iops)
Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being applied.
iops
- Specifies the new Provisioned IOPS value for the instance that will be applied or is currently being
applied.public void setDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new DBInstanceIdentifier
for the instance that will be applied or is currently being
applied.
dBInstanceIdentifier
- Contains the new DBInstanceIdentifier
for the instance that will be applied or is currently
being applied.public String getDBInstanceIdentifier()
Contains the new DBInstanceIdentifier
for the instance that will be applied or is currently being
applied.
DBInstanceIdentifier
for the instance that will be applied or is currently
being applied.public PendingModifiedValues withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new DBInstanceIdentifier
for the instance that will be applied or is currently being
applied.
dBInstanceIdentifier
- Contains the new DBInstanceIdentifier
for the instance that will be applied or is currently
being applied.public void setStorageType(String storageType)
Specifies the storage type to be associated with the instance.
storageType
- Specifies the storage type to be associated with the instance.public String getStorageType()
Specifies the storage type to be associated with the instance.
public PendingModifiedValues withStorageType(String storageType)
Specifies the storage type to be associated with the instance.
storageType
- Specifies the storage type to be associated with the instance.public void setCACertificateIdentifier(String cACertificateIdentifier)
Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
cACertificateIdentifier
- Specifies the identifier of the certificate authority (CA) certificate for the DB instance.public String getCACertificateIdentifier()
Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
public PendingModifiedValues withCACertificateIdentifier(String cACertificateIdentifier)
Specifies the identifier of the certificate authority (CA) certificate for the DB instance.
cACertificateIdentifier
- Specifies the identifier of the certificate authority (CA) certificate for the DB instance.public void setDBSubnetGroupName(String dBSubnetGroupName)
The new subnet group for the instance.
dBSubnetGroupName
- The new subnet group for the instance.public String getDBSubnetGroupName()
The new subnet group for the instance.
public PendingModifiedValues withDBSubnetGroupName(String dBSubnetGroupName)
The new subnet group for the instance.
dBSubnetGroupName
- The new subnet group for the instance.public void setPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
pendingCloudwatchLogsExports
- A list of the log types whose configuration is still pending. These log types are in the process of being
activated or deactivated.public PendingCloudwatchLogsExports getPendingCloudwatchLogsExports()
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
public PendingModifiedValues withPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
A list of the log types whose configuration is still pending. These log types are in the process of being activated or deactivated.
pendingCloudwatchLogsExports
- A list of the log types whose configuration is still pending. These log types are in the process of being
activated or deactivated.public String toString()
toString
in class Object
Object.toString()
public PendingModifiedValues clone()