Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.storagegateway.model
Class DescribeCachediSCSIVolumesResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.DescribeCachediSCSIVolumesResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeCachediSCSIVolumesResult
extends java.lang.Object
implements java.io.Serializable

A JSON object containing the following fields:

See Also:
Serialized Form

Constructor Summary
DescribeCachediSCSIVolumesResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeCachediSCSIVolumesResult

public DescribeCachediSCSIVolumesResult()
Method Detail

getCachediSCSIVolumes

public java.util.List<CachediSCSIVolume> getCachediSCSIVolumes()
An array of CachediSCSIVolume objects where each object contains metadata about one cached volume.

Returns:
An array of CachediSCSIVolume objects where each object contains metadata about one cached volume.

setCachediSCSIVolumes

public void setCachediSCSIVolumes(java.util.Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of CachediSCSIVolume objects where each object contains metadata about one cached volume.

Parameters:
cachediSCSIVolumes - An array of CachediSCSIVolume objects where each object contains metadata about one cached volume.

withCachediSCSIVolumes

public DescribeCachediSCSIVolumesResult withCachediSCSIVolumes(CachediSCSIVolume... cachediSCSIVolumes)
An array of CachediSCSIVolume objects where each object contains metadata about one cached volume.

Returns a reference to this object so that method calls can be chained together.

Parameters:
cachediSCSIVolumes - An array of CachediSCSIVolume objects where each object contains metadata about one cached volume.
Returns:
A reference to this updated object so that method calls can be chained together.

withCachediSCSIVolumes

public DescribeCachediSCSIVolumesResult withCachediSCSIVolumes(java.util.Collection<CachediSCSIVolume> cachediSCSIVolumes)
An array of CachediSCSIVolume objects where each object contains metadata about one cached volume.

Returns a reference to this object so that method calls can be chained together.

Parameters:
cachediSCSIVolumes - An array of CachediSCSIVolume objects where each object contains metadata about one cached volume.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.