@Generated(value="software.amazon.awssdk:codegen") public final class ListDevicePositionsRequest extends LocationRequest implements ToCopyableBuilder<ListDevicePositionsRequest.Builder,ListDevicePositionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDevicePositionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDevicePositionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
An optional limit for the number of entries returned in a single call.
|
String |
nextToken()
The pagination token specifying which page of results to return in the response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDevicePositionsRequest.Builder> |
serializableBuilderClass() |
ListDevicePositionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trackerName()
The tracker resource containing the requested devices.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
An optional limit for the number of entries returned in a single call.
Default value: 100
Default value: 100
public final 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
Default value: null
public final String trackerName()
The tracker resource containing the requested devices.
public ListDevicePositionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDevicePositionsRequest.Builder,ListDevicePositionsRequest>toBuilder in class LocationRequestpublic static ListDevicePositionsRequest.Builder builder()
public static Class<? extends ListDevicePositionsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.