@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()
This API operation returns a limited number of results.
|
String |
getUsername()
The username of the user that you want to query or modify.
|
String |
getUserPoolId()
The user pool ID.
|
int |
hashCode() |
void |
setLimit(Integer limit)
The limit of the devices request.
|
void |
setPaginationToken(String paginationToken)
This API operation returns a limited number of results.
|
void |
setUsername(String username)
The username of the user that you want to query or modify.
|
void |
setUserPoolId(String userPoolId)
The user pool ID.
|
String |
toString()
Returns a string representation of this object.
|
AdminListDevicesRequest |
withLimit(Integer limit)
The limit of the devices request.
|
AdminListDevicesRequest |
withPaginationToken(String paginationToken)
This API operation returns a limited number of results.
|
AdminListDevicesRequest |
withUsername(String username)
The username of the user that you want to query or modify.
|
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 username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
- The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.public String getUsername()
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.public AdminListDevicesRequest withUsername(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
- The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.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)
This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. By use of this token, you can paginate through the full list of items.
paginationToken
- This API operation returns a limited number of results. The pagination token is an identifier that you can
present in an additional API request with the same parameters. When you include the pagination token,
Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new
pagination token. By use of this token, you can paginate through the full list of items.public String getPaginationToken()
This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. By use of this token, you can paginate through the full list of items.
public AdminListDevicesRequest withPaginationToken(String paginationToken)
This API operation returns a limited number of results. The pagination token is an identifier that you can present in an additional API request with the same parameters. When you include the pagination token, Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new pagination token. By use of this token, you can paginate through the full list of items.
paginationToken
- This API operation returns a limited number of results. The pagination token is an identifier that you can
present in an additional API request with the same parameters. When you include the pagination token,
Amazon Cognito returns the next set of items after the current list. Subsequent requests return a new
pagination token. By use of this token, you can paginate through the full list of items.public String toString()
toString
in class Object
Object.toString()
public AdminListDevicesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()