@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCrawlersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCrawlersRequest() |
Modifier and Type | Method and Description |
---|---|
GetCrawlersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The number of crawlers to return on each call.
|
String |
getNextToken()
A continuation token, if this is a continuation request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The number of crawlers to return on each call.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
String |
toString()
Returns a string representation of this object.
|
GetCrawlersRequest |
withMaxResults(Integer maxResults)
The number of crawlers to return on each call.
|
GetCrawlersRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation request.
|
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 setMaxResults(Integer maxResults)
The number of crawlers to return on each call.
maxResults
- The number of crawlers to return on each call.public Integer getMaxResults()
The number of crawlers to return on each call.
public GetCrawlersRequest withMaxResults(Integer maxResults)
The number of crawlers to return on each call.
maxResults
- The number of crawlers to return on each call.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 GetCrawlersRequest withNextToken(String nextToken)
A continuation token, if this is a continuation request.
nextToken
- A continuation token, if this is a continuation request.public String toString()
toString
in class Object
Object.toString()
public GetCrawlersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()