@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDevicePositionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDevicePositionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDevicePositionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceId()
The device whose position you want to retreieve.
|
String |
getTrackerName()
The tracker resource receiving the position update.
|
int |
hashCode() |
void |
setDeviceId(String deviceId)
The device whose position you want to retreieve.
|
void |
setTrackerName(String trackerName)
The tracker resource receiving the position update.
|
String |
toString()
Returns a string representation of this object.
|
GetDevicePositionRequest |
withDeviceId(String deviceId)
The device whose position you want to retreieve.
|
GetDevicePositionRequest |
withTrackerName(String trackerName)
The tracker resource receiving the position update.
|
addHandlerContext, copyBaseTo, 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 void setDeviceId(String deviceId)
The device whose position you want to retreieve.
deviceId - The device whose position you want to retreieve.public String getDeviceId()
The device whose position you want to retreieve.
public GetDevicePositionRequest withDeviceId(String deviceId)
The device whose position you want to retreieve.
deviceId - The device whose position you want to retreieve.public void setTrackerName(String trackerName)
The tracker resource receiving the position update.
trackerName - The tracker resource receiving the position update.public String getTrackerName()
The tracker resource receiving the position update.
public GetDevicePositionRequest withTrackerName(String trackerName)
The tracker resource receiving the position update.
trackerName - The tracker resource receiving the position update.public String toString()
toString in class ObjectObject.toString()public GetDevicePositionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.