public class BatchEvaluateGeofencesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
BatchEvaluateGeofencesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<BatchEvaluateGeofencesError> |
getErrors()
Contains error details for each device that failed to evaluate its
position against the given geofence collection.
|
int |
hashCode() |
void |
setErrors(java.util.Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its
position against the given geofence collection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchEvaluateGeofencesResult |
withErrors(BatchEvaluateGeofencesError... errors)
Contains error details for each device that failed to evaluate its
position against the given geofence collection.
|
BatchEvaluateGeofencesResult |
withErrors(java.util.Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its
position against the given geofence collection.
|
public java.util.List<BatchEvaluateGeofencesError> getErrors()
Contains error details for each device that failed to evaluate its position against the given geofence collection.
Contains error details for each device that failed to evaluate its position against the given geofence collection.
public void setErrors(java.util.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.
Returns a reference to this object so that method calls can be chained together.
errors
- Contains error details for each device that failed to evaluate its position against the given geofence collection.
public BatchEvaluateGeofencesResult withErrors(java.util.Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its position against the given geofence collection.
Returns a reference to this object so that method calls can be chained together.
errors
- Contains error details for each device that failed to evaluate its position against the given 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.