Class ImportInstanceVolumeDetailItem
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an import volume task.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Availability Zone where the resulting instance will reside.The number of bytes converted so far.A description of the task.getImage()
The image.The status of the import of this particular disk image.The status information or errors related to the disk image.The volume.int
hashCode()
void
setAvailabilityZone
(String availabilityZone) The Availability Zone where the resulting instance will reside.void
setBytesConverted
(Long bytesConverted) The number of bytes converted so far.void
setDescription
(String description) A description of the task.void
setImage
(DiskImageDescription image) The image.void
The status of the import of this particular disk image.void
setStatusMessage
(String statusMessage) The status information or errors related to the disk image.void
setVolume
(DiskImageVolumeDescription volume) The volume.toString()
Returns a string representation of this object; useful for testing and debugging.withAvailabilityZone
(String availabilityZone) The Availability Zone where the resulting instance will reside.withBytesConverted
(Long bytesConverted) The number of bytes converted so far.withDescription
(String description) A description of the task.withImage
(DiskImageDescription image) The image.withStatus
(String status) The status of the import of this particular disk image.withStatusMessage
(String statusMessage) The status information or errors related to the disk image.withVolume
(DiskImageVolumeDescription volume) The volume.
-
Constructor Details
-
ImportInstanceVolumeDetailItem
public ImportInstanceVolumeDetailItem()
-
-
Method Details
-
setBytesConverted
The number of bytes converted so far.
- Parameters:
bytesConverted
- The number of bytes converted so far.
-
getBytesConverted
The number of bytes converted so far.
- Returns:
- The number of bytes converted so far.
-
withBytesConverted
The number of bytes converted so far.
- Parameters:
bytesConverted
- The number of bytes converted so far.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setAvailabilityZone
The Availability Zone where the resulting instance will reside.
- Parameters:
availabilityZone
- The Availability Zone where the resulting instance will reside.
-
getAvailabilityZone
The Availability Zone where the resulting instance will reside.
- Returns:
- The Availability Zone where the resulting instance will reside.
-
withAvailabilityZone
The Availability Zone where the resulting instance will reside.
- Parameters:
availabilityZone
- The Availability Zone where the resulting instance will reside.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setImage
The image.
- Parameters:
image
- The image.
-
getImage
The image.
- Returns:
- The image.
-
withImage
The image.
- Parameters:
image
- The image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVolume
The volume.
- Parameters:
volume
- The volume.
-
getVolume
The volume.
- Returns:
- The volume.
-
withVolume
The volume.
- Parameters:
volume
- The volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
The status of the import of this particular disk image.
- Parameters:
status
- The status of the import of this particular disk image.
-
getStatus
The status of the import of this particular disk image.
- Returns:
- The status of the import of this particular disk image.
-
withStatus
The status of the import of this particular disk image.
- Parameters:
status
- The status of the import of this particular disk image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatusMessage
The status information or errors related to the disk image.
- Parameters:
statusMessage
- The status information or errors related to the disk image.
-
getStatusMessage
The status information or errors related to the disk image.
- Returns:
- The status information or errors related to the disk image.
-
withStatusMessage
The status information or errors related to the disk image.
- Parameters:
statusMessage
- The status information or errors related to the disk image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
A description of the task.
- Parameters:
description
- A description of the task.
-
getDescription
A description of the task.
- Returns:
- A description of the task.
-
withDescription
A description of the task.
- Parameters:
description
- A description of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-