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()
          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

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()
Returns the value of the Engine property for this object.

Returns:
The value of the Engine property for this object.

setEngine

public void setEngine(String engine)
Sets the value of the Engine property for this object.

Parameters:
engine - The new value for the Engine property for this object.

withEngine

public DBEngineVersion withEngine(String engine)
Sets the value of the Engine property for this object.

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

Parameters:
engine - The new value for the Engine property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getEngineVersion

public String getEngineVersion()
Returns the value of the EngineVersion property for this object.

Returns:
The value of the EngineVersion property for this object.

setEngineVersion

public void setEngineVersion(String engineVersion)
Sets the value of the EngineVersion property for this object.

Parameters:
engineVersion - The new value for the EngineVersion property for this object.

withEngineVersion

public DBEngineVersion withEngineVersion(String engineVersion)
Sets the value of the EngineVersion property for this object.

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

Parameters:
engineVersion - The new value for the EngineVersion property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getDBParameterGroupFamily

public String getDBParameterGroupFamily()
Returns the value of the DBParameterGroupFamily property for this object.

Returns:
The value of the DBParameterGroupFamily property for this object.

setDBParameterGroupFamily

public void setDBParameterGroupFamily(String dBParameterGroupFamily)
Sets the value of the DBParameterGroupFamily property for this object.

Parameters:
dBParameterGroupFamily - The new value for the DBParameterGroupFamily property for this object.

withDBParameterGroupFamily

public DBEngineVersion withDBParameterGroupFamily(String dBParameterGroupFamily)
Sets the value of the DBParameterGroupFamily property for this object.

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

Parameters:
dBParameterGroupFamily - The new value for the DBParameterGroupFamily property for this object.
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.