Class BatchPutGeofenceSuccess
- java.lang.Object
-
- software.amazon.awssdk.services.location.model.BatchPutGeofenceSuccess
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BatchPutGeofenceSuccess.Builder,BatchPutGeofenceSuccess>
@Generated("software.amazon.awssdk:codegen") public final class BatchPutGeofenceSuccess extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchPutGeofenceSuccess.Builder,BatchPutGeofenceSuccess>
Contains a summary of each geofence that was successfully stored in a given geofence collection.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBatchPutGeofenceSuccess.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchPutGeofenceSuccess.Builderbuilder()InstantcreateTime()The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZbooleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgeofenceId()The geofence successfully stored in a geofence collection.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BatchPutGeofenceSuccess.Builder>serializableBuilderClass()BatchPutGeofenceSuccess.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The timestamp for when the geofence was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ-
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
-
createTime
public final Instant createTime()
The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ- Returns:
- The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
-
geofenceId
public final String geofenceId()
The geofence successfully stored in a geofence collection.
- Returns:
- The geofence successfully stored in a geofence collection.
-
updateTime
public final Instant updateTime()
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ- Returns:
- The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
-
toBuilder
public BatchPutGeofenceSuccess.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BatchPutGeofenceSuccess.Builder,BatchPutGeofenceSuccess>
-
builder
public static BatchPutGeofenceSuccess.Builder builder()
-
serializableBuilderClass
public static Class<? extends BatchPutGeofenceSuccess.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.
-
-