@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUserImportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the response from the server to the request to list the user import jobs.
Constructor and Description |
---|
ListUserImportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListUserImportJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getPaginationToken()
The identifier that Amazon Cognito returned with the previous request to this operation.
|
List<UserImportJobType> |
getUserImportJobs()
The user import jobs.
|
int |
hashCode() |
void |
setPaginationToken(String paginationToken)
The identifier that Amazon Cognito returned with the previous request to this operation.
|
void |
setUserImportJobs(Collection<UserImportJobType> userImportJobs)
The user import jobs.
|
String |
toString()
Returns a string representation of this object.
|
ListUserImportJobsResult |
withPaginationToken(String paginationToken)
The identifier that Amazon Cognito returned with the previous request to this operation.
|
ListUserImportJobsResult |
withUserImportJobs(Collection<UserImportJobType> userImportJobs)
The user import jobs.
|
ListUserImportJobsResult |
withUserImportJobs(UserImportJobType... userImportJobs)
The user import jobs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<UserImportJobType> getUserImportJobs()
The user import jobs.
public void setUserImportJobs(Collection<UserImportJobType> userImportJobs)
The user import jobs.
userImportJobs
- The user import jobs.public ListUserImportJobsResult withUserImportJobs(UserImportJobType... userImportJobs)
The user import jobs.
NOTE: This method appends the values to the existing list (if any). Use
setUserImportJobs(java.util.Collection)
or withUserImportJobs(java.util.Collection)
if you want
to override the existing values.
userImportJobs
- The user import jobs.public ListUserImportJobsResult withUserImportJobs(Collection<UserImportJobType> userImportJobs)
The user import jobs.
userImportJobs
- The user import jobs.public void setPaginationToken(String paginationToken)
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
paginationToken
- The identifier that Amazon Cognito returned with the previous request to this operation. When you include
a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of
this token, you can paginate through the full list of items.public String getPaginationToken()
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
public ListUserImportJobsResult withPaginationToken(String paginationToken)
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
paginationToken
- The identifier that Amazon Cognito returned with the previous request to this operation. When you include
a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of
this token, you can paginate through the full list of items.public String toString()
toString
in class Object
Object.toString()
public ListUserImportJobsResult clone()