Class DiskImageDetail
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DiskImageDetail.Builder,DiskImageDetail>
Describes a disk image.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DiskImageDetail.Builderbuilder()final Longbytes()The size of the disk image, in GiB.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 and presented here as an Amazon S3 presigned URL.static Class<? extends DiskImageDetail.Builder>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
-
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:
-
bytes
The size of the disk image, in GiB.
- Returns:
- The size of the disk image, in GiB.
-
importManifestUrl
A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. 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 and presented here as an Amazon S3 presigned
URL. 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DiskImageDetail.Builder,DiskImageDetail>
-
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
-