@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCrawlersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetCrawlersResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetCrawlersResult | clone() | 
| boolean | equals(Object obj) | 
| List<Crawler> | getCrawlers()
 A list of crawler metadata. | 
| String | getNextToken()
 A continuation token, if the returned list has not reached the end of those defined in this customer account. | 
| int | hashCode() | 
| void | setCrawlers(Collection<Crawler> crawlers)
 A list of crawler metadata. | 
| void | setNextToken(String nextToken)
 A continuation token, if the returned list has not reached the end of those defined in this customer account. | 
| String | toString()Returns a string representation of this object. | 
| GetCrawlersResult | withCrawlers(Collection<Crawler> crawlers)
 A list of crawler metadata. | 
| GetCrawlersResult | withCrawlers(Crawler... crawlers)
 A list of crawler metadata. | 
| GetCrawlersResult | withNextToken(String nextToken)
 A continuation token, if the returned list has not reached the end of those defined in this customer account. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Crawler> getCrawlers()
A list of crawler metadata.
public void setCrawlers(Collection<Crawler> crawlers)
A list of crawler metadata.
crawlers - A list of crawler metadata.public GetCrawlersResult withCrawlers(Crawler... crawlers)
A list of crawler metadata.
 NOTE: This method appends the values to the existing list (if any). Use
 setCrawlers(java.util.Collection) or withCrawlers(java.util.Collection) if you want to override
 the existing values.
 
crawlers - A list of crawler metadata.public GetCrawlersResult withCrawlers(Collection<Crawler> crawlers)
A list of crawler metadata.
crawlers - A list of crawler metadata.public void setNextToken(String nextToken)
A continuation token, if the returned list has not reached the end of those defined in this customer account.
nextToken - A continuation token, if the returned list has not reached the end of those defined in this customer
        account.public String getNextToken()
A continuation token, if the returned list has not reached the end of those defined in this customer account.
public GetCrawlersResult withNextToken(String nextToken)
A continuation token, if the returned list has not reached the end of those defined in this customer account.
nextToken - A continuation token, if the returned list has not reached the end of those defined in this customer
        account.public String toString()
toString in class ObjectObject.toString()public GetCrawlersResult clone()