@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchPutGeofenceSuccess.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchPutGeofenceSuccess.Builder |
builder() |
Instant |
createTime()
The timestamp for when the geofence was stored in a geofence collection in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
geofenceId()
The geofence successfully stored in a geofence collection.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchPutGeofenceSuccess.Builder> |
serializableBuilderClass() |
BatchPutGeofenceSuccess.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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
YYYY-MM-DDThh:mm:ss.sssZpublic final String geofenceId()
The geofence successfully stored in a geofence collection.
public final Instant updateTime()
The timestamp for when the geofence was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
YYYY-MM-DDThh:mm:ss.sssZpublic BatchPutGeofenceSuccess.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchPutGeofenceSuccess.Builder,BatchPutGeofenceSuccess>public static BatchPutGeofenceSuccess.Builder builder()
public static Class<? extends BatchPutGeofenceSuccess.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.