public class ListUserPoolsRequest extends AmazonWebServiceRequest implements Serializable
Lists the user pools associated with an AWS account.
Constructor and Description |
---|
ListUserPoolsRequest() |
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 pools.
|
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.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results you want the request to return when listing
the user pools.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListUserPoolsRequest |
withMaxResults(Integer maxResults)
The maximum number of results you want the request to return when listing
the user pools.
|
ListUserPoolsRequest |
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.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
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 ListUserPoolsRequest 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 Integer getMaxResults()
The maximum number of results you want the request to return when listing the user pools.
Constraints:
Range: 1 - 60
The maximum number of results you want the request to return when listing the user pools.
public void setMaxResults(Integer maxResults)
The maximum number of results you want the request to return when listing the user pools.
Constraints:
Range: 1 - 60
maxResults
- The maximum number of results you want the request to return when listing the user pools.
public ListUserPoolsRequest withMaxResults(Integer maxResults)
The maximum number of results you want the request to return when listing the user pools.
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 pools.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.