public class BatchGetDevicePositionRequest extends AmazonWebServiceRequest implements java.io.Serializable
A batch request to retrieve device positions.
The response will return the device positions from the last 24 hours.
Constructor and Description |
---|
BatchGetDevicePositionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getDeviceIds()
Devices whose position you want to retrieve.
|
java.lang.String |
getTrackerName()
The tracker resource retrieving the device position.
|
int |
hashCode() |
void |
setDeviceIds(java.util.Collection<java.lang.String> deviceIds)
Devices whose position you want to retrieve.
|
void |
setTrackerName(java.lang.String trackerName)
The tracker resource retrieving the device position.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
BatchGetDevicePositionRequest |
withDeviceIds(java.util.Collection<java.lang.String> deviceIds)
Devices whose position you want to retrieve.
|
BatchGetDevicePositionRequest |
withDeviceIds(java.lang.String... deviceIds)
Devices whose position you want to retrieve.
|
BatchGetDevicePositionRequest |
withTrackerName(java.lang.String trackerName)
The tracker resource retrieving the device position.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.util.List<java.lang.String> getDeviceIds()
Devices whose position you want to retrieve.
For example, for two devices:
device-ids=DeviceId1&device-ids=DeviceId2
Devices whose position you want to retrieve.
For example, for two devices:
device-ids=DeviceId1&device-ids=DeviceId2
public void setDeviceIds(java.util.Collection<java.lang.String> deviceIds)
Devices whose position you want to retrieve.
For example, for two devices:
device-ids=DeviceId1&device-ids=DeviceId2
deviceIds
- Devices whose position you want to retrieve.
For example, for two devices:
device-ids=DeviceId1&device-ids=DeviceId2
public BatchGetDevicePositionRequest withDeviceIds(java.lang.String... deviceIds)
Devices whose position you want to retrieve.
For example, for two devices:
device-ids=DeviceId1&device-ids=DeviceId2
Returns a reference to this object so that method calls can be chained together.
deviceIds
- Devices whose position you want to retrieve.
For example, for two devices:
device-ids=DeviceId1&device-ids=DeviceId2
public BatchGetDevicePositionRequest withDeviceIds(java.util.Collection<java.lang.String> deviceIds)
Devices whose position you want to retrieve.
For example, for two devices:
device-ids=DeviceId1&device-ids=DeviceId2
Returns a reference to this object so that method calls can be chained together.
deviceIds
- Devices whose position you want to retrieve.
For example, for two devices:
device-ids=DeviceId1&device-ids=DeviceId2
public java.lang.String getTrackerName()
The tracker resource retrieving the device position.
Constraints:
Length: 1 -
Pattern: ^[-._\w]+$
The tracker resource retrieving the device position.
public void setTrackerName(java.lang.String trackerName)
The tracker resource retrieving the device position.
Constraints:
Length: 1 -
Pattern: ^[-._\w]+$
trackerName
- The tracker resource retrieving the device position.
public BatchGetDevicePositionRequest withTrackerName(java.lang.String trackerName)
The tracker resource retrieving the device position.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: ^[-._\w]+$
trackerName
- The tracker resource retrieving the device position.
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.