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).
NOOP
Constructor and Description |
---|
DescribeCachediSCSIVolumesRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<String> |
getVolumeARNs()
Returns the value of the VolumeARNs property for this object.
|
int |
hashCode() |
void |
setVolumeARNs(Collection<String> volumeARNs)
Sets the value of the VolumeARNs property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCachediSCSIVolumesRequest |
withVolumeARNs(Collection<String> volumeARNs)
Sets the value of the VolumeARNs property for this object.
|
DescribeCachediSCSIVolumesRequest |
withVolumeARNs(String... volumeARNs)
Sets the value of the VolumeARNs property for this object.
|
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<String> getVolumeARNs()
public void setVolumeARNs(Collection<String> volumeARNs)
volumeARNs
- The new value for the VolumeARNs property for this object.public DescribeCachediSCSIVolumesRequest withVolumeARNs(String... volumeARNs)
Returns a reference to this object so that method calls can be chained together.
volumeARNs
- The new value for the VolumeARNs property for this object.public DescribeCachediSCSIVolumesRequest withVolumeARNs(Collection<String> volumeARNs)
Returns a reference to this object so that method calls can be chained together.
volumeARNs
- The new value for the VolumeARNs property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.