@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScanStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the scan.
| Constructor and Description |
|---|
ScanStatus() |
| Modifier and Type | Method and Description |
|---|---|
ScanStatus |
clone() |
boolean |
equals(Object obj) |
String |
getReason()
The reason for the scan.
|
String |
getStatusCode()
The status code of the scan.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReason(String reason)
The reason for the scan.
|
void |
setStatusCode(String statusCode)
The status code of the scan.
|
String |
toString()
Returns a string representation of this object.
|
ScanStatus |
withReason(ScanStatusReason reason)
The reason for the scan.
|
ScanStatus |
withReason(String reason)
The reason for the scan.
|
ScanStatus |
withStatusCode(ScanStatusCode statusCode)
The status code of the scan.
|
ScanStatus |
withStatusCode(String statusCode)
The status code of the scan.
|
public void setReason(String reason)
The reason for the scan.
reason - The reason for the scan.ScanStatusReasonpublic String getReason()
The reason for the scan.
ScanStatusReasonpublic ScanStatus withReason(String reason)
The reason for the scan.
reason - The reason for the scan.ScanStatusReasonpublic ScanStatus withReason(ScanStatusReason reason)
The reason for the scan.
reason - The reason for the scan.ScanStatusReasonpublic void setStatusCode(String statusCode)
The status code of the scan.
statusCode - The status code of the scan.ScanStatusCodepublic String getStatusCode()
The status code of the scan.
ScanStatusCodepublic ScanStatus withStatusCode(String statusCode)
The status code of the scan.
statusCode - The status code of the scan.ScanStatusCodepublic ScanStatus withStatusCode(ScanStatusCode statusCode)
The status code of the scan.
statusCode - The status code of the scan.ScanStatusCodepublic String toString()
toString in class ObjectObject.toString()public ScanStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.