@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchPutGeofenceRequestEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains geofence details.
Constructor and Description |
---|
BatchPutGeofenceRequestEntry() |
Modifier and Type | Method and Description |
---|---|
BatchPutGeofenceRequestEntry |
clone() |
boolean |
equals(Object obj) |
String |
getGeofenceId()
The identifier for the geofence to be stored in a given geofence collection.
|
GeofenceGeometry |
getGeometry()
The geometry details for the geofence.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGeofenceId(String geofenceId)
The identifier for the geofence to be stored in a given geofence collection.
|
void |
setGeometry(GeofenceGeometry geometry)
The geometry details for the geofence.
|
String |
toString()
Returns a string representation of this object.
|
BatchPutGeofenceRequestEntry |
withGeofenceId(String geofenceId)
The identifier for the geofence to be stored in a given geofence collection.
|
BatchPutGeofenceRequestEntry |
withGeometry(GeofenceGeometry geometry)
The geometry details for the geofence.
|
public void setGeofenceId(String geofenceId)
The identifier for the geofence to be stored in a given geofence collection.
geofenceId
- The identifier for the geofence to be stored in a given geofence collection.public String getGeofenceId()
The identifier for the geofence to be stored in a given geofence collection.
public BatchPutGeofenceRequestEntry withGeofenceId(String geofenceId)
The identifier for the geofence to be stored in a given geofence collection.
geofenceId
- The identifier for the geofence to be stored in a given geofence collection.public void setGeometry(GeofenceGeometry geometry)
The geometry details for the geofence.
geometry
- The geometry details for the geofence.public GeofenceGeometry getGeometry()
The geometry details for the geofence.
public BatchPutGeofenceRequestEntry withGeometry(GeofenceGeometry geometry)
The geometry details for the geofence.
geometry
- The geometry details for the geofence.public String toString()
toString
in class Object
Object.toString()
public BatchPutGeofenceRequestEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.