com.amazonaws.services.ec2.model
Class DiskImageDetail

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

public class DiskImageDetail
extends Object

Disk Image Detail


Constructor Summary
DiskImageDetail()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getBytes()
          Returns the value of the Bytes property for this object.
 String getFormat()
          Returns the value of the Format property for this object.
 String getImportManifestUrl()
          Returns the value of the ImportManifestUrl property for this object.
 int hashCode()
           
 void setBytes(Long bytes)
          Sets the value of the Bytes property for this object.
 void setFormat(String format)
          Sets the value of the Format property for this object.
 void setImportManifestUrl(String importManifestUrl)
          Sets the value of the ImportManifestUrl property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DiskImageDetail withBytes(Long bytes)
          Sets the value of the Bytes property for this object.
 DiskImageDetail withFormat(String format)
          Sets the value of the Format property for this object.
 DiskImageDetail withImportManifestUrl(String importManifestUrl)
          Sets the value of the ImportManifestUrl property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiskImageDetail

public DiskImageDetail()
Method Detail

getFormat

public String getFormat()
Returns the value of the Format property for this object.

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

setFormat

public void setFormat(String format)
Sets the value of the Format property for this object.

Parameters:
format - The new value for the Format property for this object.

withFormat

public DiskImageDetail withFormat(String format)
Sets the value of the Format property for this object.

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

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

getBytes

public Long getBytes()
Returns the value of the Bytes property for this object.

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

setBytes

public void setBytes(Long bytes)
Sets the value of the Bytes property for this object.

Parameters:
bytes - The new value for the Bytes property for this object.

withBytes

public DiskImageDetail withBytes(Long bytes)
Sets the value of the Bytes property for this object.

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

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

getImportManifestUrl

public String getImportManifestUrl()
Returns the value of the ImportManifestUrl property for this object.

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

setImportManifestUrl

public void setImportManifestUrl(String importManifestUrl)
Sets the value of the ImportManifestUrl property for this object.

Parameters:
importManifestUrl - The new value for the ImportManifestUrl property for this object.

withImportManifestUrl

public DiskImageDetail withImportManifestUrl(String importManifestUrl)
Sets the value of the ImportManifestUrl property for this object.

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

Parameters:
importManifestUrl - The new value for the ImportManifestUrl 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.