Class DiskImageDetail
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.DiskImageDetail
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DiskImageDetail.Builder,DiskImageDetail>
@Generated("software.amazon.awssdk:codegen") public final class DiskImageDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DiskImageDetail.Builder,DiskImageDetail>
Describes a disk image.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDiskImageDetail.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiskImageDetail.Builderbuilder()Longbytes()The size of the disk image, in GiB.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DiskImageFormatformat()The disk image format.StringformatAsString()The disk image format.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimportManifestUrl()A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DiskImageDetail.Builder>serializableBuilderClass()DiskImageDetail.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
-
format
public final DiskImageFormat 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:
DiskImageFormat
-
formatAsString
public final String 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:
DiskImageFormat
-
bytes
public final Long bytes()
The size of the disk image, in GiB.
- Returns:
- The size of the disk image, in GiB.
-
importManifestUrl
public final String 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
public DiskImageDetail.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DiskImageDetail.Builder,DiskImageDetail>
-
builder
public static DiskImageDetail.Builder builder()
-
serializableBuilderClass
public static Class<? extends DiskImageDetail.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-