public class ImportInstanceVolumeDetailItem extends Object implements Serializable, Cloneable
Describes an import volume task.
| Constructor and Description |
|---|
ImportInstanceVolumeDetailItem() |
| Modifier and Type | Method and Description |
|---|---|
ImportInstanceVolumeDetailItem |
clone() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone where the resulting instance will reside.
|
Long |
getBytesConverted()
The number of bytes converted so far.
|
String |
getDescription()
A description of the task.
|
DiskImageDescription |
getImage()
The image.
|
String |
getStatus()
The status of the import of this particular disk image.
|
String |
getStatusMessage()
The status information or errors related to the disk image.
|
DiskImageVolumeDescription |
getVolume()
The volume.
|
int |
hashCode() |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone where the resulting instance will reside.
|
void |
setBytesConverted(Long bytesConverted)
The number of bytes converted so far.
|
void |
setDescription(String description)
A description of the task.
|
void |
setImage(DiskImageDescription image)
The image.
|
void |
setStatus(String status)
The status of the import of this particular disk image.
|
void |
setStatusMessage(String statusMessage)
The status information or errors related to the disk image.
|
void |
setVolume(DiskImageVolumeDescription volume)
The volume.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportInstanceVolumeDetailItem |
withAvailabilityZone(String availabilityZone)
The Availability Zone where the resulting instance will reside.
|
ImportInstanceVolumeDetailItem |
withBytesConverted(Long bytesConverted)
The number of bytes converted so far.
|
ImportInstanceVolumeDetailItem |
withDescription(String description)
A description of the task.
|
ImportInstanceVolumeDetailItem |
withImage(DiskImageDescription image)
The image.
|
ImportInstanceVolumeDetailItem |
withStatus(String status)
The status of the import of this particular disk image.
|
ImportInstanceVolumeDetailItem |
withStatusMessage(String statusMessage)
The status information or errors related to the disk image.
|
ImportInstanceVolumeDetailItem |
withVolume(DiskImageVolumeDescription volume)
The volume.
|
public Long getBytesConverted()
public void setBytesConverted(Long bytesConverted)
bytesConverted - The number of bytes converted so far.public ImportInstanceVolumeDetailItem withBytesConverted(Long bytesConverted)
Returns a reference to this object so that method calls can be chained together.
bytesConverted - The number of bytes converted so far.public String getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone - The Availability Zone where the resulting instance will reside.public ImportInstanceVolumeDetailItem withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone - The Availability Zone where the resulting instance will reside.public DiskImageDescription getImage()
public void setImage(DiskImageDescription image)
image - The image.public ImportInstanceVolumeDetailItem withImage(DiskImageDescription image)
Returns a reference to this object so that method calls can be chained together.
image - The image.public DiskImageVolumeDescription getVolume()
public void setVolume(DiskImageVolumeDescription volume)
volume - The volume.public ImportInstanceVolumeDetailItem withVolume(DiskImageVolumeDescription volume)
Returns a reference to this object so that method calls can be chained together.
volume - The volume.public String getStatus()
public void setStatus(String status)
status - The status of the import of this particular disk image.public ImportInstanceVolumeDetailItem withStatus(String status)
Returns a reference to this object so that method calls can be chained together.
status - The status of the import of this particular disk image.public String getStatusMessage()
public void setStatusMessage(String statusMessage)
statusMessage - The status information or errors related to the disk image.public ImportInstanceVolumeDetailItem withStatusMessage(String statusMessage)
Returns a reference to this object so that method calls can be chained together.
statusMessage - The status information or errors related to the disk image.public String getDescription()
public void setDescription(String description)
description - A description of the task.public ImportInstanceVolumeDetailItem withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - A description of the task.public String toString()
toString in class ObjectObject.toString()public ImportInstanceVolumeDetailItem clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.