@Generated(value="software.amazon.awssdk:codegen") public final class BatchGetDevicePositionError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchGetDevicePositionError.Builder,BatchGetDevicePositionError>
Contains error details for each device that didn't return a position.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchGetDevicePositionError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetDevicePositionError.Builder |
builder() |
String |
deviceId()
The ID of the device that didn't return a position.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BatchItemError |
error()
Contains details related to the error code.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchGetDevicePositionError.Builder> |
serializableBuilderClass() |
BatchGetDevicePositionError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deviceId()
The ID of the device that didn't return a position.
public final BatchItemError error()
Contains details related to the error code.
public BatchGetDevicePositionError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchGetDevicePositionError.Builder,BatchGetDevicePositionError>public static BatchGetDevicePositionError.Builder builder()
public static Class<? extends BatchGetDevicePositionError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.