@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserImportJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to list the user import jobs.
NOOP
Constructor and Description |
---|
ListUserImportJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListUserImportJobsRequest |
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 import jobs you want the request to return.
|
String |
getPaginationToken()
This API operation returns a limited number of results.
|
String |
getUserPoolId()
The user pool ID for the user pool that the users are being imported into.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of import jobs you want the request to return.
|
void |
setPaginationToken(String paginationToken)
This API operation returns a limited number of results.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
|
String |
toString()
Returns a string representation of this object.
|
ListUserImportJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of import jobs you want the request to return.
|
ListUserImportJobsRequest |
withPaginationToken(String paginationToken)
This API operation returns a limited number of results.
|
ListUserImportJobsRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
|
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 that the users are being imported into.
userPoolId
- The user pool ID for the user pool that the users are being imported into.public String getUserPoolId()
The user pool ID for the user pool that the users are being imported into.
public ListUserImportJobsRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
userPoolId
- The user pool ID for the user pool that the users are being imported into.public void setMaxResults(Integer maxResults)
The maximum number of import jobs you want the request to return.
maxResults
- The maximum number of import jobs you want the request to return.public Integer getMaxResults()
The maximum number of import jobs you want the request to return.
public ListUserImportJobsRequest withMaxResults(Integer maxResults)
The maximum number of import jobs you want the request to return.
maxResults
- The maximum number of import jobs you want the request to return.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 ListUserImportJobsRequest 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 ListUserImportJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()