Class ImportVolumeTaskDetails
java.lang.Object
software.amazon.awssdk.services.ec2.model.ImportVolumeTaskDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImportVolumeTaskDetails.Builder,ImportVolumeTaskDetails>
@Generated("software.amazon.awssdk:codegen")
public final class ImportVolumeTaskDetails
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ImportVolumeTaskDetails.Builder,ImportVolumeTaskDetails>
Describes an import volume task.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe Availability Zone where the resulting volume will reside.final StringThe ID of the Availability Zone where the resulting volume will reside.builder()final LongThe number of bytes converted so far.final StringThe description you provided when starting the import volume task.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final DiskImageDescriptionimage()The image.static Class<? extends ImportVolumeTaskDetails.Builder>final StringtoString()Returns a string representation of this object.volume()The volume.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
availabilityZone
The Availability Zone where the resulting volume will reside.
- Returns:
- The Availability Zone where the resulting volume will reside.
-
availabilityZoneId
The ID of the Availability Zone where the resulting volume will reside.
- Returns:
- The ID of the Availability Zone where the resulting volume will reside.
-
bytesConverted
The number of bytes converted so far.
- Returns:
- The number of bytes converted so far.
-
description
The description you provided when starting the import volume task.
- Returns:
- The description you provided when starting the import volume task.
-
image
The image.
- Returns:
- The image.
-
volume
The volume.
- Returns:
- The volume.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportVolumeTaskDetails.Builder,ImportVolumeTaskDetails>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-