Class HostPath
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.HostPath
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HostPath.Builder,HostPath>
@Generated("software.amazon.awssdk:codegen") public final class HostPath extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HostPath.Builder,HostPath>
Represents a pre-existing file or directory on the host machine that the volume maps to.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHostPath.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HostPath.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringpath()Path of the file or directory on the host that the volume maps to.List<SdkField<?>>sdkFields()static Class<? extends HostPath.Builder>serializableBuilderClass()HostPath.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
-
path
public final String path()
Path of the file or directory on the host that the volume maps to.
- Returns:
- Path of the file or directory on the host that the volume maps to.
-
toBuilder
public HostPath.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HostPath.Builder,HostPath>
-
builder
public static HostPath.Builder builder()
-
serializableBuilderClass
public static Class<? extends HostPath.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.
-
-