@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListKeyPhrasesDetectionJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListKeyPhrasesDetectionJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListKeyPhrasesDetectionJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
KeyPhrasesDetectionJobFilter |
getFilter()
Filters the jobs that are returned.
|
Integer |
getMaxResults()
The maximum number of results to return in each page.
|
String |
getNextToken()
Identifies the next page of results to return.
|
int |
hashCode() |
void |
setFilter(KeyPhrasesDetectionJobFilter filter)
Filters the jobs that are returned.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in each page.
|
void |
setNextToken(String nextToken)
Identifies the next page of results to return.
|
String |
toString()
Returns a string representation of this object.
|
ListKeyPhrasesDetectionJobsRequest |
withFilter(KeyPhrasesDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListKeyPhrasesDetectionJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListKeyPhrasesDetectionJobsRequest |
withNextToken(String nextToken)
Identifies the next page of results to return.
|
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 setFilter(KeyPhrasesDetectionJobFilter filter)
Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.
filter
- Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that
they were submitted. You can only set one filter at a time.public KeyPhrasesDetectionJobFilter getFilter()
Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.
public ListKeyPhrasesDetectionJobsRequest withFilter(KeyPhrasesDetectionJobFilter filter)
Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.
filter
- Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that
they were submitted. You can only set one filter at a time.public void setNextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.public String getNextToken()
Identifies the next page of results to return.
public ListKeyPhrasesDetectionJobsRequest withNextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.public void setMaxResults(Integer maxResults)
The maximum number of results to return in each page. The default is 100.
maxResults
- The maximum number of results to return in each page. The default is 100.public Integer getMaxResults()
The maximum number of results to return in each page. The default is 100.
public ListKeyPhrasesDetectionJobsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in each page. The default is 100.
maxResults
- The maximum number of results to return in each page. The default is 100.public String toString()
toString
in class Object
Object.toString()
public ListKeyPhrasesDetectionJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()