Class SnapshotDiskContainer
java.lang.Object
software.amazon.awssdk.services.ec2.model.SnapshotDiskContainer
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SnapshotDiskContainer.Builder,SnapshotDiskContainer>
@Generated("software.amazon.awssdk:codegen")
public final class SnapshotDiskContainer
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<SnapshotDiskContainer.Builder,SnapshotDiskContainer>
The disk container object for the import snapshot request.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe description of the disk image being imported.final booleanfinal booleanequalsBySdkFields(Object obj) final Stringformat()The format of the disk image being imported.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends SnapshotDiskContainer.Builder>final StringtoString()Returns a string representation of this object.final Stringurl()The URL to the Amazon S3-based disk image being imported.final UserBucketThe Amazon S3 bucket for the disk image.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
-
description
The description of the disk image being imported.
- Returns:
- The description of the disk image being imported.
-
format
The format of the disk image being imported.
Valid values:
VHD|VMDK|RAW- Returns:
- The format of the disk image being imported.
Valid values:
VHD|VMDK|RAW
-
url
The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).
- Returns:
- The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).
-
userBucket
The Amazon S3 bucket for the disk image.
- Returns:
- The Amazon S3 bucket for the disk image.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SnapshotDiskContainer.Builder,SnapshotDiskContainer>
-
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
-