|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.ImportVolumeTaskDetails
public class ImportVolumeTaskDetails
Describes an import volume task.
Constructor Summary | |
---|---|
ImportVolumeTaskDetails()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImportVolumeTaskDetails()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |