* A list of crawler definitions. *
*/ private java.util.List* A list of names of crawlers that were not found. *
*/ private java.util.List* A list of crawler definitions. *
* * @return A list of crawler definitions. */ public java.util.List* A list of crawler definitions. *
* * @param crawlers * A list of crawler definitions. */ public void setCrawlers(java.util.Collection* A list of crawler definitions. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setCrawlers(java.util.Collection)} or {@link #withCrawlers(java.util.Collection)} if you want to override * the existing values. *
* * @param crawlers * A list of crawler definitions. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetCrawlersResult withCrawlers(Crawler... crawlers) { if (this.crawlers == null) { setCrawlers(new java.util.ArrayList* A list of crawler definitions. *
* * @param crawlers * A list of crawler definitions. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetCrawlersResult withCrawlers(java.util.Collection* A list of names of crawlers that were not found. *
* * @return A list of names of crawlers that were not found. */ public java.util.List* A list of names of crawlers that were not found. *
* * @param crawlersNotFound * A list of names of crawlers that were not found. */ public void setCrawlersNotFound(java.util.Collection* A list of names of crawlers that were not found. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setCrawlersNotFound(java.util.Collection)} or {@link #withCrawlersNotFound(java.util.Collection)} if you * want to override the existing values. *
* * @param crawlersNotFound * A list of names of crawlers that were not found. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetCrawlersResult withCrawlersNotFound(String... crawlersNotFound) { if (this.crawlersNotFound == null) { setCrawlersNotFound(new java.util.ArrayList* A list of names of crawlers that were not found. *
* * @param crawlersNotFound * A list of names of crawlers that were not found. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetCrawlersResult withCrawlersNotFound(java.util.Collection