@Generated(value="software.amazon.awssdk:codegen") public final class FilePaths extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FilePaths.Builder,FilePaths>
Provides information about the file paths that were affected by the threat.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FilePaths.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FilePaths.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileName()
The name of the infected or suspicious file corresponding to the hash.
|
String |
filePath()
Path to the infected or suspicious file on the resource it was detected on.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
hash()
The hash value for the infected or suspicious file.
|
int |
hashCode() |
String |
resourceId()
The Amazon Resource Name (ARN) of the resource on which the threat was detected.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FilePaths.Builder> |
serializableBuilderClass() |
FilePaths.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String filePath()
Path to the infected or suspicious file on the resource it was detected on.
public final String fileName()
The name of the infected or suspicious file corresponding to the hash.
public final String resourceId()
The Amazon Resource Name (ARN) of the resource on which the threat was detected.
public final String hash()
The hash value for the infected or suspicious file.
public FilePaths.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FilePaths.Builder,FilePaths>public static FilePaths.Builder builder()
public static Class<? extends FilePaths.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.