com.amazonaws.services.ec2.model
Class VolumeDetail

java.lang.Object
  extended by com.amazonaws.services.ec2.model.VolumeDetail
All Implemented Interfaces:
Serializable

public class VolumeDetail
extends Object
implements Serializable

Describes an Amazon EBS volume.

See Also:
Serialized Form

Constructor Summary
VolumeDetail()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getSize()
          The size of the volume.
 int hashCode()
           
 void setSize(Long size)
          The size of the volume.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 VolumeDetail withSize(Long size)
          The size of the volume.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VolumeDetail

public VolumeDetail()
Method Detail

getSize

public Long getSize()
The size of the volume.

Returns:
The size of the volume.

setSize

public void setSize(Long size)
The size of the volume.

Parameters:
size - The size of the volume.

withSize

public VolumeDetail withSize(Long size)
The size of the volume.

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

Parameters:
size - The size of the volume.
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 © 2016. All rights reserved.