public class AdminListDevicesRequest extends AmazonWebServiceRequest implements Serializable
Lists devices, as an administrator.
Calling this action requires developer credentials.
Constructor and Description |
---|
AdminListDevicesRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getUserPoolId()
The user pool ID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID.
public void setUserPoolId(String userPoolId)
The user pool ID.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID.
public AdminListDevicesRequest withUserPoolId(String userPoolId)
The user pool ID.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID.
public String getUsername()
The user name.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
The user name.
public void setUsername(String username)
The user name.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
username
- The user name.
public AdminListDevicesRequest withUsername(String username)
The user name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\p{L}\p{M}\p{S}\p{N}\p{P}]+
username
- The user name.
public Integer getLimit()
The limit of the devices request.
Constraints:
Range: 0 - 60
The limit of the devices request.
public void setLimit(Integer limit)
The limit of the devices request.
Constraints:
Range: 0 - 60
limit
- The limit of the devices request.
public AdminListDevicesRequest withLimit(Integer limit)
The limit of the devices request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 - 60
limit
- The limit of the devices request.
public String getPaginationToken()
The pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
The pagination token.
public void setPaginationToken(String paginationToken)
The pagination token.
Constraints:
Length: 1 -
Pattern: [\S]+
paginationToken
- The pagination token.
public AdminListDevicesRequest withPaginationToken(String paginationToken)
The pagination token.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
paginationToken
- The pagination token.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.