@Generated(value="software.amazon.awssdk:codegen") public final class BatchPutGeofenceError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchPutGeofenceError.Builder,BatchPutGeofenceError>
Contains error details for each geofence that failed to be stored in a given geofence collection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchPutGeofenceError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchPutGeofenceError.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BatchItemError |
error()
Contains details associated to the batch error.
|
String |
geofenceId()
The geofence associated with the error message.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchPutGeofenceError.Builder> |
serializableBuilderClass() |
BatchPutGeofenceError.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BatchItemError error()
Contains details associated to the batch error.
public final String geofenceId()
The geofence associated with the error message.
public BatchPutGeofenceError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchPutGeofenceError.Builder,BatchPutGeofenceError>public static BatchPutGeofenceError.Builder builder()
public static Class<? extends BatchPutGeofenceError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.