|
|||||||
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
Describe Spot Price History Result
Constructor Summary | |
---|---|
DescribeSpotPriceHistoryResult()
|
Method Summary | |
---|---|
java.lang.String |
getNextToken()
The string marking the next set of results returned. |
java.util.List<SpotPrice> |
getSpotPriceHistory()
Returns the value of the SpotPriceHistory property for this object. |
void |
setNextToken(java.lang.String nextToken)
The string marking the next set of results returned. |
void |
setSpotPriceHistory(java.util.Collection<SpotPrice> spotPriceHistory)
Sets the value of the SpotPriceHistory property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeSpotPriceHistoryResult |
withNextToken(java.lang.String nextToken)
The string marking the next set of results returned. |
DescribeSpotPriceHistoryResult |
withSpotPriceHistory(java.util.Collection<SpotPrice> spotPriceHistory)
Sets the value of the SpotPriceHistory property for this object. |
DescribeSpotPriceHistoryResult |
withSpotPriceHistory(SpotPrice... spotPriceHistory)
Sets the value of the SpotPriceHistory property for this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSpotPriceHistoryResult()
Method Detail |
---|
public java.util.List<SpotPrice> getSpotPriceHistory()
public void setSpotPriceHistory(java.util.Collection<SpotPrice> spotPriceHistory)
spotPriceHistory
- The new value for the SpotPriceHistory property for this object.public DescribeSpotPriceHistoryResult withSpotPriceHistory(SpotPrice... spotPriceHistory)
Returns a reference to this object so that method calls can be chained together.
spotPriceHistory
- The new value for the SpotPriceHistory property for this object.
public DescribeSpotPriceHistoryResult withSpotPriceHistory(java.util.Collection<SpotPrice> spotPriceHistory)
Returns a reference to this object so that method calls can be chained together.
spotPriceHistory
- The new value for the SpotPriceHistory property for this object.
public java.lang.String getNextToken()
public void setNextToken(java.lang.String nextToken)
nextToken
- The string marking the next set of results returned. Displays empty if
there are no more results to be returned.public DescribeSpotPriceHistoryResult withNextToken(java.lang.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 returned. Displays empty if
there are no more results to be returned.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |