@Generated(value="software.amazon.awssdk:codegen") public final class SnapshotTaskDetail extends Object implements ToCopyableBuilder<SnapshotTaskDetail.Builder,SnapshotTaskDetail>
Details about the import snapshot task.
Modifier and Type | Class and Description |
---|---|
static interface |
SnapshotTaskDetail.Builder |
Modifier and Type | Method and Description |
---|---|
static SnapshotTaskDetail.Builder |
builder() |
String |
description()
The description of the snapshot.
|
Double |
diskImageSize()
The size of the disk in the snapshot, in GiB.
|
boolean |
equals(Object obj) |
String |
format()
The format of the disk image from which the snapshot is created.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
progress()
The percentage of completion for the import snapshot task.
|
static Class<? extends SnapshotTaskDetail.Builder> |
serializableBuilderClass() |
String |
snapshotId()
The snapshot ID of the disk being imported.
|
String |
status()
A brief status for the import snapshot task.
|
String |
statusMessage()
A detailed status message for the import snapshot task.
|
SnapshotTaskDetail.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
url()
The URL of the disk image from which the snapshot is created.
|
UserBucketDetails |
userBucket()
The S3 bucket for the disk image.
|
copy
public String description()
The description of the snapshot.
public Double diskImageSize()
The size of the disk in the snapshot, in GiB.
public String format()
The format of the disk image from which the snapshot is created.
public String progress()
The percentage of completion for the import snapshot task.
public String snapshotId()
The snapshot ID of the disk being imported.
public String status()
A brief status for the import snapshot task.
public String statusMessage()
A detailed status message for the import snapshot task.
public String url()
The URL of the disk image from which the snapshot is created.
public UserBucketDetails userBucket()
The S3 bucket for the disk image.
public SnapshotTaskDetail.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SnapshotTaskDetail.Builder,SnapshotTaskDetail>
public static SnapshotTaskDetail.Builder builder()
public static Class<? extends SnapshotTaskDetail.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.