@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 String deviceId()
The unique identifier of the device.
public Instant fromTimeStamp()
The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
public Integer maxResults()
The maximum number of results to return per request. If not set, a default value of 100 is used.
public String nextToken()
The token to retrieve the next set of results.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.