@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ScanFilePath.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ScanFilePath.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileName()
File name of the infected file.
|
String |
filePath()
The file path of the infected file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
hash()
The hash value of the infected file.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ScanFilePath.Builder> |
serializableBuilderClass() |
ScanFilePath.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeArn()
EBS volume Arn details of the infected file.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String filePath()
The file path of the infected file.
public final String volumeArn()
EBS volume Arn details of the infected file.
public final String hash()
The hash value of the infected file.
public final String fileName()
File name of the infected file.
public ScanFilePath.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ScanFilePath.Builder,ScanFilePath>public static ScanFilePath.Builder builder()
public static Class<? extends ScanFilePath.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.