@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 that was deleted.
|
ScraperStatus |
getStatus()
The status of the scraper that is being deleted.
|
int |
hashCode() |
void |
setScraperId(String scraperId)
The ID of the scraper that was deleted.
|
void |
setStatus(ScraperStatus status)
The status of the scraper that is being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteScraperResult |
withScraperId(String scraperId)
The ID of the scraper that was deleted.
|
DeleteScraperResult |
withStatus(ScraperStatus status)
The status of the scraper that is being deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setScraperId(String scraperId)
The ID of the scraper that was deleted.
scraperId
- The ID of the scraper that was deleted.public String getScraperId()
The ID of the scraper that was deleted.
public DeleteScraperResult withScraperId(String scraperId)
The ID of the scraper that was deleted.
scraperId
- The ID of the scraper that was deleted.public void setStatus(ScraperStatus status)
The status of the scraper that is being deleted.
status
- The status of the scraper that is being deleted.public ScraperStatus getStatus()
The status of the scraper that is being deleted.
public DeleteScraperResult withStatus(ScraperStatus status)
The status of the scraper that is being deleted.
status
- The status of the scraper that is being deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteScraperResult clone()