@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataSourceSyncJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListDataSourceSyncJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourceSyncJobsResult |
clone() |
boolean |
equals(Object obj) |
List<DataSourceSyncJob> |
getHistory()
A history of synchronization jobs for the data source.
|
String |
getNextToken()
The
GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. |
int |
hashCode() |
void |
setHistory(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source.
|
void |
setNextToken(String nextToken)
The
GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. |
String |
toString()
Returns a string representation of this object.
|
ListDataSourceSyncJobsResult |
withHistory(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source.
|
ListDataSourceSyncJobsResult |
withHistory(DataSourceSyncJob... history)
A history of synchronization jobs for the data source.
|
ListDataSourceSyncJobsResult |
withNextToken(String nextToken)
The
GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DataSourceSyncJob> getHistory()
A history of synchronization jobs for the data source.
public void setHistory(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source.
history - A history of synchronization jobs for the data source.public ListDataSourceSyncJobsResult withHistory(DataSourceSyncJob... history)
A history of synchronization jobs for the data source.
NOTE: This method appends the values to the existing list (if any). Use
setHistory(java.util.Collection) or withHistory(java.util.Collection) if you want to override
the existing values.
history - A history of synchronization jobs for the data source.public ListDataSourceSyncJobsResult withHistory(Collection<DataSourceSyncJob> history)
A history of synchronization jobs for the data source.
history - A history of synchronization jobs for the data source.public void setNextToken(String nextToken)
The GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. The maximum size
of the page is set by the MaxResults parameter. If there are more jobs in the list than the page
size, Amazon Kendra returns the NextPage token. Include the token in the next request to the
GetDataSourceSyncJobHistory operation to return in the next page of jobs.
nextToken - The GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. The
maximum size of the page is set by the MaxResults parameter. If there are more jobs in the
list than the page size, Amazon Kendra returns the NextPage token. Include the token in the next request
to the GetDataSourceSyncJobHistory operation to return in the next page of jobs.public String getNextToken()
The GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. The maximum size
of the page is set by the MaxResults parameter. If there are more jobs in the list than the page
size, Amazon Kendra returns the NextPage token. Include the token in the next request to the
GetDataSourceSyncJobHistory operation to return in the next page of jobs.
GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. The
maximum size of the page is set by the MaxResults parameter. If there are more jobs in the
list than the page size, Amazon Kendra returns the NextPage token. Include the token in the next request
to the GetDataSourceSyncJobHistory operation to return in the next page of jobs.public ListDataSourceSyncJobsResult withNextToken(String nextToken)
The GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. The maximum size
of the page is set by the MaxResults parameter. If there are more jobs in the list than the page
size, Amazon Kendra returns the NextPage token. Include the token in the next request to the
GetDataSourceSyncJobHistory operation to return in the next page of jobs.
nextToken - The GetDataSourceSyncJobHistory operation returns a page of vocabularies at a time. The
maximum size of the page is set by the MaxResults parameter. If there are more jobs in the
list than the page size, Amazon Kendra returns the NextPage token. Include the token in the next request
to the GetDataSourceSyncJobHistory operation to return in the next page of jobs.public String toString()
toString in class ObjectObject.toString()public ListDataSourceSyncJobsResult clone()
Copyright © 2020. All rights reserved.