@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDevicePositionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDevicePositionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDevicePositionsRequest |
clone() |
boolean |
equals(Object obj) |
TrackingFilterGeometry |
getFilterGeometry()
The geomerty used to filter device positions.
|
Integer |
getMaxResults()
An optional limit for the number of entries returned in a single call.
|
String |
getNextToken()
The pagination token specifying which page of results to return in the response.
|
String |
getTrackerName()
The tracker resource containing the requested devices.
|
int |
hashCode() |
void |
setFilterGeometry(TrackingFilterGeometry filterGeometry)
The geomerty used to filter device positions.
|
void |
setMaxResults(Integer maxResults)
An optional limit for the number of entries returned in a single call.
|
void |
setNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
void |
setTrackerName(String trackerName)
The tracker resource containing the requested devices.
|
String |
toString()
Returns a string representation of this object.
|
ListDevicePositionsRequest |
withFilterGeometry(TrackingFilterGeometry filterGeometry)
The geomerty used to filter device positions.
|
ListDevicePositionsRequest |
withMaxResults(Integer maxResults)
An optional limit for the number of entries returned in a single call.
|
ListDevicePositionsRequest |
withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListDevicePositionsRequest |
withTrackerName(String trackerName)
The tracker resource containing the requested devices.
|
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 setFilterGeometry(TrackingFilterGeometry filterGeometry)
The geomerty used to filter device positions.
filterGeometry - The geomerty used to filter device positions.public TrackingFilterGeometry getFilterGeometry()
The geomerty used to filter device positions.
public ListDevicePositionsRequest withFilterGeometry(TrackingFilterGeometry filterGeometry)
The geomerty used to filter device positions.
filterGeometry - The geomerty used to filter device positions.public void setMaxResults(Integer maxResults)
An optional limit for the number of entries returned in a single call.
Default value: 100
maxResults - An optional limit for the number of entries returned in a single call.
Default value: 100
public Integer getMaxResults()
An optional limit for the number of entries returned in a single call.
Default value: 100
Default value: 100
public ListDevicePositionsRequest withMaxResults(Integer maxResults)
An optional limit for the number of entries returned in a single call.
Default value: 100
maxResults - An optional limit for the number of entries returned in a single call.
Default value: 100
public void setNextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
nextToken - The pagination token specifying which page of results to return in the response. If no token is provided,
the default page is the first page.
Default value: null
public String getNextToken()
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
Default value: null
public ListDevicePositionsRequest withNextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value: null
nextToken - The pagination token specifying which page of results to return in the response. If no token is provided,
the default page is the first page.
Default value: null
public void setTrackerName(String trackerName)
The tracker resource containing the requested devices.
trackerName - The tracker resource containing the requested devices.public String getTrackerName()
The tracker resource containing the requested devices.
public ListDevicePositionsRequest withTrackerName(String trackerName)
The tracker resource containing the requested devices.
trackerName - The tracker resource containing the requested devices.public String toString()
toString in class ObjectObject.toString()public ListDevicePositionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.