@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteDevicePositionHistoryError extends Object implements Serializable, Cloneable, StructuredPojo
Contains the tracker resource details.
Constructor and Description |
---|
BatchDeleteDevicePositionHistoryError() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteDevicePositionHistoryError |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceId()
The ID of the device for this position.
|
BatchItemError |
getError() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDeviceId(String deviceId)
The ID of the device for this position.
|
void |
setError(BatchItemError error) |
String |
toString()
Returns a string representation of this object.
|
BatchDeleteDevicePositionHistoryError |
withDeviceId(String deviceId)
The ID of the device for this position.
|
BatchDeleteDevicePositionHistoryError |
withError(BatchItemError error) |
public BatchDeleteDevicePositionHistoryError()
public void setDeviceId(String deviceId)
The ID of the device for this position.
deviceId
- The ID of the device for this position.public String getDeviceId()
The ID of the device for this position.
public BatchDeleteDevicePositionHistoryError withDeviceId(String deviceId)
The ID of the device for this position.
deviceId
- The ID of the device for this position.public void setError(BatchItemError error)
error
- public BatchItemError getError()
public BatchDeleteDevicePositionHistoryError withError(BatchItemError error)
error
- public String toString()
toString
in class Object
Object.toString()
public BatchDeleteDevicePositionHistoryError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.