public class DescribeReservedInstancesOfferingsResult extends Object implements Serializable
The result of describing Reserved Instance offerings.
Constructor and Description |
---|
DescribeReservedInstancesOfferingsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getNextToken()
Returns the value of the NextToken property for this object.
|
List<ReservedInstancesOffering> |
getReservedInstancesOfferings()
The list of described Reserved Instance offerings.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
void |
setReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
The list of described Reserved Instance offerings.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeReservedInstancesOfferingsResult |
withNextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
DescribeReservedInstancesOfferingsResult |
withReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
The list of described Reserved Instance offerings.
|
DescribeReservedInstancesOfferingsResult |
withReservedInstancesOfferings(ReservedInstancesOffering... reservedInstancesOfferings)
The list of described Reserved Instance offerings.
|
public DescribeReservedInstancesOfferingsResult()
public List<ReservedInstancesOffering> getReservedInstancesOfferings()
public void setReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
reservedInstancesOfferings
- The list of described Reserved Instance offerings.public DescribeReservedInstancesOfferingsResult withReservedInstancesOfferings(ReservedInstancesOffering... reservedInstancesOfferings)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesOfferings
- The list of described Reserved Instance offerings.public DescribeReservedInstancesOfferingsResult withReservedInstancesOfferings(Collection<ReservedInstancesOffering> reservedInstancesOfferings)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesOfferings
- The list of described Reserved Instance offerings.public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- The new value for the NextToken property for this object.public DescribeReservedInstancesOfferingsResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The new value for the NextToken property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.