public class ListEventsDetectionJobsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets a list of the events detection jobs that you have submitted.
Constructor and Description |
---|
ListEventsDetectionJobsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
EventsDetectionJobFilter |
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(EventsDetectionJobFilter 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.
|
ListEventsDetectionJobsRequest |
withFilter(EventsDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListEventsDetectionJobsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page.
|
ListEventsDetectionJobsRequest |
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 EventsDetectionJobFilter 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.
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 setFilter(EventsDetectionJobFilter 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 ListEventsDetectionJobsRequest withFilter(EventsDetectionJobFilter 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.
Returns a reference to this object so that method calls can be chained together.
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 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 ListEventsDetectionJobsRequest 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.
Constraints:
Range: 1 - 500
The maximum number of results to return in each page.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page.
Constraints:
Range: 1 - 500
maxResults
- The maximum number of results to return in each page.
public ListEventsDetectionJobsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return in each page.
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.
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.