@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CrawlerNodeDetails extends Object implements Serializable, Cloneable, StructuredPojo
The details of a Crawler node present in the workflow.
Constructor and Description |
---|
CrawlerNodeDetails() |
Modifier and Type | Method and Description |
---|---|
CrawlerNodeDetails |
clone() |
boolean |
equals(Object obj) |
List<Crawl> |
getCrawls()
A list of crawls represented by the crawl node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCrawls(Collection<Crawl> crawls)
A list of crawls represented by the crawl node.
|
String |
toString()
Returns a string representation of this object.
|
CrawlerNodeDetails |
withCrawls(Collection<Crawl> crawls)
A list of crawls represented by the crawl node.
|
CrawlerNodeDetails |
withCrawls(Crawl... crawls)
A list of crawls represented by the crawl node.
|
public List<Crawl> getCrawls()
A list of crawls represented by the crawl node.
public void setCrawls(Collection<Crawl> crawls)
A list of crawls represented by the crawl node.
crawls
- A list of crawls represented by the crawl node.public CrawlerNodeDetails withCrawls(Crawl... crawls)
A list of crawls represented by the crawl node.
NOTE: This method appends the values to the existing list (if any). Use
setCrawls(java.util.Collection)
or withCrawls(java.util.Collection)
if you want to override the
existing values.
crawls
- A list of crawls represented by the crawl node.public CrawlerNodeDetails withCrawls(Collection<Crawl> crawls)
A list of crawls represented by the crawl node.
crawls
- A list of crawls represented by the crawl node.public String toString()
toString
in class Object
Object.toString()
public CrawlerNodeDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.