@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCrawlerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetCrawlerResult() |
| Modifier and Type | Method and Description |
|---|---|
GetCrawlerResult |
clone() |
boolean |
equals(Object obj) |
Crawler |
getCrawler()
The metadata for the specified crawler.
|
int |
hashCode() |
void |
setCrawler(Crawler crawler)
The metadata for the specified crawler.
|
String |
toString()
Returns a string representation of this object.
|
GetCrawlerResult |
withCrawler(Crawler crawler)
The metadata for the specified crawler.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCrawler(Crawler crawler)
The metadata for the specified crawler.
crawler - The metadata for the specified crawler.public Crawler getCrawler()
The metadata for the specified crawler.
public GetCrawlerResult withCrawler(Crawler crawler)
The metadata for the specified crawler.
crawler - The metadata for the specified crawler.public String toString()
toString in class ObjectObject.toString()public GetCrawlerResult clone()