|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeSpotPriceHistoryResult
public class DescribeSpotPriceHistoryResult
Constructor Summary | |
---|---|
DescribeSpotPriceHistoryResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getNextToken()
The string marking the next set of results. |
List<SpotPrice> |
getSpotPriceHistory()
The historical Spot Prices. |
int |
hashCode()
|
void |
setNextToken(String nextToken)
The string marking the next set of results. |
void |
setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
The historical Spot Prices. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeSpotPriceHistoryResult |
withNextToken(String nextToken)
The string marking the next set of results. |
DescribeSpotPriceHistoryResult |
withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
The historical Spot Prices. |
DescribeSpotPriceHistoryResult |
withSpotPriceHistory(SpotPrice... spotPriceHistory)
The historical Spot Prices. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSpotPriceHistoryResult()
Method Detail |
---|
public List<SpotPrice> getSpotPriceHistory()
public void setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
spotPriceHistory
- The historical Spot Prices.public DescribeSpotPriceHistoryResult withSpotPriceHistory(SpotPrice... spotPriceHistory)
Returns a reference to this object so that method calls can be chained together.
spotPriceHistory
- The historical Spot Prices.
public DescribeSpotPriceHistoryResult withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
Returns a reference to this object so that method calls can be chained together.
spotPriceHistory
- The historical Spot Prices.
public String getNextToken()
public void setNextToken(String nextToken)
nextToken
- The string marking the next set of results. This is empty if there are
no more results.public DescribeSpotPriceHistoryResult withNextToken(String nextToken)
Returns a reference to this object so that method calls can be chained together.
nextToken
- The string marking the next set of results. This is empty if there are
no more results.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |