@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsRdsDbPendingModifiedValues extends Object implements Serializable, Cloneable, StructuredPojo
Changes to a DB instance that are currently pending.
Constructor and Description |
---|
AwsRdsDbPendingModifiedValues() |
Modifier and Type | Method and Description |
---|---|
AwsRdsDbPendingModifiedValues |
clone() |
boolean |
equals(Object obj) |
Integer |
getAllocatedStorage()
The new value of the allocated storage for the DB instance.
|
Integer |
getBackupRetentionPeriod()
The new backup retention period for the DB instance.
|
String |
getCaCertificateIdentifier()
The new CA certificate identifier for the DB instance.
|
String |
getDbInstanceClass()
The new DB instance class for the DB instance.
|
String |
getDbInstanceIdentifier()
The new DB instance identifier for the DB instance.
|
String |
getDbSubnetGroupName()
The name of the new subnet group for the DB instance.
|
String |
getEngineVersion()
The new engine version for the DB instance.
|
Integer |
getIops()
The new provisioned IOPS value for the DB instance.
|
String |
getLicenseModel()
The new license model value for the DB instance.
|
String |
getMasterUserPassword()
The new master user password for the DB instance.
|
Boolean |
getMultiAZ()
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
|
AwsRdsPendingCloudWatchLogsExports |
getPendingCloudWatchLogsExports()
A list of log types that are being enabled or disabled.
|
Integer |
getPort()
The new port for the DB instance.
|
List<AwsRdsDbProcessorFeature> |
getProcessorFeatures()
Processor features that are being updated.
|
String |
getStorageType()
The new storage type for the DB instance.
|
int |
hashCode() |
Boolean |
isMultiAZ()
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAllocatedStorage(Integer allocatedStorage)
The new value of the allocated storage for the DB instance.
|
void |
setBackupRetentionPeriod(Integer backupRetentionPeriod)
The new backup retention period for the DB instance.
|
void |
setCaCertificateIdentifier(String caCertificateIdentifier)
The new CA certificate identifier for the DB instance.
|
void |
setDbInstanceClass(String dbInstanceClass)
The new DB instance class for the DB instance.
|
void |
setDbInstanceIdentifier(String dbInstanceIdentifier)
The new DB instance identifier for the DB instance.
|
void |
setDbSubnetGroupName(String dbSubnetGroupName)
The name of the new subnet group for the DB instance.
|
void |
setEngineVersion(String engineVersion)
The new engine version for the DB instance.
|
void |
setIops(Integer iops)
The new provisioned IOPS value for the DB instance.
|
void |
setLicenseModel(String licenseModel)
The new license model value for the DB instance.
|
void |
setMasterUserPassword(String masterUserPassword)
The new master user password for the DB instance.
|
void |
setMultiAZ(Boolean multiAZ)
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
|
void |
setPendingCloudWatchLogsExports(AwsRdsPendingCloudWatchLogsExports pendingCloudWatchLogsExports)
A list of log types that are being enabled or disabled.
|
void |
setPort(Integer port)
The new port for the DB instance.
|
void |
setProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
Processor features that are being updated.
|
void |
setStorageType(String storageType)
The new storage type for the DB instance.
|
String |
toString()
Returns a string representation of this object.
|
AwsRdsDbPendingModifiedValues |
withAllocatedStorage(Integer allocatedStorage)
The new value of the allocated storage for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withBackupRetentionPeriod(Integer backupRetentionPeriod)
The new backup retention period for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withCaCertificateIdentifier(String caCertificateIdentifier)
The new CA certificate identifier for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withDbInstanceClass(String dbInstanceClass)
The new DB instance class for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withDbInstanceIdentifier(String dbInstanceIdentifier)
The new DB instance identifier for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withDbSubnetGroupName(String dbSubnetGroupName)
The name of the new subnet group for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withEngineVersion(String engineVersion)
The new engine version for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withIops(Integer iops)
The new provisioned IOPS value for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withLicenseModel(String licenseModel)
The new license model value for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withMasterUserPassword(String masterUserPassword)
The new master user password for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withMultiAZ(Boolean multiAZ)
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
|
AwsRdsDbPendingModifiedValues |
withPendingCloudWatchLogsExports(AwsRdsPendingCloudWatchLogsExports pendingCloudWatchLogsExports)
A list of log types that are being enabled or disabled.
|
AwsRdsDbPendingModifiedValues |
withPort(Integer port)
The new port for the DB instance.
|
AwsRdsDbPendingModifiedValues |
withProcessorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
Processor features that are being updated.
|
AwsRdsDbPendingModifiedValues |
withProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
Processor features that are being updated.
|
AwsRdsDbPendingModifiedValues |
withStorageType(String storageType)
The new storage type for the DB instance.
|
public void setDbInstanceClass(String dbInstanceClass)
The new DB instance class for the DB instance.
dbInstanceClass
- The new DB instance class for the DB instance.public String getDbInstanceClass()
The new DB instance class for the DB instance.
public AwsRdsDbPendingModifiedValues withDbInstanceClass(String dbInstanceClass)
The new DB instance class for the DB instance.
dbInstanceClass
- The new DB instance class for the DB instance.public void setAllocatedStorage(Integer allocatedStorage)
The new value of the allocated storage for the DB instance.
allocatedStorage
- The new value of the allocated storage for the DB instance.public Integer getAllocatedStorage()
The new value of the allocated storage for the DB instance.
public AwsRdsDbPendingModifiedValues withAllocatedStorage(Integer allocatedStorage)
The new value of the allocated storage for the DB instance.
allocatedStorage
- The new value of the allocated storage for the DB instance.public void setMasterUserPassword(String masterUserPassword)
The new master user password for the DB instance.
masterUserPassword
- The new master user password for the DB instance.public String getMasterUserPassword()
The new master user password for the DB instance.
public AwsRdsDbPendingModifiedValues withMasterUserPassword(String masterUserPassword)
The new master user password for the DB instance.
masterUserPassword
- The new master user password for the DB instance.public void setPort(Integer port)
The new port for the DB instance.
port
- The new port for the DB instance.public Integer getPort()
The new port for the DB instance.
public AwsRdsDbPendingModifiedValues withPort(Integer port)
The new port for the DB instance.
port
- The new port for the DB instance.public void setBackupRetentionPeriod(Integer backupRetentionPeriod)
The new backup retention period for the DB instance.
backupRetentionPeriod
- The new backup retention period for the DB instance.public Integer getBackupRetentionPeriod()
The new backup retention period for the DB instance.
public AwsRdsDbPendingModifiedValues withBackupRetentionPeriod(Integer backupRetentionPeriod)
The new backup retention period for the DB instance.
backupRetentionPeriod
- The new backup retention period for the DB instance.public void setMultiAZ(Boolean multiAZ)
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
multiAZ
- Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone
deployment.public Boolean getMultiAZ()
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
public AwsRdsDbPendingModifiedValues withMultiAZ(Boolean multiAZ)
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
multiAZ
- Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone
deployment.public Boolean isMultiAZ()
Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.
public void setEngineVersion(String engineVersion)
The new engine version for the DB instance.
engineVersion
- The new engine version for the DB instance.public String getEngineVersion()
The new engine version for the DB instance.
public AwsRdsDbPendingModifiedValues withEngineVersion(String engineVersion)
The new engine version for the DB instance.
engineVersion
- The new engine version for the DB instance.public void setLicenseModel(String licenseModel)
The new license model value for the DB instance.
licenseModel
- The new license model value for the DB instance.public String getLicenseModel()
The new license model value for the DB instance.
public AwsRdsDbPendingModifiedValues withLicenseModel(String licenseModel)
The new license model value for the DB instance.
licenseModel
- The new license model value for the DB instance.public void setIops(Integer iops)
The new provisioned IOPS value for the DB instance.
iops
- The new provisioned IOPS value for the DB instance.public Integer getIops()
The new provisioned IOPS value for the DB instance.
public AwsRdsDbPendingModifiedValues withIops(Integer iops)
The new provisioned IOPS value for the DB instance.
iops
- The new provisioned IOPS value for the DB instance.public void setDbInstanceIdentifier(String dbInstanceIdentifier)
The new DB instance identifier for the DB instance.
dbInstanceIdentifier
- The new DB instance identifier for the DB instance.public String getDbInstanceIdentifier()
The new DB instance identifier for the DB instance.
public AwsRdsDbPendingModifiedValues withDbInstanceIdentifier(String dbInstanceIdentifier)
The new DB instance identifier for the DB instance.
dbInstanceIdentifier
- The new DB instance identifier for the DB instance.public void setStorageType(String storageType)
The new storage type for the DB instance.
storageType
- The new storage type for the DB instance.public String getStorageType()
The new storage type for the DB instance.
public AwsRdsDbPendingModifiedValues withStorageType(String storageType)
The new storage type for the DB instance.
storageType
- The new storage type for the DB instance.public void setCaCertificateIdentifier(String caCertificateIdentifier)
The new CA certificate identifier for the DB instance.
caCertificateIdentifier
- The new CA certificate identifier for the DB instance.public String getCaCertificateIdentifier()
The new CA certificate identifier for the DB instance.
public AwsRdsDbPendingModifiedValues withCaCertificateIdentifier(String caCertificateIdentifier)
The new CA certificate identifier for the DB instance.
caCertificateIdentifier
- The new CA certificate identifier for the DB instance.public void setDbSubnetGroupName(String dbSubnetGroupName)
The name of the new subnet group for the DB instance.
dbSubnetGroupName
- The name of the new subnet group for the DB instance.public String getDbSubnetGroupName()
The name of the new subnet group for the DB instance.
public AwsRdsDbPendingModifiedValues withDbSubnetGroupName(String dbSubnetGroupName)
The name of the new subnet group for the DB instance.
dbSubnetGroupName
- The name of the new subnet group for the DB instance.public void setPendingCloudWatchLogsExports(AwsRdsPendingCloudWatchLogsExports pendingCloudWatchLogsExports)
A list of log types that are being enabled or disabled.
pendingCloudWatchLogsExports
- A list of log types that are being enabled or disabled.public AwsRdsPendingCloudWatchLogsExports getPendingCloudWatchLogsExports()
A list of log types that are being enabled or disabled.
public AwsRdsDbPendingModifiedValues withPendingCloudWatchLogsExports(AwsRdsPendingCloudWatchLogsExports pendingCloudWatchLogsExports)
A list of log types that are being enabled or disabled.
pendingCloudWatchLogsExports
- A list of log types that are being enabled or disabled.public List<AwsRdsDbProcessorFeature> getProcessorFeatures()
Processor features that are being updated.
public void setProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
Processor features that are being updated.
processorFeatures
- Processor features that are being updated.public AwsRdsDbPendingModifiedValues withProcessorFeatures(AwsRdsDbProcessorFeature... processorFeatures)
Processor features that are being updated.
NOTE: This method appends the values to the existing list (if any). Use
setProcessorFeatures(java.util.Collection)
or withProcessorFeatures(java.util.Collection)
if
you want to override the existing values.
processorFeatures
- Processor features that are being updated.public AwsRdsDbPendingModifiedValues withProcessorFeatures(Collection<AwsRdsDbProcessorFeature> processorFeatures)
Processor features that are being updated.
processorFeatures
- Processor features that are being updated.public String toString()
toString
in class Object
Object.toString()
public AwsRdsDbPendingModifiedValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.