com.amazonaws.services.rds.model
Class DescribeReservedDBInstancesOfferingsResult

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

public class DescribeReservedDBInstancesOfferingsResult
extends Object

Describe Reserved D B Instances Offerings Result


Constructor Summary
DescribeReservedDBInstancesOfferingsResult()
           
 
Method Summary
 String getMarker()
          Returns the value of the Marker property for this object.
 List<ReservedDBInstancesOffering> getReservedDBInstancesOfferings()
          Returns the value of the ReservedDBInstancesOfferings property for this object.
 void setMarker(String marker)
          Sets the value of the Marker property for this object.
 void setReservedDBInstancesOfferings(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
          Sets the value of the ReservedDBInstancesOfferings property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeReservedDBInstancesOfferingsResult withMarker(String marker)
          Sets the value of the Marker property for this object.
 DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
          Sets the value of the ReservedDBInstancesOfferings property for this object.
 DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(ReservedDBInstancesOffering... reservedDBInstancesOfferings)
          Sets the value of the ReservedDBInstancesOfferings property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeReservedDBInstancesOfferingsResult

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

getReservedDBInstancesOfferings

public List<ReservedDBInstancesOffering> getReservedDBInstancesOfferings()
Returns the value of the ReservedDBInstancesOfferings property for this object.

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

setReservedDBInstancesOfferings

public void setReservedDBInstancesOfferings(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
Sets the value of the ReservedDBInstancesOfferings property for this object.

Parameters:
reservedDBInstancesOfferings - The new value for the ReservedDBInstancesOfferings property for this object.

withReservedDBInstancesOfferings

public DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(ReservedDBInstancesOffering... reservedDBInstancesOfferings)
Sets the value of the ReservedDBInstancesOfferings property for this object.

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

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

withReservedDBInstancesOfferings

public DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
Sets the value of the ReservedDBInstancesOfferings property for this object.

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

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