@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingModifiedValues extends Object implements Serializable, Cloneable
This data type is used as a response element in the ModifyDBInstance action.
Constructor and Description |
---|
PendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues |
clone() |
boolean |
equals(Object obj) |
Integer |
getAllocatedStorage()
Contains the new
AllocatedStorage size for the DB 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 CA certificate for the DB instance.
|
String |
getDBInstanceClass()
Contains the new
DBInstanceClass for the DB instance that will be applied or is currently being
applied. |
String |
getDBInstanceIdentifier()
Contains the new
DBInstanceIdentifier for the DB instance that will be applied or is currently being
applied. |
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 currently being applied.
|
String |
getLicenseModel()
The license model for the DB instance.
|
String |
getMasterUserPassword()
Contains the pending or currently-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 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 CA certificate for the DB instance.
|
void |
setDBInstanceClass(String dBInstanceClass)
Contains the new
DBInstanceClass for the DB instance that will be applied or is currently being
applied. |
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new
DBInstanceIdentifier for the DB instance that will be applied or is currently being
applied. |
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 currently being applied.
|
void |
setLicenseModel(String licenseModel)
The license model for the DB instance.
|
void |
setMasterUserPassword(String masterUserPassword)
Contains the pending or currently-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 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 CA certificate for the DB instance.
|
PendingModifiedValues |
withDBInstanceClass(String dBInstanceClass)
Contains the new
DBInstanceClass for the DB instance that will be applied or is currently being
applied. |
PendingModifiedValues |
withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new
DBInstanceIdentifier for the DB instance that will be applied or is currently being
applied. |
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 currently being applied.
|
PendingModifiedValues |
withLicenseModel(String licenseModel)
The license model for the DB instance.
|
PendingModifiedValues |
withMasterUserPassword(String masterUserPassword)
Contains the pending or currently-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 void setDBInstanceClass(String dBInstanceClass)
Contains the new DBInstanceClass
for the DB instance that will be applied or is currently being
applied.
dBInstanceClass
- Contains the new DBInstanceClass
for the DB instance that will be applied or is currently
being applied.public String getDBInstanceClass()
Contains the new DBInstanceClass
for the DB instance that will be applied or is currently being
applied.
DBInstanceClass
for the DB instance that will be applied or is currently
being applied.public PendingModifiedValues withDBInstanceClass(String dBInstanceClass)
Contains the new DBInstanceClass
for the DB instance that will be applied or is currently being
applied.
dBInstanceClass
- Contains the new DBInstanceClass
for the DB instance that will be applied or is currently
being applied.public void setAllocatedStorage(Integer allocatedStorage)
Contains the new AllocatedStorage
size for the DB instance that will be applied or is currently
being applied.
allocatedStorage
- Contains the new AllocatedStorage
size for the DB instance that will be applied or is
currently being applied.public Integer getAllocatedStorage()
Contains the new AllocatedStorage
size for the DB instance that will be applied or is currently
being applied.
AllocatedStorage
size for the DB instance that will be applied or is
currently being applied.public PendingModifiedValues withAllocatedStorage(Integer allocatedStorage)
Contains the new AllocatedStorage
size for the DB instance that will be applied or is currently
being applied.
allocatedStorage
- Contains the new AllocatedStorage
size for the DB 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 DB instance.
masterUserPassword
- Contains the pending or currently-in-progress change of the master credentials for the DB instance.public String getMasterUserPassword()
Contains the pending or currently-in-progress change of the master credentials for the DB instance.
public PendingModifiedValues withMasterUserPassword(String masterUserPassword)
Contains the pending or currently-in-progress change of the master credentials for the DB instance.
masterUserPassword
- Contains the pending or currently-in-progress change of the master credentials 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 Integer getPort()
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 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 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 getMultiAZ()
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 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 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 String getLicenseModel()
The license model for the DB 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 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 void setIops(Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
iops
- Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being
applied.public Integer getIops()
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
public PendingModifiedValues withIops(Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being applied.
iops
- Specifies the new Provisioned IOPS value for the DB instance that will be applied or is currently being
applied.public void setDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new DBInstanceIdentifier
for the DB instance that will be applied or is currently being
applied.
dBInstanceIdentifier
- Contains the new DBInstanceIdentifier
for the DB instance that will be applied or is
currently being applied.public String getDBInstanceIdentifier()
Contains the new DBInstanceIdentifier
for the DB instance that will be applied or is currently being
applied.
DBInstanceIdentifier
for the DB instance that will be applied or is
currently being applied.public PendingModifiedValues withDBInstanceIdentifier(String dBInstanceIdentifier)
Contains the new DBInstanceIdentifier
for the DB instance that will be applied or is currently being
applied.
dBInstanceIdentifier
- Contains the new DBInstanceIdentifier
for the DB instance that will be applied or is
currently being applied.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 String getStorageType()
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 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 String getCACertificateIdentifier()
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 void setDBSubnetGroupName(String dBSubnetGroupName)
The new DB subnet group for the DB instance.
dBSubnetGroupName
- The new DB subnet group for the DB instance.public String getDBSubnetGroupName()
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 Object
Object.toString()
public PendingModifiedValues clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.