public class DescribeStorediSCSIVolumesRequest extends AmazonWebServiceRequest implements Serializable
DescribeStorediSCSIVolumes operation
.
This operation returns description of the gateway volumes specified in the request. 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 ARNs.
Constructor and Description |
---|
DescribeStorediSCSIVolumesRequest() |
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 stored volume.
|
int |
hashCode() |
void |
setVolumeARNs(Collection<String> volumeARNs)
An array of strings where each string represents the Amazon Resource
Name (ARN) of a stored volume.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStorediSCSIVolumesRequest |
withVolumeARNs(Collection<String> volumeARNs)
An array of strings where each string represents the Amazon Resource
Name (ARN) of a stored volume.
|
DescribeStorediSCSIVolumesRequest |
withVolumeARNs(String... volumeARNs)
An array of strings where each string represents the Amazon Resource
Name (ARN) of a stored 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 stored volume. All of the specified stored volumes
must from the same gateway. Use ListVolumes to get volume ARNs
for a gateway.public DescribeStorediSCSIVolumesRequest 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 stored volume. All of the specified stored volumes
must from the same gateway. Use ListVolumes to get volume ARNs
for a gateway.public DescribeStorediSCSIVolumesRequest 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 stored volume. All of the specified stored volumes
must from the same gateway. Use ListVolumes to get volume ARNs
for a gateway.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.