Class DescribeCachediSCSIVolumesResult
java.lang.Object
com.amazonaws.services.storagegateway.model.DescribeCachediSCSIVolumesResult
- All Implemented Interfaces:
Serializable
,Cloneable
A JSON object containing the following fields:
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An array of objects where each object contains metadata about one cached volume.int
hashCode()
void
setCachediSCSIVolumes
(Collection<CachediSCSIVolume> cachediSCSIVolumes) An array of objects where each object contains metadata about one cached volume.toString()
Returns a string representation of this object; useful for testing and debugging.withCachediSCSIVolumes
(CachediSCSIVolume... cachediSCSIVolumes) An array of objects where each object contains metadata about one cached volume.withCachediSCSIVolumes
(Collection<CachediSCSIVolume> cachediSCSIVolumes) An array of objects where each object contains metadata about one cached volume.
-
Constructor Details
-
DescribeCachediSCSIVolumesResult
public DescribeCachediSCSIVolumesResult()
-
-
Method Details
-
getCachediSCSIVolumes
An array of objects where each object contains metadata about one cached volume.
- Returns:
- An array of objects where each object contains metadata about one cached volume.
-
setCachediSCSIVolumes
An array of objects where each object contains metadata about one cached volume.
- Parameters:
cachediSCSIVolumes
- An array of objects where each object contains metadata about one cached volume.
-
withCachediSCSIVolumes
public DescribeCachediSCSIVolumesResult withCachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes) An array of objects where each object contains metadata about one cached volume.
NOTE: This method appends the values to the existing list (if any). Use
setCachediSCSIVolumes(java.util.Collection)
orwithCachediSCSIVolumes(java.util.Collection)
if you want to override the existing values.- Parameters:
cachediSCSIVolumes
- An array of objects where each object contains metadata about one cached volume.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCachediSCSIVolumes
public DescribeCachediSCSIVolumesResult withCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes) An array of objects where each object contains metadata about one cached volume.
- Parameters:
cachediSCSIVolumes
- An array of objects where each object contains metadata about one cached volume.- 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
-