@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCrawlerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetCrawlerRequest() |
Modifier and Type | Method and Description |
---|---|
GetCrawlerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the crawler to retrieve metadata for.
|
int |
hashCode() |
void |
setName(String name)
Name of the crawler to retrieve metadata for.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetCrawlerRequest |
withName(String name)
Name of the crawler to retrieve metadata for.
|
addHandlerContext, copyBaseTo, 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 void setName(String name)
Name of the crawler to retrieve metadata for.
name
- Name of the crawler to retrieve metadata for.public String getName()
Name of the crawler to retrieve metadata for.
public GetCrawlerRequest withName(String name)
Name of the crawler to retrieve metadata for.
name
- Name of the crawler to retrieve metadata for.public String toString()
toString
in class Object
Object.toString()
public GetCrawlerRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.