com.amazonaws.services.rds.model
Class DescribeDBEngineVersionsResult

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

public class DescribeDBEngineVersionsResult
extends Object

Describe D B Engine Versions Result


Constructor Summary
DescribeDBEngineVersionsResult()
           
 
Method Summary
 List<DBEngineVersion> getDBEngineVersions()
          Returns the value of the DBEngineVersions property for this object.
 String getMarker()
          Returns the value of the Marker property for this object.
 void setDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
          Sets the value of the DBEngineVersions property for this object.
 void setMarker(String marker)
          Sets the value of the Marker property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeDBEngineVersionsResult withDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
          Sets the value of the DBEngineVersions property for this object.
 DescribeDBEngineVersionsResult withDBEngineVersions(DBEngineVersion... dBEngineVersions)
          Sets the value of the DBEngineVersions property for this object.
 DescribeDBEngineVersionsResult withMarker(String marker)
          Sets the value of the Marker property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeDBEngineVersionsResult

public DescribeDBEngineVersionsResult()
Method Detail

getMarker

public String getMarker()
Returns the value of the Marker property for this object.

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

setMarker

public void setMarker(String marker)
Sets the value of the Marker property for this object.

Parameters:
marker - The new value for the Marker property for this object.

withMarker

public DescribeDBEngineVersionsResult withMarker(String marker)
Sets the value of the Marker property for this object.

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

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

getDBEngineVersions

public List<DBEngineVersion> getDBEngineVersions()
Returns the value of the DBEngineVersions property for this object.

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

setDBEngineVersions

public void setDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
Sets the value of the DBEngineVersions property for this object.

Parameters:
dBEngineVersions - The new value for the DBEngineVersions property for this object.

withDBEngineVersions

public DescribeDBEngineVersionsResult withDBEngineVersions(DBEngineVersion... dBEngineVersions)
Sets the value of the DBEngineVersions property for this object.

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

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

withDBEngineVersions

public DescribeDBEngineVersionsResult withDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
Sets the value of the DBEngineVersions property for this object.

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

Parameters:
dBEngineVersions - The new value for the DBEngineVersions 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.