public class BatchPutGeofenceRequest extends AmazonWebServiceRequest implements java.io.Serializable
A batch request for storing geofences into a given geofence collection.
Constructor and Description |
---|
BatchPutGeofenceRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCollectionName()
The geofence collection storing the geofences.
|
java.util.List<BatchPutGeofenceRequestEntry> |
getEntries()
The batch of geofences to be stored in a geofence collection.
|
int |
hashCode() |
void |
setCollectionName(java.lang.String collectionName)
The geofence collection storing the geofences.
|
void |
setEntries(java.util.Collection<BatchPutGeofenceRequestEntry> entries)
The batch of geofences to be stored in a geofence collection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchPutGeofenceRequest |
withCollectionName(java.lang.String collectionName)
The geofence collection storing the geofences.
|
BatchPutGeofenceRequest |
withEntries(BatchPutGeofenceRequestEntry... entries)
The batch of geofences to be stored in a geofence collection.
|
BatchPutGeofenceRequest |
withEntries(java.util.Collection<BatchPutGeofenceRequestEntry> entries)
The batch of geofences to be stored in a geofence collection.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getCollectionName()
The geofence collection storing the geofences.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
The geofence collection storing the geofences.
public void setCollectionName(java.lang.String collectionName)
The geofence collection storing the geofences.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
collectionName
- The geofence collection storing the geofences.
public BatchPutGeofenceRequest withCollectionName(java.lang.String collectionName)
The geofence collection storing the geofences.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
Pattern: ^[-._\w]+$
collectionName
- The geofence collection storing the geofences.
public java.util.List<BatchPutGeofenceRequestEntry> getEntries()
The batch of geofences to be stored in a geofence collection.
The batch of geofences to be stored in a geofence collection.
public void setEntries(java.util.Collection<BatchPutGeofenceRequestEntry> entries)
The batch of geofences to be stored in a geofence collection.
entries
- The batch of geofences to be stored in a geofence collection.
public BatchPutGeofenceRequest withEntries(BatchPutGeofenceRequestEntry... entries)
The batch of geofences to be stored in a geofence collection.
Returns a reference to this object so that method calls can be chained together.
entries
- The batch of geofences to be stored in a geofence collection.
public BatchPutGeofenceRequest withEntries(java.util.Collection<BatchPutGeofenceRequestEntry> entries)
The batch of geofences to be stored in a geofence collection.
Returns a reference to this object so that method calls can be chained together.
entries
- The batch of geofences to be stored in a geofence collection.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.