public class ListUserImportJobsResult extends Object implements Serializable
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 |
|---|---|
boolean |
equals(Object obj) |
String |
getPaginationToken()
An identifier that can be used to return the next set of user import jobs
in the list.
|
List<UserImportJobType> |
getUserImportJobs()
The user import jobs.
|
int |
hashCode() |
void |
setPaginationToken(String paginationToken)
An identifier that can be used to return the next set of user import jobs
in the list.
|
void |
setUserImportJobs(Collection<UserImportJobType> userImportJobs)
The user import jobs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListUserImportJobsResult |
withPaginationToken(String paginationToken)
An identifier that can be used to return the next set of user import jobs
in the list.
|
ListUserImportJobsResult |
withUserImportJobs(Collection<UserImportJobType> userImportJobs)
The user import jobs.
|
ListUserImportJobsResult |
withUserImportJobs(UserImportJobType... userImportJobs)
The user import jobs.
|
public List<UserImportJobType> getUserImportJobs()
The user import jobs.
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.
Returns a reference to this object so that method calls can be chained together.
userImportJobs - The user import jobs.
public ListUserImportJobsResult withUserImportJobs(Collection<UserImportJobType> userImportJobs)
The user import jobs.
Returns a reference to this object so that method calls can be chained together.
userImportJobs - The user import jobs.
public String getPaginationToken()
An identifier that can be used to return the next set of user import jobs in the list.
Constraints:
Length: 1 -
Pattern: [\S]+
An identifier that can be used to return the next set of user import jobs in the list.
public void setPaginationToken(String paginationToken)
An identifier that can be used to return the next set of user import jobs in the list.
Constraints:
Length: 1 -
Pattern: [\S]+
paginationToken - An identifier that can be used to return the next set of user import jobs in the list.
public ListUserImportJobsResult withPaginationToken(String paginationToken)
An identifier that can be used to return the next set of user 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 can be used to return the next set of user import jobs in the list.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.