@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCrawlerScheduleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCrawlerScheduleRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCrawlerScheduleRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCrawlerName()
Name of the crawler whose schedule to update.
|
String |
getSchedule()
Cron expression of the updated schedule.
|
int |
hashCode() |
void |
setCrawlerName(String crawlerName)
Name of the crawler whose schedule to update.
|
void |
setSchedule(String schedule)
Cron expression of the updated schedule.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateCrawlerScheduleRequest |
withCrawlerName(String crawlerName)
Name of the crawler whose schedule to update.
|
UpdateCrawlerScheduleRequest |
withSchedule(String schedule)
Cron expression of the updated schedule.
|
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 setCrawlerName(String crawlerName)
Name of the crawler whose schedule to update.
crawlerName
- Name of the crawler whose schedule to update.public String getCrawlerName()
Name of the crawler whose schedule to update.
public UpdateCrawlerScheduleRequest withCrawlerName(String crawlerName)
Name of the crawler whose schedule to update.
crawlerName
- Name of the crawler whose schedule to update.public void setSchedule(String schedule)
Cron expression of the updated schedule.
schedule
- Cron expression of the updated schedule.public String getSchedule()
Cron expression of the updated schedule.
public UpdateCrawlerScheduleRequest withSchedule(String schedule)
Cron expression of the updated schedule.
schedule
- Cron expression of the updated schedule.public String toString()
toString
in class Object
Object.toString()
public UpdateCrawlerScheduleRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2017. All rights reserved.