@Generated(value="software.amazon.awssdk:codegen") public final class ImportImageResponse extends Ec2Response implements ToCopyableBuilder<ImportImageResponse.Builder,ImportImageResponse>
Contains the output for ImportImage.
Modifier and Type | Class and Description |
---|---|
static interface |
ImportImageResponse.Builder |
Modifier and Type | Method and Description |
---|---|
String |
architecture()
The architecture of the virtual machine.
|
static ImportImageResponse.Builder |
builder() |
String |
description()
A description of the import task.
|
Boolean |
encrypted()
Indicates whether the AMI is encypted.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
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 |
kmsKeyId()
The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the
encrypted AMI.
|
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.
|
List<SdkField<?>> |
sdkFields() |
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() |
responseMetadata
sdkHttpResponse
copy
public String architecture()
The architecture of the virtual machine.
public String description()
A description of the import task.
public Boolean encrypted()
Indicates whether the AMI is encypted.
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 kmsKeyId()
The identifier for the AWS Key Management Service (AWS KMS) customer master key (CMK) that was used to create the encrypted AMI.
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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>
toBuilder
in class AwsResponse
public static ImportImageResponse.Builder builder()
public static Class<? extends ImportImageResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.