|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.storagegateway.model.DescribeCachediSCSIVolumesResult
public class DescribeCachediSCSIVolumesResult
A JSON object containing the following fields:
| Constructor Summary | |
|---|---|
DescribeCachediSCSIVolumesResult()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeCachediSCSIVolumesResult()
| Method Detail |
|---|
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||