Class ListDeviceEventsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iot1clickdevices.model.Iot1ClickDevicesRequest
-
- software.amazon.awssdk.services.iot1clickdevices.model.ListDeviceEventsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListDeviceEventsRequest.Builder,ListDeviceEventsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListDeviceEventsRequest extends Iot1ClickDevicesRequest implements ToCopyableBuilder<ListDeviceEventsRequest.Builder,ListDeviceEventsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListDeviceEventsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDeviceEventsRequest.Builderbuilder()StringdeviceId()The unique identifier of the device.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)InstantfromTimeStamp()The start date for the device event query, in ISO8061 format.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to return per request.StringnextToken()The token to retrieve the next set of results.List<SdkField<?>>sdkFields()static Class<? extends ListDeviceEventsRequest.Builder>serializableBuilderClass()ListDeviceEventsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstanttoTimeStamp()The end date for the device event query, in ISO8061 format.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deviceId
public final String deviceId()
The unique identifier of the device.
- Returns:
- The unique identifier of the device.
-
fromTimeStamp
public final Instant fromTimeStamp()
The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
- Returns:
- The start date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
-
maxResults
public final Integer maxResults()
The maximum number of results to return per request. If not set, a default value of 100 is used.
- Returns:
- The maximum number of results to return per request. If not set, a default value of 100 is used.
-
nextToken
public final String nextToken()
The token to retrieve the next set of results.
- Returns:
- The token to retrieve the next set of results.
-
toTimeStamp
public final Instant toTimeStamp()
The end date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
- Returns:
- The end date for the device event query, in ISO8061 format. For example, 2018-03-28T15:45:12.880Z
-
toBuilder
public ListDeviceEventsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListDeviceEventsRequest.Builder,ListDeviceEventsRequest>- Specified by:
toBuilderin classIot1ClickDevicesRequest
-
builder
public static ListDeviceEventsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListDeviceEventsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-