@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnnotationImportJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListAnnotationImportJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListAnnotationImportJobsResult |
clone() |
boolean |
equals(Object obj) |
List<AnnotationImportJobItem> |
getAnnotationImportJobs()
A list of jobs.
|
String |
getNextToken()
Specifies the pagination token from a previous request to retrieve the next page of results.
|
int |
hashCode() |
void |
setAnnotationImportJobs(Collection<AnnotationImportJobItem> annotationImportJobs)
A list of jobs.
|
void |
setNextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAnnotationImportJobsResult |
withAnnotationImportJobs(AnnotationImportJobItem... annotationImportJobs)
A list of jobs.
|
ListAnnotationImportJobsResult |
withAnnotationImportJobs(Collection<AnnotationImportJobItem> annotationImportJobs)
A list of jobs.
|
ListAnnotationImportJobsResult |
withNextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AnnotationImportJobItem> getAnnotationImportJobs()
A list of jobs.
public void setAnnotationImportJobs(Collection<AnnotationImportJobItem> annotationImportJobs)
A list of jobs.
annotationImportJobs - A list of jobs.public ListAnnotationImportJobsResult withAnnotationImportJobs(AnnotationImportJobItem... annotationImportJobs)
A list of jobs.
NOTE: This method appends the values to the existing list (if any). Use
setAnnotationImportJobs(java.util.Collection) or withAnnotationImportJobs(java.util.Collection)
if you want to override the existing values.
annotationImportJobs - A list of jobs.public ListAnnotationImportJobsResult withAnnotationImportJobs(Collection<AnnotationImportJobItem> annotationImportJobs)
A list of jobs.
annotationImportJobs - A list of jobs.public void setNextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
nextToken - Specifies the pagination token from a previous request to retrieve the next page of results.public String getNextToken()
Specifies the pagination token from a previous request to retrieve the next page of results.
public ListAnnotationImportJobsResult withNextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
nextToken - Specifies the pagination token from a previous request to retrieve the next page of results.public String toString()
toString in class ObjectObject.toString()public ListAnnotationImportJobsResult clone()
Copyright © 2025. All rights reserved.