public class DescribeReservedInstancesOfferingsResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeReservedInstancesOfferingsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
The next paginated set of results to return.
|
List<ReservedInstancesOffering> |
getReservedInstancesOfferings()
A list of Reserved Instances offerings.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The next paginated set of results to return.
|
void |
setReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
A list of Reserved Instances offerings.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeReservedInstancesOfferingsResult |
withNextToken(String nextToken)
The next paginated set of results to return.
|
DescribeReservedInstancesOfferingsResult |
withReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
A list of Reserved Instances offerings.
|
DescribeReservedInstancesOfferingsResult |
withReservedInstancesOfferings(ReservedInstancesOffering... reservedInstancesOfferings)
A list of Reserved Instances offerings.
|
public DescribeReservedInstancesOfferingsResult()
public List<ReservedInstancesOffering> getReservedInstancesOfferings()
public void setReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
reservedInstancesOfferings - A list of Reserved Instances offerings.public DescribeReservedInstancesOfferingsResult withReservedInstancesOfferings(ReservedInstancesOffering... reservedInstancesOfferings)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesOfferings - A list of Reserved Instances offerings.public DescribeReservedInstancesOfferingsResult withReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesOfferings - A list of Reserved Instances offerings.public String getNextToken()
public void setNextToken(String nextToken)
nextToken - The next paginated set of results to return.public DescribeReservedInstancesOfferingsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken - The next paginated set of results to return.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.