@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserPoolClientsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to list the user pool clients.
NOOP
Constructor and Description |
---|
ListUserPoolClientsRequest() |
Modifier and Type | Method and Description |
---|---|
ListUserPoolClientsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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 for the user pool where you want to list user pool clients.
userPoolId
- The user pool ID for the user pool where you want to list user pool clients.public String getUserPoolId()
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.
userPoolId
- The user pool ID for the user pool where you want to list 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.
maxResults
- The maximum number of results you want the request to return when listing the user pool clients.public Integer getMaxResults()
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.
maxResults
- The maximum number of results you want the request to return when listing the user pool clients.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.
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 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.
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.
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()
public ListUserPoolClientsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.