@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCrawlsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListCrawlsRequest() |
Modifier and Type | Method and Description |
---|---|
ListCrawlsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCrawlerName()
The name of the crawler whose runs you want to retrieve.
|
List<CrawlsFilter> |
getFilters()
Filters the crawls by the criteria you specify in a list of
CrawlsFilter objects. |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
int |
hashCode() |
void |
setCrawlerName(String crawlerName)
The name of the crawler whose runs you want to retrieve.
|
void |
setFilters(Collection<CrawlsFilter> filters)
Filters the crawls by the criteria you specify in a list of
CrawlsFilter objects. |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
String |
toString()
Returns a string representation of this object.
|
ListCrawlsRequest |
withCrawlerName(String crawlerName)
The name of the crawler whose runs you want to retrieve.
|
ListCrawlsRequest |
withFilters(Collection<CrawlsFilter> filters)
Filters the crawls by the criteria you specify in a list of
CrawlsFilter objects. |
ListCrawlsRequest |
withFilters(CrawlsFilter... filters)
Filters the crawls by the criteria you specify in a list of
CrawlsFilter objects. |
ListCrawlsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListCrawlsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
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 setCrawlerName(String crawlerName)
The name of the crawler whose runs you want to retrieve.
crawlerName
- The name of the crawler whose runs you want to retrieve.public String getCrawlerName()
The name of the crawler whose runs you want to retrieve.
public ListCrawlsRequest withCrawlerName(String crawlerName)
The name of the crawler whose runs you want to retrieve.
crawlerName
- The name of the crawler whose runs you want to retrieve.public void setMaxResults(Integer maxResults)
The maximum number of results to return. The default is 20, and maximum is 100.
maxResults
- The maximum number of results to return. The default is 20, and maximum is 100.public Integer getMaxResults()
The maximum number of results to return. The default is 20, and maximum is 100.
public ListCrawlsRequest withMaxResults(Integer maxResults)
The maximum number of results to return. The default is 20, and maximum is 100.
maxResults
- The maximum number of results to return. The default is 20, and maximum is 100.public List<CrawlsFilter> getFilters()
Filters the crawls by the criteria you specify in a list of CrawlsFilter
objects.
CrawlsFilter
objects.public void setFilters(Collection<CrawlsFilter> filters)
Filters the crawls by the criteria you specify in a list of CrawlsFilter
objects.
filters
- Filters the crawls by the criteria you specify in a list of CrawlsFilter
objects.public ListCrawlsRequest withFilters(CrawlsFilter... filters)
Filters the crawls by the criteria you specify in a list of CrawlsFilter
objects.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- Filters the crawls by the criteria you specify in a list of CrawlsFilter
objects.public ListCrawlsRequest withFilters(Collection<CrawlsFilter> filters)
Filters the crawls by the criteria you specify in a list of CrawlsFilter
objects.
filters
- Filters the crawls by the criteria you specify in a list of CrawlsFilter
objects.public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public ListCrawlsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.public String toString()
toString
in class Object
Object.toString()
public ListCrawlsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()