@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public DescribeScraperResult clone()