@Generated(value="software.amazon.awssdk:codegen") public final class DiskImageDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>
Describes a disk image.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DiskImageDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DiskImageDescription.Builder |
builder() |
String |
checksum()
The checksum computed for the disk image.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DiskImageFormat |
format()
The disk image format.
|
String |
formatAsString()
The disk image format.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
importManifestUrl()
A presigned URL for the import manifest stored in Amazon S3.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DiskImageDescription.Builder> |
serializableBuilderClass() |
Long |
size()
The size of the disk image, in GiB.
|
DiskImageDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String checksum()
The checksum computed for the disk image.
public final DiskImageFormat format()
The disk image format.
If the service returns an enum value that is not available in the current SDK version, format will
return DiskImageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
DiskImageFormatpublic final String formatAsString()
The disk image format.
If the service returns an enum value that is not available in the current SDK version, format will
return DiskImageFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
DiskImageFormatpublic final String 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.
For information about the import manifest referenced by this API action, see VM Import Manifest.
public final Long size()
The size of the disk image, in GiB.
public DiskImageDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DiskImageDescription.Builder,DiskImageDescription>public static DiskImageDescription.Builder builder()
public static Class<? extends DiskImageDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.