@Generated(value="software.amazon.awssdk:codegen") public final class ListDeviceEventsRequest extends Iot1ClickDevicesRequest implements ToCopyableBuilder<ListDeviceEventsRequest.Builder,ListDeviceEventsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeviceEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDeviceEventsRequest.Builder |
builder() |
String |
deviceId()
The unique identifier of the device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
fromTimeStamp()
The start date for the device event query, in ISO8061 format.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return per request.
|
String |
nextToken()
The token to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDeviceEventsRequest.Builder> |
serializableBuilderClass() |
ListDeviceEventsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
toTimeStamp()
The end date for the device event query, in ISO8061 format.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deviceId()
The unique identifier of the device.
public final Instant fromTimeStamp()
The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
public final Integer maxResults()
The maximum number of results to return per request. If not set, a default value of 100 is used.
public final String nextToken()
The token to retrieve the next set of results.
public final Instant toTimeStamp()
The end date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
public ListDeviceEventsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDeviceEventsRequest.Builder,ListDeviceEventsRequest>toBuilder in class Iot1ClickDevicesRequestpublic static ListDeviceEventsRequest.Builder builder()
public static Class<? extends ListDeviceEventsRequest.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 © 2021. All rights reserved.