@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()
Not supported by Neptune.
|
String |
getMasterUserPassword()
Not supported by Neptune.
|
Boolean |
getMultiAZ()
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
|
PendingCloudwatchLogsExports |
getPendingCloudwatchLogsExports()
This
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled. |
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)
Not supported by Neptune.
|
void |
setMasterUserPassword(String masterUserPassword)
Not supported by Neptune.
|
void |
setMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
|
void |
setPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
This
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled. |
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.
|
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)
Not supported by Neptune.
|
PendingModifiedValues |
withMasterUserPassword(String masterUserPassword)
Not supported by Neptune.
|
PendingModifiedValues |
withMultiAZ(Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.
|
PendingModifiedValues |
withPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
This
PendingCloudwatchLogsExports structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled. |
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)
Not supported by Neptune.
masterUserPassword
- Not supported by Neptune.public String getMasterUserPassword()
Not supported by Neptune.
public PendingModifiedValues withMasterUserPassword(String masterUserPassword)
Not supported by Neptune.
masterUserPassword
- Not supported by Neptune.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)
Not supported by Neptune.
licenseModel
- Not supported by Neptune.public String getLicenseModel()
Not supported by Neptune.
public PendingModifiedValues withLicenseModel(String licenseModel)
Not supported by Neptune.
licenseModel
- Not supported by Neptune.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 void setPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
This PendingCloudwatchLogsExports
structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled.
pendingCloudwatchLogsExports
- This PendingCloudwatchLogsExports
structure specifies pending changes to which CloudWatch
logs are enabled and which are disabled.public PendingCloudwatchLogsExports getPendingCloudwatchLogsExports()
This PendingCloudwatchLogsExports
structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled.
PendingCloudwatchLogsExports
structure specifies pending changes to which CloudWatch
logs are enabled and which are disabled.public PendingModifiedValues withPendingCloudwatchLogsExports(PendingCloudwatchLogsExports pendingCloudwatchLogsExports)
This PendingCloudwatchLogsExports
structure specifies pending changes to which CloudWatch logs are
enabled and which are disabled.
pendingCloudwatchLogsExports
- This PendingCloudwatchLogsExports
structure specifies pending changes to which CloudWatch
logs are enabled and which are disabled.public String toString()
toString
in class Object
Object.toString()
public PendingModifiedValues clone()