@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Crawl extends Object implements Serializable, Cloneable, StructuredPojo
The details of a crawl in the workflow.
Constructor and Description |
---|
Crawl() |
Modifier and Type | Method and Description |
---|---|
Crawl |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletedOn()
The date and time on which the crawl completed.
|
String |
getErrorMessage()
The error message associated with the crawl.
|
String |
getLogGroup()
The log group associated with the crawl.
|
String |
getLogStream()
The log stream associated with the crawl.
|
Date |
getStartedOn()
The date and time on which the crawl started.
|
String |
getState()
The state of the crawler.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompletedOn(Date completedOn)
The date and time on which the crawl completed.
|
void |
setErrorMessage(String errorMessage)
The error message associated with the crawl.
|
void |
setLogGroup(String logGroup)
The log group associated with the crawl.
|
void |
setLogStream(String logStream)
The log stream associated with the crawl.
|
void |
setStartedOn(Date startedOn)
The date and time on which the crawl started.
|
void |
setState(String state)
The state of the crawler.
|
String |
toString()
Returns a string representation of this object.
|
Crawl |
withCompletedOn(Date completedOn)
The date and time on which the crawl completed.
|
Crawl |
withErrorMessage(String errorMessage)
The error message associated with the crawl.
|
Crawl |
withLogGroup(String logGroup)
The log group associated with the crawl.
|
Crawl |
withLogStream(String logStream)
The log stream associated with the crawl.
|
Crawl |
withStartedOn(Date startedOn)
The date and time on which the crawl started.
|
Crawl |
withState(CrawlState state)
The state of the crawler.
|
Crawl |
withState(String state)
The state of the crawler.
|
public void setState(String state)
The state of the crawler.
state
- The state of the crawler.CrawlState
public String getState()
The state of the crawler.
CrawlState
public Crawl withState(String state)
The state of the crawler.
state
- The state of the crawler.CrawlState
public Crawl withState(CrawlState state)
The state of the crawler.
state
- The state of the crawler.CrawlState
public void setStartedOn(Date startedOn)
The date and time on which the crawl started.
startedOn
- The date and time on which the crawl started.public Date getStartedOn()
The date and time on which the crawl started.
public Crawl withStartedOn(Date startedOn)
The date and time on which the crawl started.
startedOn
- The date and time on which the crawl started.public void setCompletedOn(Date completedOn)
The date and time on which the crawl completed.
completedOn
- The date and time on which the crawl completed.public Date getCompletedOn()
The date and time on which the crawl completed.
public Crawl withCompletedOn(Date completedOn)
The date and time on which the crawl completed.
completedOn
- The date and time on which the crawl completed.public void setErrorMessage(String errorMessage)
The error message associated with the crawl.
errorMessage
- The error message associated with the crawl.public String getErrorMessage()
The error message associated with the crawl.
public Crawl withErrorMessage(String errorMessage)
The error message associated with the crawl.
errorMessage
- The error message associated with the crawl.public void setLogGroup(String logGroup)
The log group associated with the crawl.
logGroup
- The log group associated with the crawl.public String getLogGroup()
The log group associated with the crawl.
public Crawl withLogGroup(String logGroup)
The log group associated with the crawl.
logGroup
- The log group associated with the crawl.public void setLogStream(String logStream)
The log stream associated with the crawl.
logStream
- The log stream associated with the crawl.public String getLogStream()
The log stream associated with the crawl.
public Crawl withLogStream(String logStream)
The log stream associated with the crawl.
logStream
- The log stream associated with the crawl.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.