public class ImportVolumeTaskDetails extends Object implements Serializable
Describes an import volume task.
Constructor and Description |
---|
ImportVolumeTaskDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone where the resulting volume will reside.
|
Long |
getBytesConverted()
The number of bytes converted so far.
|
String |
getDescription()
The description you provided when starting the import volume task.
|
DiskImageDescription |
getImage()
The image.
|
DiskImageVolumeDescription |
getVolume()
The volume.
|
int |
hashCode() |
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone where the resulting volume will reside.
|
void |
setBytesConverted(Long bytesConverted)
The number of bytes converted so far.
|
void |
setDescription(String description)
The description you provided when starting the import volume task.
|
void |
setImage(DiskImageDescription image)
The image.
|
void |
setVolume(DiskImageVolumeDescription volume)
The volume.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportVolumeTaskDetails |
withAvailabilityZone(String availabilityZone)
The Availability Zone where the resulting volume will reside.
|
ImportVolumeTaskDetails |
withBytesConverted(Long bytesConverted)
The number of bytes converted so far.
|
ImportVolumeTaskDetails |
withDescription(String description)
The description you provided when starting the import volume task.
|
ImportVolumeTaskDetails |
withImage(DiskImageDescription image)
The image.
|
ImportVolumeTaskDetails |
withVolume(DiskImageVolumeDescription volume)
The volume.
|
public Long getBytesConverted()
public void setBytesConverted(Long bytesConverted)
bytesConverted
- The number of bytes converted so far.public ImportVolumeTaskDetails 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 volume will reside.public ImportVolumeTaskDetails withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone
- The Availability Zone where the resulting volume will reside.public String getDescription()
public void setDescription(String description)
description
- The description you provided when starting the import volume task.public ImportVolumeTaskDetails withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- The description you provided when starting the import volume task.public DiskImageDescription getImage()
public void setImage(DiskImageDescription image)
image
- The image.public ImportVolumeTaskDetails 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 ImportVolumeTaskDetails withVolume(DiskImageVolumeDescription volume)
Returns a reference to this object so that method calls can be chained together.
volume
- The volume.public String toString()
toString
in class Object
Object.toString()
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.