public class DescribeSpotPriceHistoryResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribeSpotPriceHistoryResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
int |
hashCode() |
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object