@Generated(value="software.amazon.awssdk:codegen") public final class BatchDeleteGeofenceError extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchDeleteGeofenceError.Builder,BatchDeleteGeofenceError>
Contains error details for each geofence that failed to delete from the geofence collection.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchDeleteGeofenceError.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteGeofenceError.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 BatchDeleteGeofenceError.Builder> |
serializableBuilderClass() |
BatchDeleteGeofenceError.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 BatchDeleteGeofenceError.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchDeleteGeofenceError.Builder,BatchDeleteGeofenceError>public static BatchDeleteGeofenceError.Builder builder()
public static Class<? extends BatchDeleteGeofenceError.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.