@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchEvaluateGeofencesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchEvaluateGeofencesResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesResult |
clone() |
boolean |
equals(Object obj) |
List<BatchEvaluateGeofencesError> |
getErrors()
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
int |
hashCode() |
void |
setErrors(Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
String |
toString()
Returns a string representation of this object.
|
BatchEvaluateGeofencesResult |
withErrors(BatchEvaluateGeofencesError... errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
BatchEvaluateGeofencesResult |
withErrors(Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BatchEvaluateGeofencesError> getErrors()
Contains error details for each device that failed to evaluate its position against the given geofence collection.
public void setErrors(Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its position against the given geofence collection.
errors - Contains error details for each device that failed to evaluate its position against the given geofence
collection.public BatchEvaluateGeofencesResult withErrors(BatchEvaluateGeofencesError... errors)
Contains error details for each device that failed to evaluate its position against the given geofence collection.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection) or withErrors(java.util.Collection) if you want to override the
existing values.
errors - Contains error details for each device that failed to evaluate its position against the given geofence
collection.public BatchEvaluateGeofencesResult withErrors(Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its position against the given geofence collection.
errors - Contains error details for each device that failed to evaluate its position against the given geofence
collection.public String toString()
toString in class ObjectObject.toString()public BatchEvaluateGeofencesResult clone()