ToCopyableBuilder<DescribeSpotFleetRequestHistoryResponse.Builder,DescribeSpotFleetRequestHistoryResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeSpotFleetRequestHistoryResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeSpotFleetRequestHistoryResponse.Builder,DescribeSpotFleetRequestHistoryResponse>
Contains the output of DescribeSpotFleetRequestHistory.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeSpotFleetRequestHistoryResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeSpotFleetRequestHistoryResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<HistoryRecord> |
historyRecords() |
Information about the events in the history of the Spot fleet request.
|
Date |
lastEvaluatedTime() |
The last date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
String |
nextToken() |
The token required to retrieve the next set of results.
|
static Class<? extends DescribeSpotFleetRequestHistoryResponse.Builder> |
serializableBuilderClass() |
|
String |
spotFleetRequestId() |
The ID of the Spot fleet request.
|
Date |
startTime() |
The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
DescribeSpotFleetRequestHistoryResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<HistoryRecord> historyRecords()
Information about the events in the history of the Spot fleet request.
public Date lastEvaluatedTime()
The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.
If nextToken
indicates that there are more results, this value is not present.
If nextToken
indicates that there are more results, this value is not present.
public 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 String spotFleetRequestId()
The ID of the Spot fleet request.
public Date startTime()
The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
public DescribeSpotFleetRequestHistoryResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeSpotFleetRequestHistoryResponse.Builder,DescribeSpotFleetRequestHistoryResponse>
public static DescribeSpotFleetRequestHistoryResponse.Builder builder()
public static Class<? extends DescribeSpotFleetRequestHistoryResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.