@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportVolumeTaskDetails extends Object implements Serializable, Cloneable
Describes an import volume task.
Constructor and Description |
---|
ImportVolumeTaskDetails() |
Modifier and Type | Method and Description |
---|---|
ImportVolumeTaskDetails |
clone() |
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 void setAvailabilityZone(String availabilityZone)
The Availability Zone where the resulting volume will reside.
availabilityZone
- The Availability Zone where the resulting volume will reside.public String getAvailabilityZone()
The Availability Zone where the resulting volume will reside.
public ImportVolumeTaskDetails withAvailabilityZone(String availabilityZone)
The Availability Zone where the resulting volume will reside.
availabilityZone
- The Availability Zone where the resulting volume 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 ImportVolumeTaskDetails withBytesConverted(Long bytesConverted)
The number of bytes converted so far.
bytesConverted
- The number of bytes converted so far.public void setDescription(String description)
The description you provided when starting the import volume task.
description
- The description you provided when starting the import volume task.public String getDescription()
The description you provided when starting the import volume task.
public ImportVolumeTaskDetails withDescription(String description)
The description you provided when starting the import volume task.
description
- The description you provided when starting the import volume task.public void setImage(DiskImageDescription image)
The image.
image
- The image.public DiskImageDescription getImage()
The image.
public ImportVolumeTaskDetails withImage(DiskImageDescription image)
The image.
image
- The image.public void setVolume(DiskImageVolumeDescription volume)
The volume.
volume
- The volume.public DiskImageVolumeDescription getVolume()
The volume.
public ImportVolumeTaskDetails withVolume(DiskImageVolumeDescription volume)
The volume.
volume
- The volume.public String toString()
toString
in class Object
Object.toString()
public ImportVolumeTaskDetails clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.