@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopCrawlerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
StopCrawlerRequest() |
| Modifier and Type | Method and Description |
|---|---|
StopCrawlerRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
Name of the crawler to stop.
|
int |
hashCode() |
void |
setName(String name)
Name of the crawler to stop.
|
String |
toString()
Returns a string representation of this object.
|
StopCrawlerRequest |
withName(String name)
Name of the crawler to stop.
|
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 void setName(String name)
Name of the crawler to stop.
name - Name of the crawler to stop.public String getName()
Name of the crawler to stop.
public StopCrawlerRequest withName(String name)
Name of the crawler to stop.
name - Name of the crawler to stop.public String toString()
toString in class ObjectObject.toString()public StopCrawlerRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()