Class DescribeStorediSCSIVolumesResult
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.DescribeStorediSCSIVolumesResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeStorediSCSIVolumesResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeStorediSCSIVolumesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeStorediSCSIVolumesResultclone()booleanequals(Object obj)List<StorediSCSIVolume>getStorediSCSIVolumes()inthashCode()voidsetStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeStorediSCSIVolumesResultwithStorediSCSIVolumes(StorediSCSIVolume... storediSCSIVolumes)NOTE: This method appends the values to the existing list (if any).DescribeStorediSCSIVolumesResultwithStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
-
-
-
Method Detail
-
getStorediSCSIVolumes
public List<StorediSCSIVolume> getStorediSCSIVolumes()
- Returns:
-
setStorediSCSIVolumes
public void setStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
- Parameters:
storediSCSIVolumes-
-
withStorediSCSIVolumes
public DescribeStorediSCSIVolumesResult withStorediSCSIVolumes(StorediSCSIVolume... storediSCSIVolumes)
NOTE: This method appends the values to the existing list (if any). Use
setStorediSCSIVolumes(java.util.Collection)orwithStorediSCSIVolumes(java.util.Collection)if you want to override the existing values.- Parameters:
storediSCSIVolumes-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withStorediSCSIVolumes
public DescribeStorediSCSIVolumesResult withStorediSCSIVolumes(Collection<StorediSCSIVolume> storediSCSIVolumes)
- Parameters:
storediSCSIVolumes-- Returns:
- Returns a reference to this 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeStorediSCSIVolumesResult clone()
-
-