@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WebCrawlerLimits extends Object implements Serializable, Cloneable, StructuredPojo
The rate limits for the URLs that you want to crawl. You should be authorized to crawl the URLs.
Constructor and Description |
---|
WebCrawlerLimits() |
Modifier and Type | Method and Description |
---|---|
WebCrawlerLimits |
clone() |
boolean |
equals(Object obj) |
Integer |
getRateLimit()
The max rate at which pages are crawled, up to 300 per minute per host.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRateLimit(Integer rateLimit)
The max rate at which pages are crawled, up to 300 per minute per host.
|
String |
toString()
Returns a string representation of this object.
|
WebCrawlerLimits |
withRateLimit(Integer rateLimit)
The max rate at which pages are crawled, up to 300 per minute per host.
|
public void setRateLimit(Integer rateLimit)
The max rate at which pages are crawled, up to 300 per minute per host.
rateLimit
- The max rate at which pages are crawled, up to 300 per minute per host.public Integer getRateLimit()
The max rate at which pages are crawled, up to 300 per minute per host.
public WebCrawlerLimits withRateLimit(Integer rateLimit)
The max rate at which pages are crawled, up to 300 per minute per host.
rateLimit
- The max rate at which pages are crawled, up to 300 per minute per host.public String toString()
toString
in class Object
Object.toString()
public WebCrawlerLimits clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.