public class ImportImageTask extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ImportImageTask() |
| Modifier and Type | Method and Description |
|---|---|
ImportImageTask |
clone() |
boolean |
equals(Object obj) |
String |
getArchitecture()
Architecture of the VM being imported.
|
String |
getDescription()
Description of the import task.
|
String |
getHypervisor()
Target hypervisor for the import task.
|
String |
getImageId()
The Amazon Machine Image (AMI) ID of the imported virtual machine.
|
String |
getImportTaskId()
The ID of the import task.
|
String |
getLicenseType()
License type of the VM being imported.
|
String |
getPlatform()
The description string for the import image task.
|
String |
getProgress()
The percentage of progress of the ImportImage task.
|
List<SnapshotDetail> |
getSnapshotDetails() |
String |
getStatus()
A brief status for the ImportImage task.
|
String |
getStatusMessage()
A descriptive status message for the ImportImage task.
|
int |
hashCode() |
void |
setArchitecture(String architecture)
Architecture of the VM being imported.
|
void |
setDescription(String description)
Description of the import task.
|
void |
setHypervisor(String hypervisor)
Target hypervisor for the import task.
|
void |
setImageId(String imageId)
The Amazon Machine Image (AMI) ID of the imported virtual machine.
|
void |
setImportTaskId(String importTaskId)
The ID of the import task.
|
void |
setLicenseType(String licenseType)
License type of the VM being imported.
|
void |
setPlatform(String platform)
The description string for the import image task.
|
void |
setProgress(String progress)
The percentage of progress of the ImportImage task.
|
void |
setSnapshotDetails(Collection<SnapshotDetail> snapshotDetails) |
void |
setStatus(String status)
A brief status for the ImportImage task.
|
void |
setStatusMessage(String statusMessage)
A descriptive status message for the ImportImage task.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportImageTask |
withArchitecture(String architecture)
Architecture of the VM being imported.
|
ImportImageTask |
withDescription(String description)
Description of the import task.
|
ImportImageTask |
withHypervisor(String hypervisor)
Target hypervisor for the import task.
|
ImportImageTask |
withImageId(String imageId)
The Amazon Machine Image (AMI) ID of the imported virtual machine.
|
ImportImageTask |
withImportTaskId(String importTaskId)
The ID of the import task.
|
ImportImageTask |
withLicenseType(String licenseType)
License type of the VM being imported.
|
ImportImageTask |
withPlatform(String platform)
The description string for the import image task.
|
ImportImageTask |
withProgress(String progress)
The percentage of progress of the ImportImage task.
|
ImportImageTask |
withSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Returns a reference to this object so that method calls can be chained together.
|
ImportImageTask |
withSnapshotDetails(SnapshotDetail... snapshotDetails)
NOTE: This method appends the values to the existing list (if
any).
|
ImportImageTask |
withStatus(String status)
A brief status for the ImportImage task.
|
ImportImageTask |
withStatusMessage(String statusMessage)
A descriptive status message for the ImportImage task.
|
public String getImportTaskId()
public void setImportTaskId(String importTaskId)
importTaskId - The ID of the import task.public ImportImageTask withImportTaskId(String importTaskId)
Returns a reference to this object so that method calls can be chained together.
importTaskId - The ID of the import task.public String getArchitecture()
public void setArchitecture(String architecture)
architecture - Architecture of the VM being imported.public ImportImageTask withArchitecture(String architecture)
Returns a reference to this object so that method calls can be chained together.
architecture - Architecture of the VM being imported.public String getLicenseType()
public void setLicenseType(String licenseType)
licenseType - License type of the VM being imported.public ImportImageTask withLicenseType(String licenseType)
Returns a reference to this object so that method calls can be chained together.
licenseType - License type of the VM being imported.public String getPlatform()
public void setPlatform(String platform)
platform - The description string for the import image task.public ImportImageTask withPlatform(String platform)
Returns a reference to this object so that method calls can be chained together.
platform - The description string for the import image task.public String getHypervisor()
public void setHypervisor(String hypervisor)
hypervisor - Target hypervisor for the import task.public ImportImageTask withHypervisor(String hypervisor)
Returns a reference to this object so that method calls can be chained together.
hypervisor - Target hypervisor for the import task.public String getDescription()
public void setDescription(String description)
description - Description of the import task.public ImportImageTask withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - Description of the import task.public List<SnapshotDetail> getSnapshotDetails()
public void setSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)
snapshotDetails - public ImportImageTask withSnapshotDetails(SnapshotDetail... snapshotDetails)
NOTE: This method appends the values to the existing list (if
any). Use setSnapshotDetails(java.util.Collection) or withSnapshotDetails(java.util.Collection) if you want to override
the existing values.
Returns a reference to this object so that method calls can be chained together.
snapshotDetails - public ImportImageTask withSnapshotDetails(Collection<SnapshotDetail> snapshotDetails)
Returns a reference to this object so that method calls can be chained together.
snapshotDetails - public String getImageId()
public void setImageId(String imageId)
imageId - The Amazon Machine Image (AMI) ID of the imported virtual machine.public ImportImageTask withImageId(String imageId)
Returns a reference to this object so that method calls can be chained together.
imageId - The Amazon Machine Image (AMI) ID of the imported virtual machine.public String getProgress()
public void setProgress(String progress)
progress - The percentage of progress of the ImportImage task.public ImportImageTask withProgress(String progress)
Returns a reference to this object so that method calls can be chained together.
progress - The percentage of progress of the ImportImage task.public String getStatusMessage()
public void setStatusMessage(String statusMessage)
statusMessage - A descriptive status message for the ImportImage task.public ImportImageTask withStatusMessage(String statusMessage)
Returns a reference to this object so that method calls can be chained together.
statusMessage - A descriptive status message for the ImportImage task.public String getStatus()
public void setStatus(String status)
status - A brief status for the ImportImage task.public ImportImageTask withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status - A brief status for the ImportImage task.public String toString()
toString in class ObjectObject.toString()public ImportImageTask clone()
Copyright © 2015. All rights reserved.