@Generated(value="software.amazon.awssdk:codegen") public final class DeviceEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceEvent.Builder,DeviceEvent>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeviceEvent.Builder |
builder() |
Device |
device()
An object representing the device associated with the event.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeviceEvent.Builder> |
serializableBuilderClass() |
String |
stdEvent()
A serialized JSON object representing the device-type specific event.
|
DeviceEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Device device()
An object representing the device associated with the event.
public final String stdEvent()
A serialized JSON object representing the device-type specific event.
public DeviceEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeviceEvent.Builder,DeviceEvent>public static DeviceEvent.Builder builder()
public static Class<? extends DeviceEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.