Class BatchEvaluateGeofencesError
- java.lang.Object
-
- software.amazon.awssdk.services.location.model.BatchEvaluateGeofencesError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchEvaluateGeofencesError.Builder,BatchEvaluateGeofencesError>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchEvaluateGeofencesError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchEvaluateGeofencesError.Builderbuilder()StringdeviceId()The device associated with the position evaluation error.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BatchItemErrorerror()Contains details associated to the batch error.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantsampleTime()Specifies a timestamp for when the error occurred in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZList<SdkField<?>>sdkFields()static Class<? extends BatchEvaluateGeofencesError.Builder>serializableBuilderClass()BatchEvaluateGeofencesError.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deviceId
public final String deviceId()
The device associated with the position evaluation error.
- Returns:
- The device associated with the position evaluation error.
-
error
public final BatchItemError error()
Contains details associated to the batch error.
- Returns:
- Contains details associated to the batch error.
-
sampleTime
public final Instant sampleTime()
Specifies a timestamp for when the error occurred in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ- Returns:
- Specifies a timestamp for when the error occurred in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
-
toBuilder
public BatchEvaluateGeofencesError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchEvaluateGeofencesError.Builder,BatchEvaluateGeofencesError>
-
builder
public static BatchEvaluateGeofencesError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchEvaluateGeofencesError.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-