com.amazonaws.services.ec2.model
Class ImportInstanceVolumeDetailItem

java.lang.Object
  extended by com.amazonaws.services.ec2.model.ImportInstanceVolumeDetailItem

public class ImportInstanceVolumeDetailItem
extends Object

Import Instance Volume Detail Item


Constructor Summary
ImportInstanceVolumeDetailItem()
           
 
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.
 String getStatus()
          Returns the value of the Status property for this object.
 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(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 setStatus(String status)
          Sets the value of the Status property for this object.
 void setStatusMessage(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.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ImportInstanceVolumeDetailItem withAvailabilityZone(String availabilityZone)
          Sets the value of the AvailabilityZone property for this object.
 ImportInstanceVolumeDetailItem withBytesConverted(Long bytesConverted)
          Sets the value of the BytesConverted property for this object.
 ImportInstanceVolumeDetailItem withDescription(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(String status)
          Sets the value of the Status property for this object.
 ImportInstanceVolumeDetailItem withStatusMessage(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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImportInstanceVolumeDetailItem

public ImportInstanceVolumeDetailItem()
Method Detail

getBytesConverted

public Long getBytesConverted()
Returns the value of the BytesConverted property for this object.

Returns:
The value of the BytesConverted property for this object.

setBytesConverted

public void setBytesConverted(Long bytesConverted)
Sets the value of the BytesConverted property for this object.

Parameters:
bytesConverted - The new value for the BytesConverted property for this object.

withBytesConverted

public ImportInstanceVolumeDetailItem withBytesConverted(Long bytesConverted)
Sets the value of the BytesConverted property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
bytesConverted - The new value for the BytesConverted property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getAvailabilityZone

public String getAvailabilityZone()
Returns the value of the AvailabilityZone property for this object.

Returns:
The value of the AvailabilityZone property for this object.

setAvailabilityZone

public void setAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object.

Parameters:
availabilityZone - The new value for the AvailabilityZone property for this object.

withAvailabilityZone

public ImportInstanceVolumeDetailItem withAvailabilityZone(String availabilityZone)
Sets the value of the AvailabilityZone property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
availabilityZone - The new value for the AvailabilityZone property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getImage

public DiskImageDescription getImage()
Returns the value of the Image property for this object.

Returns:
The value of the Image property for this object.

setImage

public void setImage(DiskImageDescription image)
Sets the value of the Image property for this object.

Parameters:
image - The new value for the Image property for this object.

withImage

public ImportInstanceVolumeDetailItem withImage(DiskImageDescription image)
Sets the value of the Image property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
image - The new value for the Image property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getVolume

public DiskImageVolumeDescription getVolume()
Returns the value of the Volume property for this object.

Returns:
The value of the Volume property for this object.

setVolume

public void setVolume(DiskImageVolumeDescription volume)
Sets the value of the Volume property for this object.

Parameters:
volume - The new value for the Volume property for this object.

withVolume

public ImportInstanceVolumeDetailItem withVolume(DiskImageVolumeDescription volume)
Sets the value of the Volume property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
volume - The new value for the Volume property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatus

public String getStatus()
Returns the value of the Status property for this object.

Returns:
The value of the Status property for this object.

setStatus

public void setStatus(String status)
Sets the value of the Status property for this object.

Parameters:
status - The new value for the Status property for this object.

withStatus

public ImportInstanceVolumeDetailItem withStatus(String status)
Sets the value of the Status property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
status - The new value for the Status property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getStatusMessage

public String getStatusMessage()
Returns the value of the StatusMessage property for this object.

Returns:
The value of the StatusMessage property for this object.

setStatusMessage

public void setStatusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object.

Parameters:
statusMessage - The new value for the StatusMessage property for this object.

withStatusMessage

public ImportInstanceVolumeDetailItem withStatusMessage(String statusMessage)
Sets the value of the StatusMessage property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
statusMessage - The new value for the StatusMessage property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public String getDescription()
Returns the value of the Description property for this object.

Returns:
The value of the Description property for this object.

setDescription

public void setDescription(String description)
Sets the value of the Description property for this object.

Parameters:
description - The new value for the Description property for this object.

withDescription

public ImportInstanceVolumeDetailItem withDescription(String description)
Sets the value of the Description property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
description - The new value for the Description property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.