@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThreatsDetectedItemCount extends Object implements Serializable, Cloneable, StructuredPojo
Contains total number of infected files.
| Constructor and Description |
|---|
ThreatsDetectedItemCount() |
| Modifier and Type | Method and Description |
|---|---|
ThreatsDetectedItemCount |
clone() |
boolean |
equals(Object obj) |
Integer |
getFiles()
Total number of infected files.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFiles(Integer files)
Total number of infected files.
|
String |
toString()
Returns a string representation of this object.
|
ThreatsDetectedItemCount |
withFiles(Integer files)
Total number of infected files.
|
public void setFiles(Integer files)
Total number of infected files.
files - Total number of infected files.public Integer getFiles()
Total number of infected files.
public ThreatsDetectedItemCount withFiles(Integer files)
Total number of infected files.
files - Total number of infected files.public String toString()
toString in class ObjectObject.toString()public ThreatsDetectedItemCount clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.