@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteScraperResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a DeleteScraper
operation.
Constructor and Description |
---|
DeleteScraperResult() |
Modifier and Type | Method and Description |
---|---|
DeleteScraperResult |
clone() |
boolean |
equals(Object obj) |
String |
getScraperId()
The ID of the scraper to delete.
|
ScraperStatus |
getStatus()
The current status of the scraper.
|
int |
hashCode() |
void |
setScraperId(String scraperId)
The ID of the scraper to delete.
|
void |
setStatus(ScraperStatus status)
The current status of the scraper.
|
String |
toString()
Returns a string representation of this object.
|
DeleteScraperResult |
withScraperId(String scraperId)
The ID of the scraper to delete.
|
DeleteScraperResult |
withStatus(ScraperStatus status)
The current status of the scraper.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setScraperId(String scraperId)
The ID of the scraper to delete.
scraperId
- The ID of the scraper to delete.public String getScraperId()
The ID of the scraper to delete.
public DeleteScraperResult withScraperId(String scraperId)
The ID of the scraper to delete.
scraperId
- The ID of the scraper to delete.public void setStatus(ScraperStatus status)
The current status of the scraper.
status
- The current status of the scraper.public ScraperStatus getStatus()
The current status of the scraper.
public DeleteScraperResult withStatus(ScraperStatus status)
The current status of the scraper.
status
- The current status of the scraper.public String toString()
toString
in class Object
Object.toString()
public DeleteScraperResult clone()