@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 retrieve.
|
String |
getTrackerName()
The tracker resource receiving the position update.
|
int |
hashCode() |
void |
setDeviceId(String deviceId)
The device whose position you want to retrieve.
|
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 retrieve.
|
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 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 void setDeviceId(String deviceId)
The device whose position you want to retrieve.
deviceId
- The device whose position you want to retrieve.public String getDeviceId()
The device whose position you want to retrieve.
public GetDevicePositionRequest withDeviceId(String deviceId)
The device whose position you want to retrieve.
deviceId
- The device whose position you want to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetDevicePositionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()