public class ListUserPoolClientsRequest extends AmazonWebServiceRequest implements Serializable
Lists the clients that have been created for the specified user pool.
Constructor and Description |
---|
ListUserPoolClientsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results you want the request to return when listing
the user pool clients.
|
String |
getNextToken()
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
String |
getUserPoolId()
The user pool ID for the user pool where you want to list user pool
clients.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results you want the request to return when listing
the user pool clients.
|
void |
setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to list user pool
clients.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListUserPoolClientsRequest |
withMaxResults(Integer maxResults)
The maximum number of results you want the request to return when listing
the user pool clients.
|
ListUserPoolClientsRequest |
withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation,
which can be used to return the next set of items in the list.
|
ListUserPoolClientsRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to list user pool
clients.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getUserPoolId()
The user pool ID for the user pool where you want to list user pool clients.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool where you want to list user pool clients.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to list user pool clients.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID for the user pool where you want to list user pool clients.
public ListUserPoolClientsRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to list user pool clients.
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 for the user pool where you want to list user pool clients.
public Integer getMaxResults()
The maximum number of results you want the request to return when listing the user pool clients.
Constraints:
Range: 1 - 60
The maximum number of results you want the request to return when listing the user pool clients.
public void setMaxResults(Integer maxResults)
The maximum number of results you want the request to return when listing the user pool clients.
Constraints:
Range: 1 - 60
maxResults
- The maximum number of results you want the request to return when listing the user pool clients.
public ListUserPoolClientsRequest withMaxResults(Integer maxResults)
The maximum number of results you want the request to return when listing the user pool clients.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 60
maxResults
- The maximum number of results you want the request to return when listing the user pool clients.
public String getNextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Constraints:
Length: 1 -
Pattern: [\S]+
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public void setNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListUserPoolClientsRequest withNextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.