|
|||||||
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
This data type is used as a response element in the action DescribeDBEngineVersions.
Constructor Summary | |
---|---|
DBEngineVersion()
Default constructor for a new DBEngineVersion object. |
Method Summary | |
---|---|
java.lang.String |
getDBEngineDescription()
The description of the database engine. |
java.lang.String |
getDBEngineVersionDescription()
The description of the database engine version. |
java.lang.String |
getDBParameterGroupFamily()
The name of the DBParameterGroupFamily for the database engine. |
java.lang.String |
getEngine()
The name of the database engine. |
java.lang.String |
getEngineVersion()
The version number of the database engine. |
void |
setDBEngineDescription(java.lang.String dBEngineDescription)
The description of the database engine. |
void |
setDBEngineVersionDescription(java.lang.String dBEngineVersionDescription)
The description of the database engine version. |
void |
setDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
The name of the DBParameterGroupFamily for the database engine. |
void |
setEngine(java.lang.String engine)
The name of the database engine. |
void |
setEngineVersion(java.lang.String engineVersion)
The version number of the database engine. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DBEngineVersion |
withDBEngineDescription(java.lang.String dBEngineDescription)
The description of the database engine. |
DBEngineVersion |
withDBEngineVersionDescription(java.lang.String dBEngineVersionDescription)
The description of the database engine version. |
DBEngineVersion |
withDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
The name of the DBParameterGroupFamily for the database engine. |
DBEngineVersion |
withEngine(java.lang.String engine)
The name of the database engine. |
DBEngineVersion |
withEngineVersion(java.lang.String engineVersion)
The version number of the database engine. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBEngineVersion()
Method Detail |
---|
public java.lang.String getEngine()
public void setEngine(java.lang.String engine)
engine
- The name of the database engine.public DBEngineVersion withEngine(java.lang.String engine)
Returns a reference to this object so that method calls can be chained together.
engine
- The name of the database engine.
public java.lang.String getEngineVersion()
public void setEngineVersion(java.lang.String engineVersion)
engineVersion
- The version number of the database engine.public DBEngineVersion withEngineVersion(java.lang.String engineVersion)
Returns a reference to this object so that method calls can be chained together.
engineVersion
- The version number of the database engine.
public java.lang.String getDBParameterGroupFamily()
public void setDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
dBParameterGroupFamily
- The name of the DBParameterGroupFamily for the database engine.public DBEngineVersion withDBParameterGroupFamily(java.lang.String dBParameterGroupFamily)
Returns a reference to this object so that method calls can be chained together.
dBParameterGroupFamily
- The name of the DBParameterGroupFamily for the database engine.
public java.lang.String getDBEngineDescription()
public void setDBEngineDescription(java.lang.String dBEngineDescription)
dBEngineDescription
- The description of the database engine.public DBEngineVersion withDBEngineDescription(java.lang.String dBEngineDescription)
Returns a reference to this object so that method calls can be chained together.
dBEngineDescription
- The description of the database engine.
public java.lang.String getDBEngineVersionDescription()
public void setDBEngineVersionDescription(java.lang.String dBEngineVersionDescription)
dBEngineVersionDescription
- The description of the database engine version.public DBEngineVersion withDBEngineVersionDescription(java.lang.String dBEngineVersionDescription)
Returns a reference to this object so that method calls can be chained together.
dBEngineVersionDescription
- The description of the database engine version.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |