public class DescribeSpotPriceHistoryRequest extends Object
| 构造器和说明 |
|---|
DescribeSpotPriceHistoryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getInstanceTypeId()
Get instanceTypeId
|
Integer |
getMaxResults()
Get maxResults
|
String |
getNextToken()
Get nextToken
|
String |
getTimestampEnd()
Get timestampEnd
|
String |
getTimestampStart()
Get timestampStart
|
String |
getZoneId()
Get zoneId
|
int |
hashCode() |
DescribeSpotPriceHistoryRequest |
instanceTypeId(String instanceTypeId) |
DescribeSpotPriceHistoryRequest |
maxResults(Integer maxResults) |
DescribeSpotPriceHistoryRequest |
nextToken(String nextToken) |
void |
setInstanceTypeId(String instanceTypeId) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setTimestampEnd(String timestampEnd) |
void |
setTimestampStart(String timestampStart) |
void |
setZoneId(String zoneId) |
DescribeSpotPriceHistoryRequest |
timestampEnd(String timestampEnd) |
DescribeSpotPriceHistoryRequest |
timestampStart(String timestampStart) |
String |
toString() |
DescribeSpotPriceHistoryRequest |
zoneId(String zoneId) |
public DescribeSpotPriceHistoryRequest instanceTypeId(String instanceTypeId)
public String getInstanceTypeId()
public void setInstanceTypeId(String instanceTypeId)
public DescribeSpotPriceHistoryRequest maxResults(Integer maxResults)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public DescribeSpotPriceHistoryRequest nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public DescribeSpotPriceHistoryRequest timestampEnd(String timestampEnd)
public String getTimestampEnd()
public void setTimestampEnd(String timestampEnd)
public DescribeSpotPriceHistoryRequest timestampStart(String timestampStart)
public String getTimestampStart()
public void setTimestampStart(String timestampStart)
public DescribeSpotPriceHistoryRequest zoneId(String zoneId)
public String getZoneId()
public void setZoneId(String zoneId)
Copyright © 2024. All rights reserved.