public class DescribeReservedDBInstancesOfferingsResult extends Object implements Serializable, Cloneable
Contains the result of a successful invocation of the DescribeReservedDBInstancesOfferings action.
Constructor and Description |
---|
DescribeReservedDBInstancesOfferingsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeReservedDBInstancesOfferingsResult |
clone() |
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 void setMarker(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
.
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 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
.
MaxRecords
.public DescribeReservedDBInstancesOfferingsResult withMarker(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
.
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()
A list of reserved DB instance offerings.
public void setReservedDBInstancesOfferings(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
A list of reserved DB instance offerings.
reservedDBInstancesOfferings
- A list of reserved DB instance offerings.public DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(ReservedDBInstancesOffering... reservedDBInstancesOfferings)
A list of reserved DB instance offerings.
NOTE: This method appends the values to the existing list (if
any). Use setReservedDBInstancesOfferings(java.util.Collection)
or withReservedDBInstancesOfferings(java.util.Collection)
if you
want to override the existing values.
reservedDBInstancesOfferings
- A list of reserved DB instance offerings.public DescribeReservedDBInstancesOfferingsResult withReservedDBInstancesOfferings(Collection<ReservedDBInstancesOffering> reservedDBInstancesOfferings)
A list of reserved DB instance offerings.
reservedDBInstancesOfferings
- A list of reserved DB instance offerings.public String toString()
toString
in class Object
Object.toString()
public DescribeReservedDBInstancesOfferingsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.