@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFleetEventsRequest extends GameLiftRequest implements ToCopyableBuilder<DescribeFleetEventsRequest.Builder,DescribeFleetEventsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFleetEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFleetEventsRequest.Builder |
builder() |
Instant |
endTime()
The most recent date to retrieve event logs for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fleetId()
A unique identifier for the fleet to get event logs for.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of results to return.
|
String |
nextToken()
A token that indicates the start of the next sequential page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFleetEventsRequest.Builder> |
serializableBuilderClass() |
Instant |
startTime()
The earliest date to retrieve event logs for.
|
DescribeFleetEventsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fleetId()
A unique identifier for the fleet to get event logs for. You can use either the fleet ID or ARN value.
public final Instant startTime()
The 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 final Instant endTime()
The 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 final Integer limit()
The 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 final String nextToken()
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.