ToCopyableBuilder<DescribeSpotPriceHistoryResponse.Builder,DescribeSpotPriceHistoryResponse>@Generated("software.amazon.awssdk:codegen") public class DescribeSpotPriceHistoryResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeSpotPriceHistoryResponse.Builder,DescribeSpotPriceHistoryResponse>
Contains the output of DescribeSpotPriceHistory.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeSpotPriceHistoryResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static DescribeSpotPriceHistoryResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token required to retrieve the next set of results.
|
static Class<? extends DescribeSpotPriceHistoryResponse.Builder> |
serializableBuilderClass() |
|
List<SpotPrice> |
spotPriceHistory() |
The historical Spot prices.
|
DescribeSpotPriceHistoryResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String nextToken()
The token required to retrieve the next set of results. This value is null when there are no more
results to return.
null when there are no
more results to return.public List<SpotPrice> spotPriceHistory()
The historical Spot prices.
public DescribeSpotPriceHistoryResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeSpotPriceHistoryResponse.Builder,DescribeSpotPriceHistoryResponse>public static DescribeSpotPriceHistoryResponse.Builder builder()
public static Class<? extends DescribeSpotPriceHistoryResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.