@Generated(value="software.amazon.awssdk:codegen") public final class ScanDetections extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScanDetections.Builder,ScanDetections>
Contains a complete view providing malware scan result details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScanDetections.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScanDetections.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HighestSeverityThreatDetails |
highestSeverityThreatDetails()
Details of the highest severity threat detected during malware scan and number of infected files.
|
ScannedItemCount |
scannedItemCount()
Total number of scanned files.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScanDetections.Builder> |
serializableBuilderClass() |
ThreatDetectedByName |
threatDetectedByName()
Contains details about identified threats organized by threat name.
|
ThreatsDetectedItemCount |
threatsDetectedItemCount()
Total number of infected files.
|
ScanDetections.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ScannedItemCount scannedItemCount()
Total number of scanned files.
public final ThreatsDetectedItemCount threatsDetectedItemCount()
Total number of infected files.
public final HighestSeverityThreatDetails highestSeverityThreatDetails()
Details of the highest severity threat detected during malware scan and number of infected files.
public final ThreatDetectedByName threatDetectedByName()
Contains details about identified threats organized by threat name.
public ScanDetections.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScanDetections.Builder,ScanDetections>public static ScanDetections.Builder builder()
public static Class<? extends ScanDetections.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.