@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSpotFleetRequestHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeSpotFleetRequestHistoryRequest>
Contains the parameters for DescribeSpotFleetRequestHistory.
NOOP
Constructor and Description |
---|
DescribeSpotFleetRequestHistoryRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSpotFleetRequestHistoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeSpotFleetRequestHistoryRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getEventType()
The type of events to describe.
|
Integer |
getMaxResults()
The maximum number of items to return for this request.
|
String |
getNextToken()
The token to include in another request to get the next page of items.
|
String |
getSpotFleetRequestId()
The ID of the Spot Fleet request.
|
Date |
getStartTime()
The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
int |
hashCode() |
void |
setEventType(EventType eventType)
The type of events to describe.
|
void |
setEventType(String eventType)
The type of events to describe.
|
void |
setMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
void |
setNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
void |
setSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot Fleet request.
|
void |
setStartTime(Date startTime)
The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
String |
toString()
Returns a string representation of this object.
|
DescribeSpotFleetRequestHistoryRequest |
withEventType(EventType eventType)
The type of events to describe.
|
DescribeSpotFleetRequestHistoryRequest |
withEventType(String eventType)
The type of events to describe.
|
DescribeSpotFleetRequestHistoryRequest |
withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeSpotFleetRequestHistoryRequest |
withNextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeSpotFleetRequestHistoryRequest |
withSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot Fleet request.
|
DescribeSpotFleetRequestHistoryRequest |
withStartTime(Date startTime)
The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeSpotFleetRequestHistoryRequest()
public void setEventType(String eventType)
The type of events to describe. By default, all events are described.
eventType
- The type of events to describe. By default, all events are described.EventType
public String getEventType()
The type of events to describe. By default, all events are described.
EventType
public DescribeSpotFleetRequestHistoryRequest withEventType(String eventType)
The type of events to describe. By default, all events are described.
eventType
- The type of events to describe. By default, all events are described.EventType
public void setEventType(EventType eventType)
The type of events to describe. By default, all events are described.
eventType
- The type of events to describe. By default, all events are described.EventType
public DescribeSpotFleetRequestHistoryRequest withEventType(EventType eventType)
The type of events to describe. By default, all events are described.
eventType
- The type of events to describe. By default, all events are described.EventType
public void setMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.public Integer getMaxResults()
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
public DescribeSpotFleetRequestHistoryRequest withMaxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults
- The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.public void setNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public String getNextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public DescribeSpotFleetRequestHistoryRequest withNextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
nextToken
- The token to include in another request to get the next page of items. This value is null
when there are no more items to return.public void setSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot Fleet request.
spotFleetRequestId
- The ID of the Spot Fleet request.public String getSpotFleetRequestId()
The ID of the Spot Fleet request.
public DescribeSpotFleetRequestHistoryRequest withSpotFleetRequestId(String spotFleetRequestId)
The ID of the Spot Fleet request.
spotFleetRequestId
- The ID of the Spot Fleet request.public void setStartTime(Date startTime)
The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
startTime
- The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).public Date getStartTime()
The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
public DescribeSpotFleetRequestHistoryRequest withStartTime(Date startTime)
The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
startTime
- The starting date and time for the events, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).public Request<DescribeSpotFleetRequestHistoryRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeSpotFleetRequestHistoryRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeSpotFleetRequestHistoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()