ToCopyableBuilder<ImportImageResponse.Builder,ImportImageResponse>
@Generated("software.amazon.awssdk:codegen") public class ImportImageResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ImportImageResponse.Builder,ImportImageResponse>
Contains the output for ImportImage.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ImportImageResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
architecture() |
The architecture of the virtual machine.
|
static ImportImageResponse.Builder |
builder() |
|
String |
description() |
A description of the import task.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hypervisor() |
The target hypervisor of the import task.
|
String |
imageId() |
The ID of the Amazon Machine Image (AMI) created by the import task.
|
String |
importTaskId() |
The task ID of the import image task.
|
String |
licenseType() |
The license type of the virtual machine.
|
String |
platform() |
The operating system of the virtual machine.
|
String |
progress() |
The progress of the task.
|
static Class<? extends ImportImageResponse.Builder> |
serializableBuilderClass() |
|
List<SnapshotDetail> |
snapshotDetails() |
Information about the snapshots.
|
String |
status() |
A brief status of the task.
|
String |
statusMessage() |
A detailed status message of the import task.
|
ImportImageResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String architecture()
The architecture of the virtual machine.
public String description()
A description of the import task.
public String hypervisor()
The target hypervisor of the import task.
public String imageId()
The ID of the Amazon Machine Image (AMI) created by the import task.
public String importTaskId()
The task ID of the import image task.
public String licenseType()
The license type of the virtual machine.
public String platform()
The operating system of the virtual machine.
public String progress()
The progress of the task.
public List<SnapshotDetail> snapshotDetails()
Information about the snapshots.
public String status()
A brief status of the task.
public String statusMessage()
A detailed status message of the import task.
public ImportImageResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ImportImageResponse.Builder,ImportImageResponse>
public static ImportImageResponse.Builder builder()
public static Class<? extends ImportImageResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.