@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScraperStatus extends Object implements Serializable, Cloneable, StructuredPojo
The ScraperStatus structure contains status information about the scraper.
| Constructor and Description |
|---|
ScraperStatus() |
| Modifier and Type | Method and Description |
|---|---|
ScraperStatus |
clone() |
boolean |
equals(Object obj) |
String |
getStatusCode()
The current status of the scraper.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatusCode(String statusCode)
The current status of the scraper.
|
String |
toString()
Returns a string representation of this object.
|
ScraperStatus |
withStatusCode(ScraperStatusCode statusCode)
The current status of the scraper.
|
ScraperStatus |
withStatusCode(String statusCode)
The current status of the scraper.
|
public void setStatusCode(String statusCode)
The current status of the scraper.
statusCode - The current status of the scraper.ScraperStatusCodepublic String getStatusCode()
The current status of the scraper.
ScraperStatusCodepublic ScraperStatus withStatusCode(String statusCode)
The current status of the scraper.
statusCode - The current status of the scraper.ScraperStatusCodepublic ScraperStatus withStatusCode(ScraperStatusCode statusCode)
The current status of the scraper.
statusCode - The current status of the scraper.ScraperStatusCodepublic String toString()
toString in class ObjectObject.toString()public ScraperStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.