@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; useful for testing and debugging.
|
GetCrawlerResult |
withCrawler(Crawler crawler)
The metadata for the specified
Crawler . |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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
.
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 Object
Object.toString()
public GetCrawlerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.