@Generated(value="software.amazon.awssdk:codegen") public final class ListUserImportJobsRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<ListUserImportJobsRequest.Builder,ListUserImportJobsRequest>
Represents the request to list the user import jobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListUserImportJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListUserImportJobsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of import jobs you want the request to return.
|
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListUserImportJobsRequest.Builder> |
serializableBuilderClass() |
ListUserImportJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID for the user pool that the users are being imported into.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String userPoolId()
The user pool ID for the user pool that the users are being imported into.
public Integer maxResults()
The maximum number of import jobs you want the request to return.
public 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.
ListUserImportJobs, which can be
used to return the next set of import jobs in the list.public ListUserImportJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListUserImportJobsRequest.Builder,ListUserImportJobsRequest>toBuilder in class CognitoIdentityProviderRequestpublic static ListUserImportJobsRequest.Builder builder()
public static Class<? extends ListUserImportJobsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.