@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 void setAvailabilityZone(String availabilityZone)
The Availability Zone where the resulting instance will reside.
availabilityZone
- The Availability Zone where the resulting instance will reside.public String getAvailabilityZone()
The Availability Zone where the resulting instance will reside.
public ImportInstanceVolumeDetailItem withAvailabilityZone(String availabilityZone)
The Availability Zone where the resulting instance will reside.
availabilityZone
- The Availability Zone where the resulting instance will reside.public void setBytesConverted(Long bytesConverted)
The number of bytes converted so far.
bytesConverted
- The number of bytes converted so far.public Long getBytesConverted()
The number of bytes converted so far.
public ImportInstanceVolumeDetailItem withBytesConverted(Long bytesConverted)
The number of bytes converted so far.
bytesConverted
- The number of bytes converted so far.public void setDescription(String description)
A description of the task.
description
- A description of the task.public String getDescription()
A description of the task.
public ImportInstanceVolumeDetailItem withDescription(String description)
A description of the task.
description
- A description of the task.public void setImage(DiskImageDescription image)
The image.
image
- The image.public DiskImageDescription getImage()
The image.
public ImportInstanceVolumeDetailItem withImage(DiskImageDescription image)
The image.
image
- The image.public void setStatus(String status)
The status of the import of this particular disk image.
status
- The status of the import of this particular disk image.public String getStatus()
The status of the import of this particular disk image.
public ImportInstanceVolumeDetailItem withStatus(String status)
The status of the import of this particular disk image.
status
- The status of the import of this particular disk image.public void setStatusMessage(String statusMessage)
The status information or errors related to the disk image.
statusMessage
- The status information or errors related to the disk image.public String getStatusMessage()
The status information or errors related to the disk image.
public ImportInstanceVolumeDetailItem withStatusMessage(String statusMessage)
The status information or errors related to the disk image.
statusMessage
- The status information or errors related to the disk image.public void setVolume(DiskImageVolumeDescription volume)
The volume.
volume
- The volume.public DiskImageVolumeDescription getVolume()
The volume.
public ImportInstanceVolumeDetailItem withVolume(DiskImageVolumeDescription volume)
The volume.
volume
- The volume.public String toString()
toString
in class Object
Object.toString()
public ImportInstanceVolumeDetailItem clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.