public class DescribeStorediSCSIVolumesRequest extends AmazonWebServiceRequest implements java.io.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.
| コンストラクタと説明 |
|---|
DescribeStorediSCSIVolumesRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 stored 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 stored volume.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeStorediSCSIVolumesRequest |
withVolumeARNs(java.util.Collection<java.lang.String> volumeARNs)
An array of strings where each string represents the Amazon Resource
Name (ARN) of a stored volume.
|
DescribeStorediSCSIVolumesRequest |
withVolumeARNs(java.lang.String... volumeARNs)
An array of strings where each string represents the Amazon Resource
Name (ARN) of a stored 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 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(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 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(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 stored volume. All of the specified stored volumes
must from the same gateway. Use ListVolumes to get volume ARNs
for 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