@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReferenceImportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListReferenceImportJobsResult() |
Modifier and Type | Method and Description |
---|---|
ListReferenceImportJobsResult |
clone() |
boolean |
equals(Object obj) |
List<ImportReferenceJobItem> |
getImportJobs()
A lis of jobs.
|
String |
getNextToken()
A pagination token that's included if more results are available.
|
int |
hashCode() |
void |
setImportJobs(Collection<ImportReferenceJobItem> importJobs)
A lis of jobs.
|
void |
setNextToken(String nextToken)
A pagination token that's included if more results are available.
|
String |
toString()
Returns a string representation of this object.
|
ListReferenceImportJobsResult |
withImportJobs(Collection<ImportReferenceJobItem> importJobs)
A lis of jobs.
|
ListReferenceImportJobsResult |
withImportJobs(ImportReferenceJobItem... importJobs)
A lis of jobs.
|
ListReferenceImportJobsResult |
withNextToken(String nextToken)
A pagination token that's included if more results are available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
A pagination token that's included if more results are available.
nextToken
- A pagination token that's included if more results are available.public String getNextToken()
A pagination token that's included if more results are available.
public ListReferenceImportJobsResult withNextToken(String nextToken)
A pagination token that's included if more results are available.
nextToken
- A pagination token that's included if more results are available.public List<ImportReferenceJobItem> getImportJobs()
A lis of jobs.
public void setImportJobs(Collection<ImportReferenceJobItem> importJobs)
A lis of jobs.
importJobs
- A lis of jobs.public ListReferenceImportJobsResult withImportJobs(ImportReferenceJobItem... importJobs)
A lis of jobs.
NOTE: This method appends the values to the existing list (if any). Use
setImportJobs(java.util.Collection)
or withImportJobs(java.util.Collection)
if you want to
override the existing values.
importJobs
- A lis of jobs.public ListReferenceImportJobsResult withImportJobs(Collection<ImportReferenceJobItem> importJobs)
A lis of jobs.
importJobs
- A lis of jobs.public String toString()
toString
in class Object
Object.toString()
public ListReferenceImportJobsResult clone()