@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Device device()
An object representing the device associated with the event.
public String stdEvent()
A serialized JSON object representing the device-type specific event.
public DeviceEvent.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeviceEvent.Builder,DeviceEvent>
public static DeviceEvent.Builder builder()
public static Class<? extends DeviceEvent.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.