@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetCrawlersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchGetCrawlersRequest() |
Modifier and Type | Method and Description |
---|---|
BatchGetCrawlersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getCrawlerNames()
A list of crawler names, which might be the names returned from the
ListCrawlers operation. |
int |
hashCode() |
void |
setCrawlerNames(Collection<String> crawlerNames)
A list of crawler names, which might be the names returned from the
ListCrawlers operation. |
String |
toString()
Returns a string representation of this object.
|
BatchGetCrawlersRequest |
withCrawlerNames(Collection<String> crawlerNames)
A list of crawler names, which might be the names returned from the
ListCrawlers operation. |
BatchGetCrawlersRequest |
withCrawlerNames(String... crawlerNames)
A list of crawler names, which might be the names returned from the
ListCrawlers operation. |
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, withSdkRequestTimeout
public List<String> getCrawlerNames()
A list of crawler names, which might be the names returned from the ListCrawlers
operation.
ListCrawlers
operation.public void setCrawlerNames(Collection<String> crawlerNames)
A list of crawler names, which might be the names returned from the ListCrawlers
operation.
crawlerNames
- A list of crawler names, which might be the names returned from the ListCrawlers
operation.public BatchGetCrawlersRequest withCrawlerNames(String... crawlerNames)
A list of crawler names, which might be the names returned from the ListCrawlers
operation.
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
- A list of crawler names, which might be the names returned from the ListCrawlers
operation.public BatchGetCrawlersRequest withCrawlerNames(Collection<String> crawlerNames)
A list of crawler names, which might be the names returned from the ListCrawlers
operation.
crawlerNames
- A list of crawler names, which might be the names returned from the ListCrawlers
operation.public String toString()
toString
in class Object
Object.toString()
public BatchGetCrawlersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()