@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListIngestionJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListIngestionJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListIngestionJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDataSourceId()
The unique identifier of the data source for which to return ingestion jobs.
|
List<IngestionJobFilter> |
getFilters()
Contains a definition of a filter for which to filter the results.
|
String |
getKnowledgeBaseId()
The unique identifier of the knowledge base for which to return ingestion jobs.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
IngestionJobSortBy |
getSortBy()
Contains details about how to sort the results.
|
int |
hashCode() |
void |
setDataSourceId(String dataSourceId)
The unique identifier of the data source for which to return ingestion jobs.
|
void |
setFilters(Collection<IngestionJobFilter> filters)
Contains a definition of a filter for which to filter the results.
|
void |
setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return ingestion jobs.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
void |
setSortBy(IngestionJobSortBy sortBy)
Contains details about how to sort the results.
|
String |
toString()
Returns a string representation of this object.
|
ListIngestionJobsRequest |
withDataSourceId(String dataSourceId)
The unique identifier of the data source for which to return ingestion jobs.
|
ListIngestionJobsRequest |
withFilters(Collection<IngestionJobFilter> filters)
Contains a definition of a filter for which to filter the results.
|
ListIngestionJobsRequest |
withFilters(IngestionJobFilter... filters)
Contains a definition of a filter for which to filter the results.
|
ListIngestionJobsRequest |
withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return ingestion jobs.
|
ListIngestionJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListIngestionJobsRequest |
withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
ListIngestionJobsRequest |
withSortBy(IngestionJobSortBy sortBy)
Contains details about how to sort the 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 setDataSourceId(String dataSourceId)
The unique identifier of the data source for which to return ingestion jobs.
dataSourceId
- The unique identifier of the data source for which to return ingestion jobs.public String getDataSourceId()
The unique identifier of the data source for which to return ingestion jobs.
public ListIngestionJobsRequest withDataSourceId(String dataSourceId)
The unique identifier of the data source for which to return ingestion jobs.
dataSourceId
- The unique identifier of the data source for which to return ingestion jobs.public List<IngestionJobFilter> getFilters()
Contains a definition of a filter for which to filter the results.
public void setFilters(Collection<IngestionJobFilter> filters)
Contains a definition of a filter for which to filter the results.
filters
- Contains a definition of a filter for which to filter the results.public ListIngestionJobsRequest withFilters(IngestionJobFilter... filters)
Contains a definition of a filter for which to filter the results.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Contains a definition of a filter for which to filter the results.public ListIngestionJobsRequest withFilters(Collection<IngestionJobFilter> filters)
Contains a definition of a filter for which to filter the results.
filters
- Contains a definition of a filter for which to filter the results.public void setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return ingestion jobs.
knowledgeBaseId
- The unique identifier of the knowledge base for which to return ingestion jobs.public String getKnowledgeBaseId()
The unique identifier of the knowledge base for which to return ingestion jobs.
public ListIngestionJobsRequest withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return ingestion jobs.
knowledgeBaseId
- The unique identifier of the knowledge base for which to return ingestion jobs.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another request to
return the next batch of results.
maxResults
- The maximum number of results to return in the response. If the total number of results is greater than
this value, use the token returned in the response in the nextToken
field when making another
request to return the next batch of results.public Integer getMaxResults()
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another request to
return the next batch of results.
nextToken
field when making
another request to return the next batch of results.public ListIngestionJobsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken
field when making another request to
return the next batch of results.
maxResults
- The maximum number of results to return in the response. If the total number of results is greater than
this value, use the token returned in the response in the nextToken
field when making another
request to return the next batch of results.public void setNextToken(String nextToken)
If the total number of results is greater than the maxResults
value provided in the request, enter
the token returned in the nextToken
field in the response in this field to return the next batch of
results.
nextToken
- If the total number of results is greater than the maxResults
value provided in the request,
enter the token returned in the nextToken
field in the response in this field to return the
next batch of results.public String getNextToken()
If the total number of results is greater than the maxResults
value provided in the request, enter
the token returned in the nextToken
field in the response in this field to return the next batch of
results.
maxResults
value provided in the request,
enter the token returned in the nextToken
field in the response in this field to return the
next batch of results.public ListIngestionJobsRequest withNextToken(String nextToken)
If the total number of results is greater than the maxResults
value provided in the request, enter
the token returned in the nextToken
field in the response in this field to return the next batch of
results.
nextToken
- If the total number of results is greater than the maxResults
value provided in the request,
enter the token returned in the nextToken
field in the response in this field to return the
next batch of results.public void setSortBy(IngestionJobSortBy sortBy)
Contains details about how to sort the results.
sortBy
- Contains details about how to sort the results.public IngestionJobSortBy getSortBy()
Contains details about how to sort the results.
public ListIngestionJobsRequest withSortBy(IngestionJobSortBy sortBy)
Contains details about how to sort the results.
sortBy
- Contains details about how to sort the results.public String toString()
toString
in class Object
Object.toString()
public ListIngestionJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()