com.amazonaws.services.rds.model
Class DBEngineVersion

java.lang.Object
  extended by com.amazonaws.services.rds.model.DBEngineVersion

public class DBEngineVersion
extends Object

D B Engine Version


Constructor Summary
DBEngineVersion()
          Default constructor for a new DBEngineVersion object.
 
Method Summary
 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.
 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 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBEngineVersion

public DBEngineVersion()
Default constructor for a new DBEngineVersion object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getEngine

public String getEngine()
The name of the database engine.

Returns:
The name of the database engine.

setEngine

public void setEngine(String engine)
The name of the database engine.

Parameters:
engine - The name of the database engine.

withEngine

public DBEngineVersion withEngine(String engine)
The name of the database engine.

Returns a reference to this object so that method calls can be chained together.

Parameters:
engine - The name of the database engine.
Returns:
A reference to this updated object so that method calls can be chained together.

getEngineVersion

public String getEngineVersion()
The version number of the database engine.

Returns:
The version number of the database engine.

setEngineVersion

public void setEngineVersion(String engineVersion)
The version number of the database engine.

Parameters:
engineVersion - The version number of the database engine.

withEngineVersion

public DBEngineVersion withEngineVersion(String engineVersion)
The version number of the database engine.

Returns a reference to this object so that method calls can be chained together.

Parameters:
engineVersion - The version number of the database engine.
Returns:
A reference to this updated object so that method calls can be chained together.

getDBParameterGroupFamily

public String getDBParameterGroupFamily()
The name of the DBParameterGroupFamily for the database engine.

Returns:
The name of the DBParameterGroupFamily for the database engine.

setDBParameterGroupFamily

public void setDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DBParameterGroupFamily for the database engine.

Parameters:
dBParameterGroupFamily - The name of the DBParameterGroupFamily for the database engine.

withDBParameterGroupFamily

public DBEngineVersion withDBParameterGroupFamily(String dBParameterGroupFamily)
The name of the DBParameterGroupFamily for the database engine.

Returns a reference to this object so that method calls can be chained together.

Parameters:
dBParameterGroupFamily - The name of the DBParameterGroupFamily for the database engine.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.