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