Class ScanFilePath
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.ScanFilePath
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ScanFilePath.Builder,ScanFilePath>
@Generated("software.amazon.awssdk:codegen") public final class ScanFilePath extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ScanFilePath.Builder,ScanFilePath>
Contains details of infected file including name, file path and hash.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceScanFilePath.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScanFilePath.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileName()File name of the infected file.StringfilePath()The file path of the infected file.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)Stringhash()The hash value of the infected file.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ScanFilePath.Builder>serializableBuilderClass()ScanFilePath.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvolumeArn()EBS volume ARN details of the infected file.-
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
-
filePath
public final String filePath()
The file path of the infected file.
- Returns:
- The file path of the infected file.
-
volumeArn
public final String volumeArn()
EBS volume ARN details of the infected file.
- Returns:
- EBS volume ARN details of the infected file.
-
hash
public final String hash()
The hash value of the infected file.
- Returns:
- The hash value of the infected file.
-
fileName
public final String fileName()
File name of the infected file.
- Returns:
- File name of the infected file.
-
toBuilder
public ScanFilePath.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ScanFilePath.Builder,ScanFilePath>
-
builder
public static ScanFilePath.Builder builder()
-
serializableBuilderClass
public static Class<? extends ScanFilePath.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.
-
-