Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DescribeReservedDBInstancesOfferingsResult

java.lang.Object
  extended by com.amazonaws.services.rds.model.DescribeReservedDBInstancesOfferingsResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeReservedDBInstancesOfferingsResult
extends java.lang.Object
implements java.io.Serializable

Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action.

See Also:
Serialized Form

Constructor Summary
DescribeReservedDBInstancesOfferingsResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getMarker()
          An optional pagination token provided by a previous request.
 java.util.List<ReservedDBInstancesOffering> getReservedDBInstancesOfferings()
          A list of reserved DB Instance offerings.
 int hashCode()
           
 void setMarker(java.lang.String marker)
          An optional pagination token provided by a previous request.
 void setReservedDBInstancesOfferings(java.util.Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
          A list of reserved DB Instance offerings.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeReservedDBInstancesOfferingsResult withMarker(java.lang.String marker)
          An optional pagination token provided by a previous request.
 DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(java.util.Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
          A list of reserved DB Instance offerings.
 DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(ReservedDBInstancesOffering... reservedDBInstancesOfferings)
          A list of reserved DB Instance offerings.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeReservedDBInstancesOfferingsResult

public DescribeReservedDBInstancesOfferingsResult()
Method Detail

getMarker

public java.lang.String getMarker()
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Returns:
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

setMarker

public void setMarker(java.lang.String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

Parameters:
marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

withMarker

public DescribeReservedDBInstancesOfferingsResult withMarker(java.lang.String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

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

Parameters:
marker - An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
Returns:
A reference to this updated object so that method calls can be chained together.

getReservedDBInstancesOfferings

public java.util.List<ReservedDBInstancesOffering> getReservedDBInstancesOfferings()
A list of reserved DB Instance offerings.

Returns:
A list of reserved DB Instance offerings.

setReservedDBInstancesOfferings

public void setReservedDBInstancesOfferings(java.util.Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
A list of reserved DB Instance offerings.

Parameters:
reservedDBInstancesOfferings - A list of reserved DB Instance offerings.

withReservedDBInstancesOfferings

public DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(ReservedDBInstancesOffering... reservedDBInstancesOfferings)
A list of reserved DB Instance offerings.

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

Parameters:
reservedDBInstancesOfferings - A list of reserved DB Instance offerings.
Returns:
A reference to this updated object so that method calls can be chained together.

withReservedDBInstancesOfferings

public DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(java.util.Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
A list of reserved DB Instance offerings.

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

Parameters:
reservedDBInstancesOfferings - A list of reserved DB Instance offerings.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.