@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCachediSCSIVolumesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A JSON object containing the following fields:
Constructor and Description |
---|
DescribeCachediSCSIVolumesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCachediSCSIVolumesResult |
clone() |
boolean |
equals(Object obj) |
List<CachediSCSIVolume> |
getCachediSCSIVolumes()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeCachediSCSIVolumesResult |
withCachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
|
DescribeCachediSCSIVolumesResult |
withCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CachediSCSIVolume> getCachediSCSIVolumes()
An array of objects where each object contains metadata about one cached volume.
public void setCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
cachediSCSIVolumes
- An array of objects where each object contains metadata about one cached volume.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)
or withCachediSCSIVolumes(java.util.Collection)
if
you want to override the existing values.
cachediSCSIVolumes
- An array of objects where each object contains metadata about one cached volume.public DescribeCachediSCSIVolumesResult withCachediSCSIVolumes(Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of objects where each object contains metadata about one cached volume.
cachediSCSIVolumes
- An array of objects where each object contains metadata about one cached volume.public String toString()
toString
in class Object
Object.toString()
public DescribeCachediSCSIVolumesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.