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