@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnnotationImportJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAnnotationImportJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAnnotationImportJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ListAnnotationImportJobsFilter |
getFilter()
A filter to apply to the list.
|
List<String> |
getIds()
IDs of annotation import jobs to retrieve.
|
Integer |
getMaxResults()
The maximum number of jobs to return in one page of results.
|
String |
getNextToken()
Specifies the pagination token from a previous request to retrieve the next page of results.
|
int |
hashCode() |
void |
setFilter(ListAnnotationImportJobsFilter filter)
A filter to apply to the list.
|
void |
setIds(Collection<String> ids)
IDs of annotation import jobs to retrieve.
|
void |
setMaxResults(Integer maxResults)
The maximum number of jobs to return in one page of results.
|
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.
|
ListAnnotationImportJobsRequest |
withFilter(ListAnnotationImportJobsFilter filter)
A filter to apply to the list.
|
ListAnnotationImportJobsRequest |
withIds(Collection<String> ids)
IDs of annotation import jobs to retrieve.
|
ListAnnotationImportJobsRequest |
withIds(String... ids)
IDs of annotation import jobs to retrieve.
|
ListAnnotationImportJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of jobs to return in one page of results.
|
ListAnnotationImportJobsRequest |
withNextToken(String nextToken)
Specifies the pagination token from a previous request to retrieve the next page of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The maximum number of jobs to return in one page of results.
maxResults
- The maximum number of jobs to return in one page of results.public Integer getMaxResults()
The maximum number of jobs to return in one page of results.
public ListAnnotationImportJobsRequest withMaxResults(Integer maxResults)
The maximum number of jobs to return in one page of results.
maxResults
- The maximum number of jobs to return in one page of results.public List<String> getIds()
IDs of annotation import jobs to retrieve.
public void setIds(Collection<String> ids)
IDs of annotation import jobs to retrieve.
ids
- IDs of annotation import jobs to retrieve.public ListAnnotationImportJobsRequest withIds(String... ids)
IDs of annotation import jobs to retrieve.
NOTE: This method appends the values to the existing list (if any). Use
setIds(java.util.Collection)
or withIds(java.util.Collection)
if you want to override the
existing values.
ids
- IDs of annotation import jobs to retrieve.public ListAnnotationImportJobsRequest withIds(Collection<String> ids)
IDs of annotation import jobs to retrieve.
ids
- IDs of annotation import jobs to retrieve.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 ListAnnotationImportJobsRequest 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 void setFilter(ListAnnotationImportJobsFilter filter)
A filter to apply to the list.
filter
- A filter to apply to the list.public ListAnnotationImportJobsFilter getFilter()
A filter to apply to the list.
public ListAnnotationImportJobsRequest withFilter(ListAnnotationImportJobsFilter filter)
A filter to apply to the list.
filter
- A filter to apply to the list.public String toString()
toString
in class Object
Object.toString()
public ListAnnotationImportJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()