@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScraperStatus extends Object implements Serializable, Cloneable, StructuredPojo
Represents the status of a scraper.
| Constructor and Description |
|---|
ScraperStatus() |
| Modifier and Type | Method and Description |
|---|---|
ScraperStatus |
clone() |
boolean |
equals(Object obj) |
String |
getStatusCode()
Status code of this scraper.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatusCode(String statusCode)
Status code of this scraper.
|
String |
toString()
Returns a string representation of this object.
|
ScraperStatus |
withStatusCode(ScraperStatusCode statusCode)
Status code of this scraper.
|
ScraperStatus |
withStatusCode(String statusCode)
Status code of this scraper.
|
public void setStatusCode(String statusCode)
Status code of this scraper.
statusCode - Status code of this scraper.ScraperStatusCodepublic String getStatusCode()
Status code of this scraper.
ScraperStatusCodepublic ScraperStatus withStatusCode(String statusCode)
Status code of this scraper.
statusCode - Status code of this scraper.ScraperStatusCodepublic ScraperStatus withStatusCode(ScraperStatusCode statusCode)
Status code of this scraper.
statusCode - Status code of this scraper.ScraperStatusCodepublic String toString()
toString in class ObjectObject.toString()public ScraperStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.