public class DescribeCachediSCSIVolumesResult extends Object implements Serializable
A JSON object containing the following fields:
Constructor and Description |
---|
DescribeCachediSCSIVolumesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<CachediSCSIVolume> |
getCachediSCSIVolumes()
An array of CachediSCSIVolume objects where each object
contains metadata about one cached volume.
|
int |
hashCode() |
void |
setCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of CachediSCSIVolume objects where each object
contains metadata about one cached volume.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCachediSCSIVolumesResult |
withCachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes)
An array of CachediSCSIVolume objects where each object
contains metadata about one cached volume.
|
DescribeCachediSCSIVolumesResult |
withCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of CachediSCSIVolume objects where each object
contains metadata about one cached volume.
|
public List<CachediSCSIVolume> getCachediSCSIVolumes()
public void setCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
cachediSCSIVolumes
- An array of CachediSCSIVolume objects where each object
contains metadata about one cached volume.public DescribeCachediSCSIVolumesResult withCachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes)
Returns a reference to this object so that method calls can be chained together.
cachediSCSIVolumes
- An array of CachediSCSIVolume objects where each object
contains metadata about one cached volume.public DescribeCachediSCSIVolumesResult withCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
Returns a reference to this object so that method calls can be chained together.
cachediSCSIVolumes
- An array of CachediSCSIVolume objects where each object
contains metadata about one cached volume.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.