com.amazonaws.services.ec2.model
Class DescribeSpotPriceHistoryResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.DescribeSpotPriceHistoryResult

public class DescribeSpotPriceHistoryResult
extends Object


Constructor Summary
DescribeSpotPriceHistoryResult()
           
 
Method Summary
 List<SpotPrice> getSpotPriceHistory()
           
 void setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
           
 String toString()
           
 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

DescribeSpotPriceHistoryResult

public DescribeSpotPriceHistoryResult()
Method Detail

getSpotPriceHistory

public List<SpotPrice> getSpotPriceHistory()
Returns:

setSpotPriceHistory

public void setSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)
Parameters:
spotPriceHistory -

withSpotPriceHistory

public DescribeSpotPriceHistoryResult withSpotPriceHistory(SpotPrice... spotPriceHistory)

Returns a reference to this object so that method calls can be chained together.

Parameters:
spotPriceHistory -
Returns:
A reference to this updated object so that method calls can be chained together.

withSpotPriceHistory

public DescribeSpotPriceHistoryResult withSpotPriceHistory(Collection<SpotPrice> spotPriceHistory)

Returns a reference to this object so that method calls can be chained together.

Parameters:
spotPriceHistory -
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.