|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.rds.model.DescribeDBEngineVersionsResult
public class DescribeDBEngineVersionsResult
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 |
|---|
public DescribeDBEngineVersionsResult()
| Method Detail |
|---|
public String getMarker()
public void setMarker(String marker)
marker - The new value for the Marker property for this object.public DescribeDBEngineVersionsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker - The new value for the Marker property for this object.
public List<DBEngineVersion> getDBEngineVersions()
public void setDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
dBEngineVersions - The new value for the DBEngineVersions property for this object.public DescribeDBEngineVersionsResult withDBEngineVersions(DBEngineVersion... dBEngineVersions)
Returns a reference to this object so that method calls can be chained together.
dBEngineVersions - The new value for the DBEngineVersions property for this object.
public DescribeDBEngineVersionsResult withDBEngineVersions(Collection<DBEngineVersion> dBEngineVersions)
Returns a reference to this object so that method calls can be chained together.
dBEngineVersions - The new value for the DBEngineVersions property for this object.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||