@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SnapshotDiskContainer.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotDiskContainer.Builder |
builder() |
String |
description()
The description of the disk image being imported.
|
boolean |
equals(Object obj) |
String |
format()
The format of the disk image being imported.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SnapshotDiskContainer.Builder> |
serializableBuilderClass() |
SnapshotDiskContainer.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
The URL to the Amazon S3-based disk image being imported.
|
UserBucket |
userBucket()
The S3 bucket for the disk image.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String description()
The description of the disk image being imported.
public String format()
The format of the disk image being imported.
Valid values: VHD | VMDK
Valid values: VHD | VMDK
public String 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://..).
public UserBucket userBucket()
The S3 bucket for the disk image.
public SnapshotDiskContainer.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SnapshotDiskContainer.Builder,SnapshotDiskContainer>public static SnapshotDiskContainer.Builder builder()
public static Class<? extends SnapshotDiskContainer.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.