@Generated(value="software.amazon.awssdk:codegen") public final class DeviceJob extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeviceJob.Builder,DeviceJob>
A job that runs on a device.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeviceJob.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeviceJob.Builder |
builder() |
Instant |
createdTime()
When the job was created.
|
String |
deviceId()
The ID of the target device.
|
String |
deviceName()
The name of the target device
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The job's ID.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeviceJob.Builder> |
serializableBuilderClass() |
DeviceJob.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdTime()
When the job was created.
public final String deviceId()
The ID of the target device.
public final String deviceName()
The name of the target device
public final String jobId()
The job's ID.
public DeviceJob.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeviceJob.Builder,DeviceJob>public static DeviceJob.Builder builder()
public static Class<? extends DeviceJob.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.