|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeReservedInstancesOfferingsResult
public class DescribeReservedInstancesOfferingsResult
The result of describing Reserved Instance offerings.
| Constructor Summary | |
|---|---|
DescribeReservedInstancesOfferingsResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeReservedInstancesOfferingsResult()
| Method Detail |
|---|
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||