Class BatchPutGeofenceError
- java.lang.Object
-
- software.amazon.awssdk.services.location.model.BatchPutGeofenceError
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchPutGeofenceError.Builder,BatchPutGeofenceError>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchPutGeofenceError.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchPutGeofenceError.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BatchItemErrorerror()Contains details associated to the batch error.StringgeofenceId()The geofence associated with the error message.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BatchPutGeofenceError.Builder>serializableBuilderClass()BatchPutGeofenceError.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
-
geofenceId
public final String geofenceId()
The geofence associated with the error message.
- Returns:
- The geofence associated with the error message.
-
error
public final BatchItemError error()
Contains details associated to the batch error.
- Returns:
- Contains details associated to the batch error.
-
toBuilder
public BatchPutGeofenceError.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchPutGeofenceError.Builder,BatchPutGeofenceError>
-
builder
public static BatchPutGeofenceError.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchPutGeofenceError.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.
-
-