@Generated(value="software.amazon.awssdk:codegen") public final class BatchEvaluateGeofencesError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchEvaluateGeofencesError.Builder,BatchEvaluateGeofencesError>
Contains error details for each device that failed to evaluate its position against the geofences in a given geofence collection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchEvaluateGeofencesError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchEvaluateGeofencesError.Builder |
builder() |
String |
deviceId()
The device associated with the position evaluation error.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BatchItemError |
error()
Contains details associated to the batch error.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
sampleTime()
Specifies a timestamp for when the error occurred in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchEvaluateGeofencesError.Builder> |
serializableBuilderClass() |
BatchEvaluateGeofencesError.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 position evaluation error.
public final BatchItemError error()
Contains details associated to the batch error.
public final Instant sampleTime()
Specifies a timestamp for when the error occurred in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
YYYY-MM-DDThh:mm:ss.sssZpublic BatchEvaluateGeofencesError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchEvaluateGeofencesError.Builder,BatchEvaluateGeofencesError>public static BatchEvaluateGeofencesError.Builder builder()
public static Class<? extends BatchEvaluateGeofencesError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.