Class ItemPath
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.ItemPath
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ItemPath.Builder,ItemPath>
@Generated("software.amazon.awssdk:codegen") public final class ItemPath extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ItemPath.Builder,ItemPath>
Information about the nested item path and hash of the protected resource.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceItemPath.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ItemPath.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)Stringhash()The hash value of the infected resource.inthashCode()StringnestedItemPath()The nested item path where the infected file was found.List<SdkField<?>>sdkFields()static Class<? extends ItemPath.Builder>serializableBuilderClass()ItemPath.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
-
nestedItemPath
public final String nestedItemPath()
The nested item path where the infected file was found.
- Returns:
- The nested item path where the infected file was found.
-
hash
public final String hash()
The hash value of the infected resource.
- Returns:
- The hash value of the infected resource.
-
toBuilder
public ItemPath.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ItemPath.Builder,ItemPath>
-
builder
public static ItemPath.Builder builder()
-
serializableBuilderClass
public static Class<? extends ItemPath.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.
-
-