public class DescribeReservedDBInstancesOfferingsResult extends Object implements Serializable
Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action.
Constructor and Description |
---|
DescribeReservedDBInstancesOfferingsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMarker()
An optional pagination token provided by a previous request.
|
List<ReservedDBInstancesOffering> |
getReservedDBInstancesOfferings()
A list of reserved DB instance offerings.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setReservedDBInstancesOfferings(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
A list of reserved DB instance offerings.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeReservedDBInstancesOfferingsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribeReservedDBInstancesOfferingsResult |
withReservedDBInstancesOfferings(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
A list of reserved DB instance offerings.
|
DescribeReservedDBInstancesOfferingsResult |
withReservedDBInstancesOfferings(ReservedDBInstancesOffering... reservedDBInstancesOfferings)
A list of reserved DB instance offerings.
|
public DescribeReservedDBInstancesOfferingsResult()
public String getMarker()
MaxRecords
.MaxRecords
.public void setMarker(String marker)
MaxRecords
.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
.public DescribeReservedDBInstancesOfferingsResult withMarker(String marker)
MaxRecords
.
Returns a reference to this object so that method calls can be chained together.
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
.public List<ReservedDBInstancesOffering> getReservedDBInstancesOfferings()
public void setReservedDBInstancesOfferings(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
reservedDBInstancesOfferings
- A list of reserved DB instance offerings.public DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(ReservedDBInstancesOffering... reservedDBInstancesOfferings)
Returns a reference to this object so that method calls can be chained together.
reservedDBInstancesOfferings
- A list of reserved DB instance offerings.public DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
Returns a reference to this object so that method calls can be chained together.
reservedDBInstancesOfferings
- A list of reserved DB instance offerings.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.