@Generated(value="software.amazon.awssdk:codegen") public final class ImportImageTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportImageTask.Builder,ImportImageTask>
Describes an import image task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportImageTask.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
architecture()
The architecture of the virtual machine.
|
static ImportImageTask.Builder |
builder() |
String |
description()
A description of the import task.
|
Boolean |
encrypted()
Indicates whether the image is encrypted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasLicenseSpecifications()
Returns true if the LicenseSpecifications property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasSnapshotDetails()
Returns true if the SnapshotDetails property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
String |
hypervisor()
The target hypervisor for the import task.
|
String |
imageId()
The ID of the Amazon Machine Image (AMI) of the imported virtual machine.
|
String |
importTaskId()
The 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 image.
|
List<ImportImageLicenseConfigurationResponse> |
licenseSpecifications()
The ARNs of the license configurations associated to the import image task.
|
String |
licenseType()
The license type of the virtual machine.
|
String |
platform()
The description string for the import image task.
|
String |
progress()
The percentage of progress of the import image task.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportImageTask.Builder> |
serializableBuilderClass() |
List<SnapshotDetail> |
snapshotDetails()
Information about the snapshots.
|
String |
status()
A brief status for the import image task.
|
String |
statusMessage()
A descriptive status message for the import image task.
|
ImportImageTask.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String architecture()
The architecture of the virtual machine.
Valid values: i386 | x86_64 | arm64
Valid values: i386 | x86_64 | arm64
public String description()
A description of the import task.
public Boolean encrypted()
Indicates whether the image is encrypted.
public String hypervisor()
The target hypervisor for the import task.
Valid values: xen
Valid values: xen
public String imageId()
The ID of the Amazon Machine Image (AMI) of the imported virtual machine.
public String importTaskId()
The 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 image.
public String licenseType()
The license type of the virtual machine.
public String platform()
The description string for the import image task.
public String progress()
The percentage of progress of the import image task.
public boolean hasSnapshotDetails()
public List<SnapshotDetail> snapshotDetails()
Information about the snapshots.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSnapshotDetails() to see if a value was sent in this field.
public String status()
A brief status for the import image task.
public String statusMessage()
A descriptive status message for the import image task.
public boolean hasLicenseSpecifications()
public List<ImportImageLicenseConfigurationResponse> licenseSpecifications()
The ARNs of the license configurations associated to the import image task.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasLicenseSpecifications() to see if a value was sent in this field.
public ImportImageTask.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportImageTask.Builder,ImportImageTask>public static ImportImageTask.Builder builder()
public static Class<? extends ImportImageTask.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.