public class ListTopicsDetectionJobsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets a list of the topic detection jobs that you have submitted.
Constructor and Description |
---|
ListTopicsDetectionJobsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
TopicsDetectionJobFilter |
getFilter()
Filters the jobs that are returned.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to return in each page.
|
java.lang.String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setFilter(TopicsDetectionJobFilter filter)
Filters the jobs that are returned.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page.
|
void |
setNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTopicsDetectionJobsRequest |
withFilter(TopicsDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListTopicsDetectionJobsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page.
|
ListTopicsDetectionJobsRequest |
withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public TopicsDetectionJobFilter getFilter()
Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
public void setFilter(TopicsDetectionJobFilter filter)
Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
filter
- Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
public ListTopicsDetectionJobsRequest withFilter(TopicsDetectionJobFilter filter)
Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
Returns a reference to this object so that method calls can be chained together.
filter
- Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
public java.lang.String getNextToken()
Identifies the next page of results to return.
Constraints:
Length: 1 -
Identifies the next page of results to return.
public void setNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
Constraints:
Length: 1 -
nextToken
- Identifies the next page of results to return.
public ListTopicsDetectionJobsRequest withNextToken(java.lang.String nextToken)
Identifies the next page of results to return.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nextToken
- Identifies the next page of results to return.
public java.lang.Integer getMaxResults()
The maximum number of results to return in each page. The default is 100.
Constraints:
Range: 1 - 500
The maximum number of results to return in each page. The default is 100.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page. The default is 100.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of results to return in each page. The default is 100.
public ListTopicsDetectionJobsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page. The default is 100.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of results to return in each page. The default is 100.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.