@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataSourceSyncJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDataSourceSyncJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceSyncJobsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The identifier of the data source.
|
String |
getIndexId()
The identifier of the index that contains the data source.
|
Integer |
getMaxResults()
The maximum number of synchronization jobs to return in the response.
|
String |
getNextToken()
If the result of the previous request to
GetDataSourceSyncJobHistory was truncated, include the
NextToken to fetch the next set of jobs. |
TimeRange |
getStartTimeFilter()
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
String |
getStatusFilter()
When specified, only returns synchronization jobs with the
Status field equal to the specified
status. |
int |
hashCode() |
void |
setId(String id)
The identifier of the data source.
|
void |
setIndexId(String indexId)
The identifier of the index that contains the data source.
|
void |
setMaxResults(Integer maxResults)
The maximum number of synchronization jobs to return in the response.
|
void |
setNextToken(String nextToken)
If the result of the previous request to
GetDataSourceSyncJobHistory was truncated, include the
NextToken to fetch the next set of jobs. |
void |
setStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
void |
setStatusFilter(String statusFilter)
When specified, only returns synchronization jobs with the
Status field equal to the specified
status. |
String |
toString()
Returns a string representation of this object.
|
ListDataSourceSyncJobsRequest |
withId(String id)
The identifier of the data source.
|
ListDataSourceSyncJobsRequest |
withIndexId(String indexId)
The identifier of the index that contains the data source.
|
ListDataSourceSyncJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of synchronization jobs to return in the response.
|
ListDataSourceSyncJobsRequest |
withNextToken(String nextToken)
If the result of the previous request to
GetDataSourceSyncJobHistory was truncated, include the
NextToken to fetch the next set of jobs. |
ListDataSourceSyncJobsRequest |
withStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
ListDataSourceSyncJobsRequest |
withStatusFilter(DataSourceSyncJobStatus statusFilter)
When specified, only returns synchronization jobs with the
Status field equal to the specified
status. |
ListDataSourceSyncJobsRequest |
withStatusFilter(String statusFilter)
When specified, only returns synchronization jobs with the
Status field equal to the specified
status. |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setId(String id)
The identifier of the data source.
id - The identifier of the data source.public String getId()
The identifier of the data source.
public ListDataSourceSyncJobsRequest withId(String id)
The identifier of the data source.
id - The identifier of the data source.public void setIndexId(String indexId)
The identifier of the index that contains the data source.
indexId - The identifier of the index that contains the data source.public String getIndexId()
The identifier of the index that contains the data source.
public ListDataSourceSyncJobsRequest withIndexId(String indexId)
The identifier of the index that contains the data source.
indexId - The identifier of the index that contains the data source.public void setNextToken(String nextToken)
If the result of the previous request to GetDataSourceSyncJobHistory was truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of the previous request to GetDataSourceSyncJobHistory was truncated, include
the NextToken to fetch the next set of jobs.public String getNextToken()
If the result of the previous request to GetDataSourceSyncJobHistory was truncated, include the
NextToken to fetch the next set of jobs.
GetDataSourceSyncJobHistory was truncated, include
the NextToken to fetch the next set of jobs.public ListDataSourceSyncJobsRequest withNextToken(String nextToken)
If the result of the previous request to GetDataSourceSyncJobHistory was truncated, include the
NextToken to fetch the next set of jobs.
nextToken - If the result of the previous request to GetDataSourceSyncJobHistory was truncated, include
the NextToken to fetch the next set of jobs.public void setMaxResults(Integer maxResults)
The maximum number of synchronization jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of synchronization jobs to return in the response. If there are fewer results in the
list, this response contains only the actual results.public Integer getMaxResults()
The maximum number of synchronization jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
public ListDataSourceSyncJobsRequest withMaxResults(Integer maxResults)
The maximum number of synchronization jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults - The maximum number of synchronization jobs to return in the response. If there are fewer results in the
list, this response contains only the actual results.public void setStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
startTimeFilter - When specified, the synchronization jobs returned in the list are limited to jobs between the specified
dates.public TimeRange getStartTimeFilter()
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
public ListDataSourceSyncJobsRequest withStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
startTimeFilter - When specified, the synchronization jobs returned in the list are limited to jobs between the specified
dates.public void setStatusFilter(String statusFilter)
When specified, only returns synchronization jobs with the Status field equal to the specified
status.
statusFilter - When specified, only returns synchronization jobs with the Status field equal to the
specified status.DataSourceSyncJobStatuspublic String getStatusFilter()
When specified, only returns synchronization jobs with the Status field equal to the specified
status.
Status field equal to the
specified status.DataSourceSyncJobStatuspublic ListDataSourceSyncJobsRequest withStatusFilter(String statusFilter)
When specified, only returns synchronization jobs with the Status field equal to the specified
status.
statusFilter - When specified, only returns synchronization jobs with the Status field equal to the
specified status.DataSourceSyncJobStatuspublic ListDataSourceSyncJobsRequest withStatusFilter(DataSourceSyncJobStatus statusFilter)
When specified, only returns synchronization jobs with the Status field equal to the specified
status.
statusFilter - When specified, only returns synchronization jobs with the Status field equal to the
specified status.DataSourceSyncJobStatuspublic String toString()
toString in class ObjectObject.toString()public ListDataSourceSyncJobsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.