|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.rds.model.DBEngineVersion
public class DBEngineVersion
D B Engine Version
| Constructor Summary | |
|---|---|
DBEngineVersion()
Default constructor for a new DBEngineVersion object. |
|
| Method Summary | |
|---|---|
String |
getDBParameterGroupFamily()
Returns the value of the DBParameterGroupFamily property for this object. |
String |
getEngine()
Returns the value of the Engine property for this object. |
String |
getEngineVersion()
Returns the value of the EngineVersion property for this object. |
void |
setDBParameterGroupFamily(String dBParameterGroupFamily)
Sets the value of the DBParameterGroupFamily property for this object. |
void |
setEngine(String engine)
Sets the value of the Engine property for this object. |
void |
setEngineVersion(String engineVersion)
Sets the value of the EngineVersion property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DBEngineVersion |
withDBParameterGroupFamily(String dBParameterGroupFamily)
Sets the value of the DBParameterGroupFamily property for this object. |
DBEngineVersion |
withEngine(String engine)
Sets the value of the Engine property for this object. |
DBEngineVersion |
withEngineVersion(String engineVersion)
Sets the value of the EngineVersion property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DBEngineVersion()
| Method Detail |
|---|
public String getEngine()
public void setEngine(String engine)
engine - The new value for the Engine property for this object.public DBEngineVersion withEngine(String engine)
Returns a reference to this object so that method calls can be chained together.
engine - The new value for the Engine property for this object.
public String getEngineVersion()
public void setEngineVersion(String engineVersion)
engineVersion - The new value for the EngineVersion property for this object.public DBEngineVersion withEngineVersion(String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion - The new value for the EngineVersion property for this object.
public String getDBParameterGroupFamily()
public void setDBParameterGroupFamily(String dBParameterGroupFamily)
dBParameterGroupFamily - The new value for the DBParameterGroupFamily property for this object.public DBEngineVersion withDBParameterGroupFamily(String dBParameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupFamily - The new value for the DBParameterGroupFamily property for this object.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||