@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImageScanStatus extends Object implements Serializable, Cloneable, StructuredPojo
The current status of an image scan.
| Constructor and Description | 
|---|
| ImageScanStatus() | 
| Modifier and Type | Method and Description | 
|---|---|
| ImageScanStatus | clone() | 
| boolean | equals(Object obj) | 
| String | getDescription()
 The description of the image scan status. | 
| String | getStatus()
 The current state of an image scan. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setDescription(String description)
 The description of the image scan status. | 
| void | setStatus(String status)
 The current state of an image scan. | 
| String | toString()Returns a string representation of this object. | 
| ImageScanStatus | withDescription(String description)
 The description of the image scan status. | 
| ImageScanStatus | withStatus(ScanStatus status)
 The current state of an image scan. | 
| ImageScanStatus | withStatus(String status)
 The current state of an image scan. | 
public void setStatus(String status)
The current state of an image scan.
status - The current state of an image scan.ScanStatuspublic String getStatus()
The current state of an image scan.
ScanStatuspublic ImageScanStatus withStatus(String status)
The current state of an image scan.
status - The current state of an image scan.ScanStatuspublic ImageScanStatus withStatus(ScanStatus status)
The current state of an image scan.
status - The current state of an image scan.ScanStatuspublic void setDescription(String description)
The description of the image scan status.
description - The description of the image scan status.public String getDescription()
The description of the image scan status.
public ImageScanStatus withDescription(String description)
The description of the image scan status.
description - The description of the image scan status.public String toString()
toString in class ObjectObject.toString()public ImageScanStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.