public class DescribeCachediSCSIVolumesRequest extends AmazonWebServiceRequest implements Serializable
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).
Constructor and Description |
---|
DescribeCachediSCSIVolumesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getVolumeARNs()
An array of strings, where each string represents the Amazon Resource
Name (ARN) of a cached volume.
|
int |
hashCode() |
void |
setVolumeARNs(Collection<String> volumeARNs)
An array of strings, where each string represents the Amazon Resource
Name (ARN) of a cached volume.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCachediSCSIVolumesRequest |
withVolumeARNs(Collection<String> volumeARNs)
An array of strings, where each string represents the Amazon Resource
Name (ARN) of a cached volume.
|
DescribeCachediSCSIVolumesRequest |
withVolumeARNs(String... volumeARNs)
An array of strings, where each string represents the Amazon Resource
Name (ARN) of a cached volume.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public List<String> getVolumeARNs()
public void setVolumeARNs(Collection<String> volumeARNs)
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.public DescribeCachediSCSIVolumesRequest withVolumeARNs(String... volumeARNs)
Returns a reference to this object so that method calls can be chained together.
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.public DescribeCachediSCSIVolumesRequest withVolumeARNs(Collection<String> volumeARNs)
Returns a reference to this object so that method calls can be chained together.
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.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.