public class DescribeStorediSCSIVolumesResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeStorediSCSIVolumesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<StorediSCSIVolume> |
getStorediSCSIVolumes()
Returns the value of the StorediSCSIVolumes property for this object.
|
int |
hashCode() |
void |
setStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
Sets the value of the StorediSCSIVolumes property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStorediSCSIVolumesResult |
withStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
Sets the value of the StorediSCSIVolumes property for this object.
|
DescribeStorediSCSIVolumesResult |
withStorediSCSIVolumes(StorediSCSIVolume... storediSCSIVolumes)
Sets the value of the StorediSCSIVolumes property for this object.
|
public List<StorediSCSIVolume> getStorediSCSIVolumes()
public void setStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
storediSCSIVolumes - The new value for the StorediSCSIVolumes property for this object.public DescribeStorediSCSIVolumesResult withStorediSCSIVolumes(StorediSCSIVolume... storediSCSIVolumes)
Returns a reference to this object so that method calls can be chained together.
storediSCSIVolumes - The new value for the StorediSCSIVolumes property for this object.public DescribeStorediSCSIVolumesResult withStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
Returns a reference to this object so that method calls can be chained together.
storediSCSIVolumes - The new value for the StorediSCSIVolumes property for this object.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.