@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingModifiedRelationalDatabaseValues extends Object implements Serializable, Cloneable, StructuredPojo
Describes a pending database value modification.
Constructor and Description |
---|
PendingModifiedRelationalDatabaseValues() |
Modifier and Type | Method and Description |
---|---|
PendingModifiedRelationalDatabaseValues |
clone() |
boolean |
equals(Object obj) |
Boolean |
getBackupRetentionEnabled()
A Boolean value indicating whether automated backup retention is enabled.
|
String |
getEngineVersion()
The database engine version.
|
String |
getMasterUserPassword()
The password for the master user of the database.
|
int |
hashCode() |
Boolean |
isBackupRetentionEnabled()
A Boolean value indicating whether automated backup retention is enabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBackupRetentionEnabled(Boolean backupRetentionEnabled)
A Boolean value indicating whether automated backup retention is enabled.
|
void |
setEngineVersion(String engineVersion)
The database engine version.
|
void |
setMasterUserPassword(String masterUserPassword)
The password for the master user of the database.
|
String |
toString()
Returns a string representation of this object.
|
PendingModifiedRelationalDatabaseValues |
withBackupRetentionEnabled(Boolean backupRetentionEnabled)
A Boolean value indicating whether automated backup retention is enabled.
|
PendingModifiedRelationalDatabaseValues |
withEngineVersion(String engineVersion)
The database engine version.
|
PendingModifiedRelationalDatabaseValues |
withMasterUserPassword(String masterUserPassword)
The password for the master user of the database.
|
public PendingModifiedRelationalDatabaseValues()
public void setMasterUserPassword(String masterUserPassword)
The password for the master user of the database.
masterUserPassword
- The password for the master user of the database.public String getMasterUserPassword()
The password for the master user of the database.
public PendingModifiedRelationalDatabaseValues withMasterUserPassword(String masterUserPassword)
The password for the master user of the database.
masterUserPassword
- The password for the master user of the database.public void setEngineVersion(String engineVersion)
The database engine version.
engineVersion
- The database engine version.public String getEngineVersion()
The database engine version.
public PendingModifiedRelationalDatabaseValues withEngineVersion(String engineVersion)
The database engine version.
engineVersion
- The database engine version.public void setBackupRetentionEnabled(Boolean backupRetentionEnabled)
A Boolean value indicating whether automated backup retention is enabled.
backupRetentionEnabled
- A Boolean value indicating whether automated backup retention is enabled.public Boolean getBackupRetentionEnabled()
A Boolean value indicating whether automated backup retention is enabled.
public PendingModifiedRelationalDatabaseValues withBackupRetentionEnabled(Boolean backupRetentionEnabled)
A Boolean value indicating whether automated backup retention is enabled.
backupRetentionEnabled
- A Boolean value indicating whether automated backup retention is enabled.public Boolean isBackupRetentionEnabled()
A Boolean value indicating whether automated backup retention is enabled.
public String toString()
toString
in class Object
Object.toString()
public PendingModifiedRelationalDatabaseValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2021. All rights reserved.