@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScanNameWithFindingNum extends Object implements Serializable, Cloneable, StructuredPojo
Information about a scan with open findings.
| Constructor and Description | 
|---|
| ScanNameWithFindingNum() | 
| Modifier and Type | Method and Description | 
|---|---|
| ScanNameWithFindingNum | clone() | 
| boolean | equals(Object obj) | 
| Integer | getFindingNumber()
 The number of open findings generated by a scan. | 
| String | getScanName()
 The name of the scan. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setFindingNumber(Integer findingNumber)
 The number of open findings generated by a scan. | 
| void | setScanName(String scanName)
 The name of the scan. | 
| String | toString()Returns a string representation of this object. | 
| ScanNameWithFindingNum | withFindingNumber(Integer findingNumber)
 The number of open findings generated by a scan. | 
| ScanNameWithFindingNum | withScanName(String scanName)
 The name of the scan. | 
public void setFindingNumber(Integer findingNumber)
The number of open findings generated by a scan.
findingNumber - The number of open findings generated by a scan.public Integer getFindingNumber()
The number of open findings generated by a scan.
public ScanNameWithFindingNum withFindingNumber(Integer findingNumber)
The number of open findings generated by a scan.
findingNumber - The number of open findings generated by a scan.public void setScanName(String scanName)
The name of the scan.
scanName - The name of the scan.public String getScanName()
The name of the scan.
public ScanNameWithFindingNum withScanName(String scanName)
The name of the scan.
scanName - The name of the scan.public String toString()
toString in class ObjectObject.toString()public ScanNameWithFindingNum clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.