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()
          A list of DBEngineVersion elements.
 String getMarker()
          The identifier returned to allow retrieval of paginated results.
 void setDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
          A list of DBEngineVersion elements.
 void setMarker(String marker)
          The identifier returned to allow retrieval of paginated results.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeDBEngineVersionsResult withDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
          A list of DBEngineVersion elements.
 DescribeDBEngineVersionsResult withDBEngineVersions(DBEngineVersion... dBEngineVersions)
          A list of DBEngineVersion elements.
 DescribeDBEngineVersionsResult withMarker(String marker)
          The identifier returned to allow retrieval of paginated results.
 
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()
The identifier returned to allow retrieval of paginated results.

Returns:
The identifier returned to allow retrieval of paginated results.

setMarker

public void setMarker(String marker)
The identifier returned to allow retrieval of paginated results.

Parameters:
marker - The identifier returned to allow retrieval of paginated results.

withMarker

public DescribeDBEngineVersionsResult withMarker(String marker)
The identifier returned to allow retrieval of paginated results.

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

Parameters:
marker - The identifier returned to allow retrieval of paginated results.
Returns:
A reference to this updated object so that method calls can be chained together.

getDBEngineVersions

public List<DBEngineVersion> getDBEngineVersions()
A list of DBEngineVersion elements.

Returns:
A list of DBEngineVersion elements.

setDBEngineVersions

public void setDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
A list of DBEngineVersion elements.

Parameters:
dBEngineVersions - A list of DBEngineVersion elements.

withDBEngineVersions

public DescribeDBEngineVersionsResult withDBEngineVersions(DBEngineVersion... dBEngineVersions)
A list of DBEngineVersion elements.

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

Parameters:
dBEngineVersions - A list of DBEngineVersion elements.
Returns:
A reference to this updated object so that method calls can be chained together.

withDBEngineVersions

public DescribeDBEngineVersionsResult withDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
A list of DBEngineVersion elements.

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

Parameters:
dBEngineVersions - A list of DBEngineVersion elements.
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.