@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListScrapersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a ListScrapers operation.
NOOP
Constructor and Description |
---|
ListScrapersRequest() |
Modifier and Type | Method and Description |
---|---|
ListScrapersRequest |
addFiltersEntry(String key,
List<String> value)
Add a single Filters entry
|
ListScrapersRequest |
clearFiltersEntries()
Removes all the entries added into Filters.
|
ListScrapersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,List<String>> |
getFilters()
A list of scraper filters.
|
Integer |
getMaxResults()
Maximum results to return in response (default=100, maximum=1000).
|
String |
getNextToken()
Pagination token to request the next page in a paginated list.
|
int |
hashCode() |
void |
setFilters(Map<String,List<String>> filters)
A list of scraper filters.
|
void |
setMaxResults(Integer maxResults)
Maximum results to return in response (default=100, maximum=1000).
|
void |
setNextToken(String nextToken)
Pagination token to request the next page in a paginated list.
|
String |
toString()
Returns a string representation of this object.
|
ListScrapersRequest |
withFilters(Map<String,List<String>> filters)
A list of scraper filters.
|
ListScrapersRequest |
withMaxResults(Integer maxResults)
Maximum results to return in response (default=100, maximum=1000).
|
ListScrapersRequest |
withNextToken(String nextToken)
Pagination token to request the next page in a paginated list.
|
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 Map<String,List<String>> getFilters()
A list of scraper filters.
public void setFilters(Map<String,List<String>> filters)
A list of scraper filters.
filters
- A list of scraper filters.public ListScrapersRequest withFilters(Map<String,List<String>> filters)
A list of scraper filters.
filters
- A list of scraper filters.public ListScrapersRequest addFiltersEntry(String key, List<String> value)
public ListScrapersRequest clearFiltersEntries()
public void setNextToken(String nextToken)
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListScrapers request.
nextToken
- Pagination token to request the next page in a paginated list. This token is obtained from the output of
the previous ListScrapers request.public String getNextToken()
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListScrapers request.
public ListScrapersRequest withNextToken(String nextToken)
Pagination token to request the next page in a paginated list. This token is obtained from the output of the previous ListScrapers request.
nextToken
- Pagination token to request the next page in a paginated list. This token is obtained from the output of
the previous ListScrapers request.public void setMaxResults(Integer maxResults)
Maximum results to return in response (default=100, maximum=1000).
maxResults
- Maximum results to return in response (default=100, maximum=1000).public Integer getMaxResults()
Maximum results to return in response (default=100, maximum=1000).
public ListScrapersRequest withMaxResults(Integer maxResults)
Maximum results to return in response (default=100, maximum=1000).
maxResults
- Maximum results to return in response (default=100, maximum=1000).public String toString()
toString
in class Object
Object.toString()
public ListScrapersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()