public class VolumeInfo extends Object implements Serializable, Cloneable
Constructor and Description |
---|
VolumeInfo() |
Modifier and Type | Method and Description |
---|---|
VolumeInfo |
clone() |
boolean |
equals(Object obj) |
String |
getVolumeARN() |
String |
getVolumeType() |
int |
hashCode() |
void |
setVolumeARN(String volumeARN) |
void |
setVolumeType(String volumeType) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
VolumeInfo |
withVolumeARN(String volumeARN) |
VolumeInfo |
withVolumeType(String volumeType) |
public void setVolumeARN(String volumeARN)
volumeARN
- public String getVolumeARN()
public VolumeInfo withVolumeARN(String volumeARN)
volumeARN
- public void setVolumeType(String volumeType)
volumeType
- public String getVolumeType()
public VolumeInfo withVolumeType(String volumeType)
volumeType
- public String toString()
toString
in class Object
Object.toString()
public VolumeInfo clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.