public class DescribeCachediSCSIVolumesRequest extends AmazonWebServiceRequest implements java.io.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).
| コンストラクタと説明 |
|---|
DescribeCachediSCSIVolumesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getVolumeARNs()
public void setVolumeARNs(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object