public class DescribeCachediSCSIVolumesResult
extends java.lang.Object
implements java.io.Serializable
A JSON object containing the following fields:
| コンストラクタと説明 |
|---|
DescribeCachediSCSIVolumesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<CachediSCSIVolume> |
getCachediSCSIVolumes()
An array of CachediSCSIVolume objects where each object
contains metadata about one cached volume.
|
int |
hashCode() |
void |
setCachediSCSIVolumes(java.util.Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of CachediSCSIVolume objects where each object
contains metadata about one cached volume.
|
java.lang.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(java.util.Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of CachediSCSIVolume objects where each object
contains metadata about one cached volume.
|
public java.util.List<CachediSCSIVolume> getCachediSCSIVolumes()
public void setCachediSCSIVolumes(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object