@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 final String userPoolId()
The user pool ID for the user pool that the users are being imported into.
public final Integer maxResults()
The maximum number of import jobs you want the request to return.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.