@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMalwareScanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartMalwareScanResult() |
| Modifier and Type | Method and Description |
|---|---|
StartMalwareScanResult |
clone() |
boolean |
equals(Object obj) |
String |
getScanId()
A unique identifier that gets generated when you invoke the API without any error.
|
int |
hashCode() |
void |
setScanId(String scanId)
A unique identifier that gets generated when you invoke the API without any error.
|
String |
toString()
Returns a string representation of this object.
|
StartMalwareScanResult |
withScanId(String scanId)
A unique identifier that gets generated when you invoke the API without any error.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setScanId(String scanId)
A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.
scanId - A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a
corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.public String getScanId()
A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.
public StartMalwareScanResult withScanId(String scanId)
A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.
scanId - A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a
corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.public String toString()
toString in class ObjectObject.toString()public StartMalwareScanResult clone()