|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeSpotPriceHistoryRequest
public class DescribeSpotPriceHistoryRequest
| Constructor Summary | |
|---|---|
DescribeSpotPriceHistoryRequest()
|
|
| Method Summary | |
|---|---|
Date |
getEndTime()
The end date and time of the Spot Instance price history data. |
List<String> |
getInstanceTypes()
Specifies the instance type to return. |
List<String> |
getProductDescriptions()
The description of the AMI. |
Date |
getStartTime()
The start date and time of the Spot Instance price history data. |
void |
setEndTime(Date endTime)
The end date and time of the Spot Instance price history data. |
void |
setInstanceTypes(Collection<String> instanceTypes)
Specifies the instance type to return. |
void |
setProductDescriptions(Collection<String> productDescriptions)
The description of the AMI. |
void |
setStartTime(Date startTime)
The start date and time of the Spot Instance price history data. |
String |
toString()
|
DescribeSpotPriceHistoryRequest |
withEndTime(Date endTime)
The end date and time of the Spot Instance price history data. |
DescribeSpotPriceHistoryRequest |
withInstanceTypes(Collection<String> instanceTypes)
Specifies the instance type to return. |
DescribeSpotPriceHistoryRequest |
withInstanceTypes(String... instanceTypes)
Specifies the instance type to return. |
DescribeSpotPriceHistoryRequest |
withProductDescriptions(Collection<String> productDescriptions)
The description of the AMI. |
DescribeSpotPriceHistoryRequest |
withProductDescriptions(String... productDescriptions)
The description of the AMI. |
DescribeSpotPriceHistoryRequest |
withStartTime(Date startTime)
The start date and time of the Spot Instance price history data. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeSpotPriceHistoryRequest()
| Method Detail |
|---|
public Date getStartTime()
public void setStartTime(Date startTime)
startTime - The start date and time of the Spot Instance price history data.public DescribeSpotPriceHistoryRequest withStartTime(Date startTime)
Returns a reference to this object so that method calls can be chained together.
startTime - The start date and time of the Spot Instance price history data.
public Date getEndTime()
public void setEndTime(Date endTime)
endTime - The end date and time of the Spot Instance price history data.public DescribeSpotPriceHistoryRequest withEndTime(Date endTime)
Returns a reference to this object so that method calls can be chained together.
endTime - The end date and time of the Spot Instance price history data.
public List<String> getInstanceTypes()
public void setInstanceTypes(Collection<String> instanceTypes)
instanceTypes - Specifies the instance type to return.public DescribeSpotPriceHistoryRequest withInstanceTypes(String... instanceTypes)
Returns a reference to this object so that method calls can be chained together.
instanceTypes - Specifies the instance type to return.
public DescribeSpotPriceHistoryRequest withInstanceTypes(Collection<String> instanceTypes)
Returns a reference to this object so that method calls can be chained together.
instanceTypes - Specifies the instance type to return.
public List<String> getProductDescriptions()
public void setProductDescriptions(Collection<String> productDescriptions)
productDescriptions - The description of the AMI.public DescribeSpotPriceHistoryRequest withProductDescriptions(String... productDescriptions)
Returns a reference to this object so that method calls can be chained together.
productDescriptions - The description of the AMI.
public DescribeSpotPriceHistoryRequest withProductDescriptions(Collection<String> productDescriptions)
Returns a reference to this object so that method calls can be chained together.
productDescriptions - The description of the AMI.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||