public class ListUserImportJobsRequest extends AmazonWebServiceRequest implements Serializable
Lists the user import jobs.
| Constructor and Description |
|---|
ListUserImportJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of import jobs you want the request to return.
|
String |
getPaginationToken()
An identifier that was returned from the previous call to
ListUserImportJobs, which can be used to return the next set
of import jobs in the list. |
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)
An identifier that was returned from the previous call to
ListUserImportJobs, which can be used to return the next set
of import jobs in the list. |
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; useful for testing and
debugging.
|
ListUserImportJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of import jobs you want the request to return.
|
ListUserImportJobsRequest |
withPaginationToken(String paginationToken)
An identifier that was returned from the previous call to
ListUserImportJobs, which can be used to return the next set
of import jobs in the list. |
ListUserImportJobsRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported
into.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getUserPoolId()
The user pool ID for the user pool that the users are being imported into.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool that the users are being imported into.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - 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.
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 that the users are being imported into.
public Integer getMaxResults()
The maximum number of import jobs you want the request to return.
Constraints:
Range: 1 - 60
The maximum number of import jobs you want the request to return.
public void setMaxResults(Integer maxResults)
The maximum number of import jobs you want the request to return.
Constraints:
Range: 1 - 60
maxResults - 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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 60
maxResults - The maximum number of import jobs you want the request to return.
public String getPaginationToken()
An identifier that was returned from the previous call to
ListUserImportJobs, which can be used to return the next set
of import jobs in the list.
Constraints:
Length: 1 -
Pattern: [\S]+
An identifier that was returned from the previous call to
ListUserImportJobs, which can be used to return the
next set of import jobs in the list.
public void setPaginationToken(String paginationToken)
An identifier that was returned from the previous call to
ListUserImportJobs, which can be used to return the next set
of import jobs in the list.
Constraints:
Length: 1 -
Pattern: [\S]+
paginationToken -
An identifier that was returned from the previous call to
ListUserImportJobs, which can be used to return
the next set of import jobs in the list.
public ListUserImportJobsRequest withPaginationToken(String paginationToken)
An identifier that was returned from the previous call to
ListUserImportJobs, which can be used to return the next set
of import jobs in the list.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
Pattern: [\S]+
paginationToken -
An identifier that was returned from the previous call to
ListUserImportJobs, which can be used to return
the next set of import jobs in the list.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.