@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeScraperResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a DescribeScraper operation.
| Constructor and Description |
|---|
DescribeScraperResult () |
| Modifier and Type | Method and Description |
|---|---|
DescribeScraperResult |
clone () |
boolean |
equals (Object obj) |
ScraperDescription |
getScraper ()
Contains details about the scraper.
|
int |
hashCode () |
void |
setScraper (ScraperDescription scraper)
Contains details about the scraper.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeScraperResult |
withScraper (ScraperDescription scraper)
Contains details about the scraper.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DescribeScraperResult()
public void setScraper(ScraperDescription scraper)
Contains details about the scraper.
scraper - Contains details about the scraper.public ScraperDescription getScraper()
Contains details about the scraper.
public DescribeScraperResult withScraper(ScraperDescription scraper)
Contains details about the scraper.
scraper - Contains details about the scraper.public String toString()
toString in class Object Object.toString() public DescribeScraperResult clone()