@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDevicesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to list the devices.
NOOP
Constructor and Description |
---|
ListDevicesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDevicesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccessToken()
The access tokens for the request to list devices.
|
Integer |
getLimit()
The limit of the device request.
|
String |
getPaginationToken()
The pagination token for the list request.
|
int |
hashCode() |
void |
setAccessToken(String accessToken)
The access tokens for the request to list devices.
|
void |
setLimit(Integer limit)
The limit of the device request.
|
void |
setPaginationToken(String paginationToken)
The pagination token for the list request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListDevicesRequest |
withAccessToken(String accessToken)
The access tokens for the request to list devices.
|
ListDevicesRequest |
withLimit(Integer limit)
The limit of the device request.
|
ListDevicesRequest |
withPaginationToken(String paginationToken)
The pagination token for the list request.
|
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 setAccessToken(String accessToken)
The access tokens for the request to list devices.
accessToken
- The access tokens for the request to list devices.public String getAccessToken()
The access tokens for the request to list devices.
public ListDevicesRequest withAccessToken(String accessToken)
The access tokens for the request to list devices.
accessToken
- The access tokens for the request to list devices.public void setLimit(Integer limit)
The limit of the device request.
limit
- The limit of the device request.public Integer getLimit()
The limit of the device request.
public ListDevicesRequest withLimit(Integer limit)
The limit of the device request.
limit
- The limit of the device request.public void setPaginationToken(String paginationToken)
The pagination token for the list request.
paginationToken
- The pagination token for the list request.public String getPaginationToken()
The pagination token for the list request.
public ListDevicesRequest withPaginationToken(String paginationToken)
The pagination token for the list request.
paginationToken
- The pagination token for the list request.public String toString()
toString
in class Object
Object.toString()
public ListDevicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.