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