Class DescribeStorediSCSIVolumesResult
java.lang.Object
com.amazonaws.services.storagegateway.model.DescribeStorediSCSIVolumesResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setStorediSCSIVolumes
(Collection<StorediSCSIVolume> storediSCSIVolumes) toString()
Returns a string representation of this object; useful for testing and debugging.withStorediSCSIVolumes
(StorediSCSIVolume... storediSCSIVolumes) NOTE: This method appends the values to the existing list (if any).withStorediSCSIVolumes
(Collection<StorediSCSIVolume> storediSCSIVolumes)
-
Constructor Details
-
DescribeStorediSCSIVolumesResult
public DescribeStorediSCSIVolumesResult()
-
-
Method Details
-
getStorediSCSIVolumes
- Returns:
-
setStorediSCSIVolumes
- 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-