@Generated(value="software.amazon.awssdk:codegen") public final class ListDevicesRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
Represents the request to list the devices.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDevicesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessToken()
The access tokens for the request to list devices.
|
static ListDevicesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The limit of the device request.
|
String |
paginationToken()
The pagination token for the list request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDevicesRequest.Builder> |
serializableBuilderClass() |
ListDevicesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String accessToken()
The access tokens for the request to list devices.
public Integer limit()
The limit of the device request.
public String paginationToken()
The pagination token for the list request.
public ListDevicesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>toBuilder in class CognitoIdentityProviderRequestpublic static ListDevicesRequest.Builder builder()
public static Class<? extends ListDevicesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.