@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCrawlerMetricsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetCrawlerMetricsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCrawlerMetricsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getCrawlerNameList()
A list of the names of crawlers about which to retrieve metrics.
|
Integer |
getMaxResults()
The maximum size of a list to return.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
int |
hashCode() |
void |
setCrawlerNameList(Collection<String> crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
|
void |
setMaxResults(Integer maxResults)
The maximum size of a list to return.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
String |
toString()
Returns a string representation of this object.
|
GetCrawlerMetricsRequest |
withCrawlerNameList(Collection<String> crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
|
GetCrawlerMetricsRequest |
withCrawlerNameList(String... crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
|
GetCrawlerMetricsRequest |
withMaxResults(Integer maxResults)
The maximum size of a list to return.
|
GetCrawlerMetricsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getCrawlerNameList()
A list of the names of crawlers about which to retrieve metrics.
public void setCrawlerNameList(Collection<String> crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
crawlerNameList - A list of the names of crawlers about which to retrieve metrics.public GetCrawlerMetricsRequest withCrawlerNameList(String... crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
NOTE: This method appends the values to the existing list (if any). Use
setCrawlerNameList(java.util.Collection) or withCrawlerNameList(java.util.Collection) if you
want to override the existing values.
crawlerNameList - A list of the names of crawlers about which to retrieve metrics.public GetCrawlerMetricsRequest withCrawlerNameList(Collection<String> crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
crawlerNameList - A list of the names of crawlers about which to retrieve metrics.public void setMaxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.public Integer getMaxResults()
The maximum size of a list to return.
public GetCrawlerMetricsRequest withMaxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public GetCrawlerMetricsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.public String toString()
toString in class ObjectObject.toString()public GetCrawlerMetricsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()