@Generated(value="software.amazon.awssdk:codegen") public final class BatchUpdateDevicePositionError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchUpdateDevicePositionError.Builder,BatchUpdateDevicePositionError>
Contains error details for each device that failed to update its position.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchUpdateDevicePositionError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchUpdateDevicePositionError.Builder |
builder() |
String |
deviceId()
The device associated with the failed location update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BatchItemError |
error()
Contains details related to the error code such as the error code and error message.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
sampleTime()
The timestamp at which the device position was determined.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchUpdateDevicePositionError.Builder> |
serializableBuilderClass() |
BatchUpdateDevicePositionError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deviceId()
The device associated with the failed location update.
public final BatchItemError error()
Contains details related to the error code such as the error code and error message.
public final Instant sampleTime()
The timestamp at which the device position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
YYYY-MM-DDThh:mm:ss.sssZ.public BatchUpdateDevicePositionError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchUpdateDevicePositionError.Builder,BatchUpdateDevicePositionError>public static BatchUpdateDevicePositionError.Builder builder()
public static Class<? extends BatchUpdateDevicePositionError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.