|
|||||||
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
Import Volume Task Details
Constructor Summary | |
---|---|
ImportVolumeTaskDetails()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAvailabilityZone()
Returns the value of the AvailabilityZone property for this object. |
Long |
getBytesConverted()
Returns the value of the BytesConverted property for this object. |
String |
getDescription()
Returns the value of the Description property for this object. |
DiskImageDescription |
getImage()
Returns the value of the Image property for this object. |
DiskImageVolumeDescription |
getVolume()
Returns the value of the Volume property for this object. |
int |
hashCode()
|
void |
setAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object. |
void |
setBytesConverted(Long bytesConverted)
Sets the value of the BytesConverted property for this object. |
void |
setDescription(String description)
Sets the value of the Description property for this object. |
void |
setImage(DiskImageDescription image)
Sets the value of the Image property for this object. |
void |
setVolume(DiskImageVolumeDescription volume)
Sets the value of the Volume property for this object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ImportVolumeTaskDetails |
withAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object. |
ImportVolumeTaskDetails |
withBytesConverted(Long bytesConverted)
Sets the value of the BytesConverted property for this object. |
ImportVolumeTaskDetails |
withDescription(String description)
Sets the value of the Description property for this object. |
ImportVolumeTaskDetails |
withImage(DiskImageDescription image)
Sets the value of the Image property for this object. |
ImportVolumeTaskDetails |
withVolume(DiskImageVolumeDescription volume)
Sets the value of the Volume property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImportVolumeTaskDetails()
Method Detail |
---|
public Long getBytesConverted()
public void setBytesConverted(Long bytesConverted)
bytesConverted
- The new value for the BytesConverted property for this object.public ImportVolumeTaskDetails withBytesConverted(Long bytesConverted)
Returns a reference to this object so that method calls can be chained together.
bytesConverted
- The new value for the BytesConverted property for this object.
public String getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone
- The new value for the AvailabilityZone property for this object.public ImportVolumeTaskDetails withAvailabilityZone(String availabilityZone)
Returns a reference to this object so that method calls can be chained together.
availabilityZone
- The new value for the AvailabilityZone property for this object.
public String getDescription()
public void setDescription(String description)
description
- The new value for the Description property for this object.public ImportVolumeTaskDetails withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- The new value for the Description property for this object.
public DiskImageDescription getImage()
public void setImage(DiskImageDescription image)
image
- The new value for the Image property for this object.public ImportVolumeTaskDetails withImage(DiskImageDescription image)
Returns a reference to this object so that method calls can be chained together.
image
- The new value for the Image property for this object.
public DiskImageVolumeDescription getVolume()
public void setVolume(DiskImageVolumeDescription volume)
volume
- The new value for the Volume property for this object.public ImportVolumeTaskDetails withVolume(DiskImageVolumeDescription volume)
Returns a reference to this object so that method calls can be chained together.
volume
- The new value for the Volume property for this object.
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 |