Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeFleetEventsRequest.Builder,DescribeFleetEventsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeFleetEventsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeFleetEventsRequest.Builder,DescribeFleetEventsRequest>
Represents the input for a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFleetEventsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeFleetEventsRequest.Builder |
builder() |
|
Date |
endTime() |
Most recent date to retrieve event logs for.
|
boolean |
equals(Object obj) |
|
String |
fleetId() |
Unique identifier for a fleet to get event logs for.
|
int |
hashCode() |
|
Integer |
limit() |
Maximum number of results to return.
|
String |
nextToken() |
Token that indicates the start of the next sequential page of results.
|
static Class<? extends DescribeFleetEventsRequest.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
Earliest date to retrieve event logs for.
|
DescribeFleetEventsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String fleetId()
Unique identifier for a fleet to get event logs for.
public Date startTime()
Earliest date to retrieve event logs for. If no start time is specified, this call returns entries starting from when the fleet was created to the specified end time. Format is a number expressed in Unix time as milliseconds (ex: "1469498468.057").
public Date endTime()
Most recent date to retrieve event logs for. If no end time is specified, this call returns entries from the specified start time up to the present. Format is a number expressed in Unix time as milliseconds (ex: "1469498468.057").
public Integer limit()
Maximum number of results to return. Use this parameter with NextToken
to get results as a set of
sequential pages.
NextToken
to get results as a
set of sequential pages.public String nextToken()
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
public DescribeFleetEventsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFleetEventsRequest.Builder,DescribeFleetEventsRequest>
public static DescribeFleetEventsRequest.Builder builder()
public static Class<? extends DescribeFleetEventsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.