@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; useful for testing and debugging.
|
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, setSdkResponseMetadata
public List<Crawler> getCrawlers()
A list of Crawler
metadata.
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 Object
Object.toString()
public GetCrawlersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.