@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetDevicePositionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()