public class ImportInstanceVolumeDetailItem
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
ImportInstanceVolumeDetailItem() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAvailabilityZone()
Returns the value of the AvailabilityZone property for this object.
|
java.lang.Long |
getBytesConverted()
Returns the value of the BytesConverted property for this object.
|
java.lang.String |
getDescription()
Returns the value of the Description property for this object.
|
DiskImageDescription |
getImage()
Returns the value of the Image property for this object.
|
java.lang.String |
getStatus()
Returns the value of the Status property for this object.
|
java.lang.String |
getStatusMessage()
Returns the value of the StatusMessage property for this object.
|
DiskImageVolumeDescription |
getVolume()
Returns the value of the Volume property for this object.
|
int |
hashCode() |
void |
setAvailabilityZone(java.lang.String availabilityZone)
Sets the value of the AvailabilityZone property for this object.
|
void |
setBytesConverted(java.lang.Long bytesConverted)
Sets the value of the BytesConverted property for this object.
|
void |
setDescription(java.lang.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 |
setStatus(java.lang.String status)
Sets the value of the Status property for this object.
|
void |
setStatusMessage(java.lang.String statusMessage)
Sets the value of the StatusMessage property for this object.
|
void |
setVolume(DiskImageVolumeDescription volume)
Sets the value of the Volume property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ImportInstanceVolumeDetailItem |
withAvailabilityZone(java.lang.String availabilityZone)
Sets the value of the AvailabilityZone property for this object.
|
ImportInstanceVolumeDetailItem |
withBytesConverted(java.lang.Long bytesConverted)
Sets the value of the BytesConverted property for this object.
|
ImportInstanceVolumeDetailItem |
withDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
ImportInstanceVolumeDetailItem |
withImage(DiskImageDescription image)
Sets the value of the Image property for this object.
|
ImportInstanceVolumeDetailItem |
withStatus(java.lang.String status)
Sets the value of the Status property for this object.
|
ImportInstanceVolumeDetailItem |
withStatusMessage(java.lang.String statusMessage)
Sets the value of the StatusMessage property for this object.
|
ImportInstanceVolumeDetailItem |
withVolume(DiskImageVolumeDescription volume)
Sets the value of the Volume property for this object.
|
public java.lang.Long getBytesConverted()
public void setBytesConverted(java.lang.Long bytesConverted)
bytesConverted - The new value for the BytesConverted property for this object.public ImportInstanceVolumeDetailItem withBytesConverted(java.lang.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 java.lang.String getAvailabilityZone()
public void setAvailabilityZone(java.lang.String availabilityZone)
availabilityZone - The new value for the AvailabilityZone property for this object.public ImportInstanceVolumeDetailItem withAvailabilityZone(java.lang.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 DiskImageDescription getImage()
public void setImage(DiskImageDescription image)
image - The new value for the Image property for this object.public ImportInstanceVolumeDetailItem 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 ImportInstanceVolumeDetailItem 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 java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - The new value for the Status property for this object.public ImportInstanceVolumeDetailItem withStatus(java.lang.String status)
Returns a reference to this object so that method calls can be chained together.
status - The new value for the Status property for this object.public java.lang.String getStatusMessage()
public void setStatusMessage(java.lang.String statusMessage)
statusMessage - The new value for the StatusMessage property for this object.public ImportInstanceVolumeDetailItem withStatusMessage(java.lang.String statusMessage)
Returns a reference to this object so that method calls can be chained together.
statusMessage - The new value for the StatusMessage property for this object.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public ImportInstanceVolumeDetailItem withDescription(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object