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