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