Class DiskImageDescription
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>
Describes a disk image.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DiskImageDescription.Builderbuilder()final Stringchecksum()The checksum computed for the disk image.final booleanfinal booleanequalsBySdkFields(Object obj) final DiskImageFormatformat()The disk image format.final StringThe disk image format.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringA presigned URL for the import manifest stored in Amazon S3.static Class<? extends DiskImageDescription.Builder>final Longsize()The size of the disk image, in GiB.final StringtoString()Returns a string representation of this object.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
-
checksum
The checksum computed for the disk image.
- Returns:
- The checksum computed for the disk image.
-
format
The disk image format.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnDiskImageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The disk image format.
- See Also:
-
formatAsString
The disk image format.
If the service returns an enum value that is not available in the current SDK version,
formatwill returnDiskImageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromformatAsString().- Returns:
- The disk image format.
- See Also:
-
importManifestUrl
A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide.
For information about the import manifest referenced by this API action, see VM Import Manifest.
- Returns:
- A presigned URL for the import manifest stored in Amazon S3. For information about creating a presigned
URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST
Requests topic in the Amazon Simple Storage Service Developer Guide.
For information about the import manifest referenced by this API action, see VM Import Manifest.
-
size
The size of the disk image, in GiB.
- Returns:
- The size of the disk image, in GiB.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>
-
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
-