@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCrawlerMetricsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCrawlerMetricsResult() |
Modifier and Type | Method and Description |
---|---|
GetCrawlerMetricsResult |
clone() |
boolean |
equals(Object obj) |
List<CrawlerMetrics> |
getCrawlerMetricsList()
A list of metrics for the specified crawler.
|
String |
getNextToken()
A continuation token, if the returned list does not contain the last metric available.
|
int |
hashCode() |
void |
setCrawlerMetricsList(Collection<CrawlerMetrics> crawlerMetricsList)
A list of metrics for the specified crawler.
|
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; useful for testing and debugging.
|
GetCrawlerMetricsResult |
withCrawlerMetricsList(Collection<CrawlerMetrics> crawlerMetricsList)
A list of metrics for the specified crawler.
|
GetCrawlerMetricsResult |
withCrawlerMetricsList(CrawlerMetrics... crawlerMetricsList)
A list of metrics for the specified crawler.
|
GetCrawlerMetricsResult |
withNextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CrawlerMetrics> getCrawlerMetricsList()
A list of metrics for the specified crawler.
public void setCrawlerMetricsList(Collection<CrawlerMetrics> crawlerMetricsList)
A list of metrics for the specified crawler.
crawlerMetricsList
- A list of metrics for the specified crawler.public GetCrawlerMetricsResult withCrawlerMetricsList(CrawlerMetrics... crawlerMetricsList)
A list of metrics for the specified crawler.
NOTE: This method appends the values to the existing list (if any). Use
setCrawlerMetricsList(java.util.Collection)
or withCrawlerMetricsList(java.util.Collection)
if
you want to override the existing values.
crawlerMetricsList
- A list of metrics for the specified crawler.public GetCrawlerMetricsResult withCrawlerMetricsList(Collection<CrawlerMetrics> crawlerMetricsList)
A list of metrics for the specified crawler.
crawlerMetricsList
- A list of metrics for the specified crawler.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 GetCrawlerMetricsResult 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 GetCrawlerMetricsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.