Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListDevicesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
Represents the request to list the devices.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListDevicesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accessToken() |
The access tokens for the request to list devices.
|
static ListDevicesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The limit of the device request.
|
String |
paginationToken() |
The pagination token for the list request.
|
static Class<? extends ListDevicesRequest.Builder> |
serializableBuilderClass() |
|
ListDevicesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
public static ListDevicesRequest.Builder builder()
public static Class<? extends ListDevicesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.