@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateDevicePositionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| BatchUpdateDevicePositionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchUpdateDevicePositionResult | clone() | 
| boolean | equals(Object obj) | 
| List<BatchUpdateDevicePositionError> | getErrors()
 Contains error details for each device that failed to update its position. | 
| int | hashCode() | 
| void | setErrors(Collection<BatchUpdateDevicePositionError> errors)
 Contains error details for each device that failed to update its position. | 
| String | toString()Returns a string representation of this object. | 
| BatchUpdateDevicePositionResult | withErrors(BatchUpdateDevicePositionError... errors)
 Contains error details for each device that failed to update its position. | 
| BatchUpdateDevicePositionResult | withErrors(Collection<BatchUpdateDevicePositionError> errors)
 Contains error details for each device that failed to update its position. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<BatchUpdateDevicePositionError> getErrors()
Contains error details for each device that failed to update its position.
public void setErrors(Collection<BatchUpdateDevicePositionError> errors)
Contains error details for each device that failed to update its position.
errors - Contains error details for each device that failed to update its position.public BatchUpdateDevicePositionResult withErrors(BatchUpdateDevicePositionError... errors)
Contains error details for each device that failed to update its position.
 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 update its position.public BatchUpdateDevicePositionResult withErrors(Collection<BatchUpdateDevicePositionError> errors)
Contains error details for each device that failed to update its position.
errors - Contains error details for each device that failed to update its position.public String toString()
toString in class ObjectObject.toString()public BatchUpdateDevicePositionResult clone()