@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListCrawlersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListCrawlersResult() |
Modifier and Type | Method and Description |
---|---|
ListCrawlersResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getCrawlerNames()
The names of all crawlers in the account, or the crawlers with the specified tags.
|
String |
getNextToken()
A continuation token, if the returned list does not contain the last metric available.
|
int |
hashCode() |
void |
setCrawlerNames(Collection<String> crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
|
void |
setNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
String |
toString()
Returns a string representation of this object.
|
ListCrawlersResult |
withCrawlerNames(Collection<String> crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
|
ListCrawlersResult |
withCrawlerNames(String... crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
|
ListCrawlersResult |
withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getCrawlerNames()
The names of all crawlers in the account, or the crawlers with the specified tags.
public void setCrawlerNames(Collection<String> crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
crawlerNames
- The names of all crawlers in the account, or the crawlers with the specified tags.public ListCrawlersResult withCrawlerNames(String... crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
NOTE: This method appends the values to the existing list (if any). Use
setCrawlerNames(java.util.Collection)
or withCrawlerNames(java.util.Collection)
if you want to
override the existing values.
crawlerNames
- The names of all crawlers in the account, or the crawlers with the specified tags.public ListCrawlersResult withCrawlerNames(Collection<String> crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
crawlerNames
- The names of all crawlers in the account, or the crawlers with the specified tags.public void setNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
nextToken
- A continuation token, if the returned list does not contain the last metric available.public String getNextToken()
A continuation token, if the returned list does not contain the last metric available.
public ListCrawlersResult withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
nextToken
- A continuation token, if the returned list does not contain the last metric available.public String toString()
toString
in class Object
Object.toString()
public ListCrawlersResult clone()