@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteDevicePositionHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchDeleteDevicePositionHistoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteDevicePositionHistoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDeviceIds()
Devices whose position history you want to delete.
|
String |
getTrackerName()
The name of the tracker resource to delete the device position history from.
|
int |
hashCode() |
void |
setDeviceIds(Collection<String> deviceIds)
Devices whose position history you want to delete.
|
void |
setTrackerName(String trackerName)
The name of the tracker resource to delete the device position history from.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteDevicePositionHistoryRequest |
withDeviceIds(Collection<String> deviceIds)
Devices whose position history you want to delete.
|
BatchDeleteDevicePositionHistoryRequest |
withDeviceIds(String... deviceIds)
Devices whose position history you want to delete.
|
BatchDeleteDevicePositionHistoryRequest |
withTrackerName(String trackerName)
The name of the tracker resource to delete the device position history from.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic BatchDeleteDevicePositionHistoryRequest()
public void setTrackerName(String trackerName)
The name of the tracker resource to delete the device position history from.
trackerName - The name of the tracker resource to delete the device position history from.public String getTrackerName()
The name of the tracker resource to delete the device position history from.
public BatchDeleteDevicePositionHistoryRequest withTrackerName(String trackerName)
The name of the tracker resource to delete the device position history from.
trackerName - The name of the tracker resource to delete the device position history from.public List<String> getDeviceIds()
Devices whose position history you want to delete.
For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]
For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]
public void setDeviceIds(Collection<String> deviceIds)
Devices whose position history you want to delete.
For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]
deviceIds - Devices whose position history you want to delete.
For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]
public BatchDeleteDevicePositionHistoryRequest withDeviceIds(String... deviceIds)
Devices whose position history you want to delete.
For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]
NOTE: This method appends the values to the existing list (if any). Use
setDeviceIds(java.util.Collection) or withDeviceIds(java.util.Collection) if you want to
override the existing values.
deviceIds - Devices whose position history you want to delete.
For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]
public BatchDeleteDevicePositionHistoryRequest withDeviceIds(Collection<String> deviceIds)
Devices whose position history you want to delete.
For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]
deviceIds - Devices whose position history you want to delete.
For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]
public String toString()
toString in class ObjectObject.toString()public BatchDeleteDevicePositionHistoryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()