@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)
Marshalls this structured data using the given
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.ScraperStatusCode
public String getStatusCode()
Status code of this scraper.
ScraperStatusCode
public ScraperStatus withStatusCode(String statusCode)
Status code of this scraper.
statusCode
- Status code of this scraper.ScraperStatusCode
public ScraperStatus withStatusCode(ScraperStatusCode statusCode)
Status code of this scraper.
statusCode
- Status code of this scraper.ScraperStatusCode
public String toString()
toString
in class Object
Object.toString()
public ScraperStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.