|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.rds.model.DescribeReservedDBInstancesResult
public class DescribeReservedDBInstancesResult
Describe Reserved D B Instances Result
| Constructor Summary | |
|---|---|
DescribeReservedDBInstancesResult()
|
|
| Method Summary | |
|---|---|
String |
getMarker()
Returns the value of the Marker property for this object. |
List<ReservedDBInstance> |
getReservedDBInstances()
Returns the value of the ReservedDBInstances property for this object. |
void |
setMarker(String marker)
Sets the value of the Marker property for this object. |
void |
setReservedDBInstances(Collection<ReservedDBInstance> reservedDBInstances)
Sets the value of the ReservedDBInstances property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeReservedDBInstancesResult |
withMarker(String marker)
Sets the value of the Marker property for this object. |
DescribeReservedDBInstancesResult |
withReservedDBInstances(Collection<ReservedDBInstance> reservedDBInstances)
Sets the value of the ReservedDBInstances property for this object. |
DescribeReservedDBInstancesResult |
withReservedDBInstances(ReservedDBInstance... reservedDBInstances)
Sets the value of the ReservedDBInstances property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeReservedDBInstancesResult()
| Method Detail |
|---|
public String getMarker()
public void setMarker(String marker)
marker - The new value for the Marker property for this object.public DescribeReservedDBInstancesResult 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<ReservedDBInstance> getReservedDBInstances()
public void setReservedDBInstances(Collection<ReservedDBInstance> reservedDBInstances)
reservedDBInstances - The new value for the ReservedDBInstances property for this object.public DescribeReservedDBInstancesResult withReservedDBInstances(ReservedDBInstance... reservedDBInstances)
Returns a reference to this object so that method calls can be chained together.
reservedDBInstances - The new value for the ReservedDBInstances property for this object.
public DescribeReservedDBInstancesResult withReservedDBInstances(Collection<ReservedDBInstance> reservedDBInstances)
Returns a reference to this object so that method calls can be chained together.
reservedDBInstances - The new value for the ReservedDBInstances 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 | ||||||