@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()
The properties of the selected scrapers.
|
int |
hashCode() |
void |
setScraper(ScraperDescription scraper)
The properties of the selected scrapers.
|
String |
toString()
Returns a string representation of this object.
|
DescribeScraperResult |
withScraper(ScraperDescription scraper)
The properties of the selected scrapers.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setScraper(ScraperDescription scraper)
The properties of the selected scrapers.
scraper - The properties of the selected scrapers.public ScraperDescription getScraper()
The properties of the selected scrapers.
public DescribeScraperResult withScraper(ScraperDescription scraper)
The properties of the selected scrapers.
scraper - The properties of the selected scrapers.public String toString()
toString in class ObjectObject.toString()public DescribeScraperResult clone()
Copyright © 2024. All rights reserved.