@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFleetEventsRequest extends GameLiftRequest implements ToCopyableBuilder<DescribeFleetEventsRequest.Builder,DescribeFleetEventsRequest>
Represents the input for a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFleetEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFleetEventsRequest.Builder |
builder() |
Instant |
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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Maximum number of results to return.
|
String |
nextToken()
Token that indicates the start of the next sequential page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFleetEventsRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
Earliest date to retrieve event logs for.
|
DescribeFleetEventsRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String fleetId()
Unique identifier for a fleet to get event logs for.
public Instant 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 Instant 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 start at the beginning of the result set, do not specify a value.
public DescribeFleetEventsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeFleetEventsRequest.Builder,DescribeFleetEventsRequest>toBuilder in class GameLiftRequestpublic static DescribeFleetEventsRequest.Builder builder()
public static Class<? extends DescribeFleetEventsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.