@Generated(value="software.amazon.awssdk:codegen") public final class BatchPutGeofenceRequestEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchPutGeofenceRequestEntry.Builder,BatchPutGeofenceRequestEntry>
Contains geofence geometry details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchPutGeofenceRequestEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchPutGeofenceRequestEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
geofenceId()
The identifier for the geofence to be stored in a given geofence collection.
|
GeofenceGeometry |
geometry()
Contains the polygon details to specify the position of the geofence.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchPutGeofenceRequestEntry.Builder> |
serializableBuilderClass() |
BatchPutGeofenceRequestEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String geofenceId()
The identifier for the geofence to be stored in a given geofence collection.
public final GeofenceGeometry geometry()
Contains the polygon details to specify the position of the geofence.
Each geofence polygon can have a maximum of 1,000 vertices.
Each geofence polygon can have a maximum of 1,000 vertices.
public BatchPutGeofenceRequestEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchPutGeofenceRequestEntry.Builder,BatchPutGeofenceRequestEntry>public static BatchPutGeofenceRequestEntry.Builder builder()
public static Class<? extends BatchPutGeofenceRequestEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.