Class ScanDetections
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.ScanDetections
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScanDetections.Builder,ScanDetections>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScanDetections.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScanDetections.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()HighestSeverityThreatDetailshighestSeverityThreatDetails()Details of the highest severity threat detected during malware scan and number of infected files.ScannedItemCountscannedItemCount()Total number of scanned files.List<SdkField<?>>sdkFields()static Class<? extends ScanDetections.Builder>serializableBuilderClass()ThreatDetectedByNamethreatDetectedByName()Contains details about identified threats organized by threat name.ThreatsDetectedItemCountthreatsDetectedItemCount()Total number of infected files.ScanDetections.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
scannedItemCount
public final ScannedItemCount scannedItemCount()
Total number of scanned files.
- Returns:
- Total number of scanned files.
-
threatsDetectedItemCount
public final ThreatsDetectedItemCount threatsDetectedItemCount()
Total number of infected files.
- Returns:
- Total number of infected files.
-
highestSeverityThreatDetails
public final HighestSeverityThreatDetails highestSeverityThreatDetails()
Details of the highest severity threat detected during malware scan and number of infected files.
- Returns:
- Details of the highest severity threat detected during malware scan and number of infected files.
-
threatDetectedByName
public final ThreatDetectedByName threatDetectedByName()
Contains details about identified threats organized by threat name.
- Returns:
- Contains details about identified threats organized by threat name.
-
toBuilder
public ScanDetections.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScanDetections.Builder,ScanDetections>
-
builder
public static ScanDetections.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScanDetections.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-