|
|||||||
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 | |
---|---|
List<SpotPrice> |
getSpotPriceHistory()
|
void |
setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeSpotPriceHistoryResult |
withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
Returns a reference to this object so that method calls can be chained together. |
DescribeSpotPriceHistoryResult |
withSpotPriceHistory(SpotPrice... spotPriceHistory)
Returns a reference to this object so that method calls can be chained together. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSpotPriceHistoryResult()
Method Detail |
---|
public List<SpotPrice> getSpotPriceHistory()
public void setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
spotPriceHistory
- public DescribeSpotPriceHistoryResult withSpotPriceHistory(SpotPrice... spotPriceHistory)
Returns a reference to this object so that method calls can be chained together.
spotPriceHistory
-
public DescribeSpotPriceHistoryResult withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
Returns a reference to this object so that method calls can be chained together.
spotPriceHistory
-
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |