Class AwsEcsTaskVolumeHostDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsEcsTaskVolumeHostDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEcsTaskVolumeHostDetails.Builder,AwsEcsTaskVolumeHostDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsEcsTaskVolumeHostDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEcsTaskVolumeHostDetails.Builder,AwsEcsTaskVolumeHostDetails>
Provides details on a container instance bind mount host volume.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsEcsTaskVolumeHostDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsEcsTaskVolumeHostDetails.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AwsEcsTaskVolumeHostDetails.Builder>serializableBuilderClass()StringsourcePath()When thehostparameter is used, specify asourcePathto declare the path on the host container instance that's presented to the container.AwsEcsTaskVolumeHostDetails.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
-
sourcePath
public final String sourcePath()
When the
hostparameter is used, specify asourcePathto declare the path on the host container instance that's presented to the container.- Returns:
- When the
hostparameter is used, specify asourcePathto declare the path on the host container instance that's presented to the container.
-
toBuilder
public AwsEcsTaskVolumeHostDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsEcsTaskVolumeHostDetails.Builder,AwsEcsTaskVolumeHostDetails>
-
builder
public static AwsEcsTaskVolumeHostDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsEcsTaskVolumeHostDetails.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.
-
-