@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).
|
boolean |
hasTags()
Returns true if the Tags 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 that are associated with 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.
|
List<Tag> |
tags()
The tags 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 final String architecture()
The architecture of the virtual machine.
Valid values: i386 | x86_64 | arm64
Valid values: i386 | x86_64 | arm64
public final String description()
A description of the import task.
public final Boolean encrypted()
Indicates whether the image is encrypted.
public final String hypervisor()
The target hypervisor for the import task.
Valid values: xen
Valid values: xen
public final String imageId()
The ID of the Amazon Machine Image (AMI) of the imported virtual machine.
public final String importTaskId()
The ID of the import image task.
public final 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 final String licenseType()
The license type of the virtual machine.
public final String platform()
The description string for the import image task.
public final String progress()
The percentage of progress of the import image task.
public final boolean hasSnapshotDetails()
public final 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 final String status()
A brief status for the import image task.
public final String statusMessage()
A descriptive status message for the import image task.
public final boolean hasTags()
public final List<Tag> tags()
The tags for the import image task.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public final boolean hasLicenseSpecifications()
public final List<ImportImageLicenseConfigurationResponse> licenseSpecifications()
The ARNs of the license configurations that are associated with 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.