com.amazonaws.services.rds.model
Class DescribeReservedDBInstancesResult

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

public class DescribeReservedDBInstancesResult
extends Object

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

DescribeReservedDBInstancesResult

public DescribeReservedDBInstancesResult()
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 DescribeReservedDBInstancesResult 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.

getReservedDBInstances

public List<ReservedDBInstance> getReservedDBInstances()
Returns the value of the ReservedDBInstances property for this object.

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

setReservedDBInstances

public void setReservedDBInstances(Collection<ReservedDBInstance> reservedDBInstances)
Sets the value of the ReservedDBInstances property for this object.

Parameters:
reservedDBInstances - The new value for the ReservedDBInstances property for this object.

withReservedDBInstances

public DescribeReservedDBInstancesResult withReservedDBInstances(ReservedDBInstance... reservedDBInstances)
Sets the value of the ReservedDBInstances property for this object.

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

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

withReservedDBInstances

public DescribeReservedDBInstancesResult withReservedDBInstances(Collection<ReservedDBInstance> reservedDBInstances)
Sets the value of the ReservedDBInstances property for this object.

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

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