@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCrawlersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListCrawlersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListCrawlersRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListCrawlersRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
ListCrawlersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum size of a list to return.
|
String |
getNextToken()
A continuation token, if this is a continuation request.
|
Map<String,String> |
getTags()
Specifies to return only these tagged resources.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of a list to return.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
void |
setTags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
String |
toString()
Returns a string representation of this object.
|
ListCrawlersRequest |
withMaxResults(Integer maxResults)
The maximum size of a list to return.
|
ListCrawlersRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListCrawlersRequest |
withTags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.public Integer getMaxResults()
The maximum size of a list to return.
public ListCrawlersRequest withMaxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.public void setNextToken(String nextToken)
A continuation token, if this is a continuation request.
nextToken - A continuation token, if this is a continuation request.public String getNextToken()
A continuation token, if this is a continuation request.
public ListCrawlersRequest withNextToken(String nextToken)
A continuation token, if this is a continuation request.
nextToken - A continuation token, if this is a continuation request.public Map<String,String> getTags()
Specifies to return only these tagged resources.
public void setTags(Map<String,String> tags)
Specifies to return only these tagged resources.
tags - Specifies to return only these tagged resources.public ListCrawlersRequest withTags(Map<String,String> tags)
Specifies to return only these tagged resources.
tags - Specifies to return only these tagged resources.public ListCrawlersRequest addTagsEntry(String key, String value)
public ListCrawlersRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public ListCrawlersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()