Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.storagegateway.model
Class DescribeCachediSCSIVolumesRequest

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

public class DescribeCachediSCSIVolumesRequest
extends AmazonWebServiceRequest
implements java.io.Serializable

Container for the parameters to the DescribeCachediSCSIVolumes operation.

This operation returns a description of the gateway volumes specified in the request. This operation is supported only for the gateway-cached volume architecture.

The list of gateway volumes in the request must be from one gateway. In the response Amazon Storage Gateway returns volume information sorted by volume Amazon Resource Name (ARN).

See Also:
AWSStorageGateway.describeCachediSCSIVolumes(DescribeCachediSCSIVolumesRequest), Serialized Form

Constructor Summary
DescribeCachediSCSIVolumesRequest()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<java.lang.String> getVolumeARNs()
          An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume.
 int hashCode()
           
 void setVolumeARNs(java.util.Collection<java.lang.String> volumeARNs)
          An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeCachediSCSIVolumesRequest withVolumeARNs(java.util.Collection<java.lang.String> volumeARNs)
          An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume.
 DescribeCachediSCSIVolumesRequest withVolumeARNs(java.lang.String... volumeARNs)
          An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeCachediSCSIVolumesRequest

public DescribeCachediSCSIVolumesRequest()
Method Detail

getVolumeARNs

public java.util.List<java.lang.String> getVolumeARNs()
An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs of a gateway.

Returns:
An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs of a gateway.

setVolumeARNs

public void setVolumeARNs(java.util.Collection<java.lang.String> volumeARNs)
An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs of a gateway.

Parameters:
volumeARNs - An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs of a gateway.

withVolumeARNs

public DescribeCachediSCSIVolumesRequest withVolumeARNs(java.lang.String... volumeARNs)
An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs of a gateway.

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

Parameters:
volumeARNs - An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs of a gateway.
Returns:
A reference to this updated object so that method calls can be chained together.

withVolumeARNs

public DescribeCachediSCSIVolumesRequest withVolumeARNs(java.util.Collection<java.lang.String> volumeARNs)
An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs of a gateway.

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

Parameters:
volumeARNs - An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. All of the specified cached volumes must be from the same gateway. Use ListVolumes to get volume ARNs of a gateway.
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.