@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()
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.
|
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)
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.
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 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.
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.
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 Object
Object.toString()
public ListUserImportJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.